Skip to content

Commit

Permalink
Merge pull request #476 from madvay/clog
Browse files Browse the repository at this point in the history
0.4.3-alpha changelog updates
  • Loading branch information
advayDev1 committed Oct 2, 2015
2 parents 30bb054 + fb504f2 commit 278dd1b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,23 @@ https://github.com/j2objc-contrib/j2objc-gradle/pull/NNN
# Prerelease Alphas

## vNext (HEAD)
Functionality:
New functionality:
* Automatic dependency resolution for Maven jars and Gradle projects #420
* Build external Java libraries (with source) into standalone native libraries #431
* Proper limitation of functionality on non-Mac platforms #396
* Embedded docs and versioning info for easier debugging #395
* Specify a subset of J2ObjC libraries to link to #433
* Map individual Java files to a separate version used only for J2ObjC translation #455
* Projects no longer need to guarantee the Java plugin is applied before the J2ObjC Gradle plugin #453

Breaking changes/functionality:
* Default supported architectures reduced to modern devices only (arm64, armv7, x86_64) #448
* Production (main sourceSet) and test code are now translated and built separately #474
* `J2objcConfig.filenameCollisionCheck` is now named `forceFilenameCollisionCheck`,
and defaults true only when using `--no-package-directories` #470

Code quality:
* 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
* Continuous integration on Mac #406 and on Windows #401
* Added end to end tests on OSX (running j2objc) #409 #411 etc.
* Unit tests pass on Windows #404
Expand Down

0 comments on commit 278dd1b

Please sign in to comment.