Skip to content

Commit 278dd1b

Browse files
committed
Merge pull request #476 from madvay/clog
0.4.3-alpha changelog updates
2 parents 30bb054 + fb504f2 commit 278dd1b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,23 @@ https://github.com/j2objc-contrib/j2objc-gradle/pull/NNN
77
# Prerelease Alphas
88

99
## vNext (HEAD)
10-
Functionality:
10+
New functionality:
1111
* Automatic dependency resolution for Maven jars and Gradle projects #420
1212
* Build external Java libraries (with source) into standalone native libraries #431
1313
* Proper limitation of functionality on non-Mac platforms #396
1414
* Embedded docs and versioning info for easier debugging #395
15+
* Specify a subset of J2ObjC libraries to link to #433
16+
* Map individual Java files to a separate version used only for J2ObjC translation #455
17+
* Projects no longer need to guarantee the Java plugin is applied before the J2ObjC Gradle plugin #453
18+
19+
Breaking changes/functionality:
1520
* Default supported architectures reduced to modern devices only (arm64, armv7, x86_64) #448
21+
* Production (main sourceSet) and test code are now translated and built separately #474
22+
* `J2objcConfig.filenameCollisionCheck` is now named `forceFilenameCollisionCheck`,
23+
and defaults true only when using `--no-package-directories` #470
1624

1725
Code quality:
26+
* A small number of [common open-source Java libraries](https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test) are being built end-to-end with the J2ObjC Gradle plugin
1827
* Continuous integration on Mac #406 and on Windows #401
1928
* Added end to end tests on OSX (running j2objc) #409 #411 etc.
2029
* Unit tests pass on Windows #404

0 commit comments

Comments
 (0)