@@ -17,6 +17,24 @@ Code quality:
1717* TBD
1818
1919
20+ ## v0.6.0-alpha
21+ New functionality:
22+ * Support for arbitrary count of files that otherwise exceeds command line max args #574
23+ * Podfile manual configure of targets using xcodeTargetsManualConfig #561 #562
24+ * Podspec output to build/j2objcOutputs #558
25+ * Default minVersionIos => 8.3, minVersionWatchos => 2.0 #584
26+
27+ Fixes:
28+ * Allow spaces in Xcode target names #564
29+ * Gradle 2.8 compatibility #567
30+ * Gradle 2.9 unsupported message #581
31+ * Gradle unsupport version causes deadlock #585
32+ * Several broken links from plugin #563
33+
34+ Code quality:
35+ * Guava 19.0 system test (updated from Guava 18.0)
36+
37+
2038## v0.5.0-alpha
2139New functionality:
2240* Support for Xcode 7 and j2objc 0.9.8.2.1 #483
@@ -46,6 +64,7 @@ Code quality:
4664* System tests include Xcode and Android Studio project examples #508 #523
4765* Podspecs distinguish project libraries versus J2ObjC libraries #512
4866
67+
4968## v0.4.3-alpha
5069New functionality:
5170* Automatic dependency resolution for Maven jars and Gradle projects #420
@@ -70,6 +89,7 @@ Code quality:
7089* Prevent publishing of bad releases #395 #398
7190* Docs updates (various)
7291
92+
7393## v0.4.2-alpha
7494Functionality:
7595* Translation-only mode (skips building Objective-C libraries) #349
@@ -85,9 +105,11 @@ Code quality:
85105* Documentation fixes (various)
86106* Updating package prefixes will now correctly cause retranslation/recompile
87107
108+
88109## 0.4.1-alpha
89110(Ignore - use v0.4.2 instead).
90111
112+
91113## v0.4.0-alpha
92114Functionality:
93115- Resources copied for unit tests and Xcode build
@@ -100,6 +122,7 @@ Code Quality:
100122- Expanded unit test coverage now comprises 81 tests
101123- Numerous bug fixes
102124
125+
103126## v0.3.0-alpha
104127Functionality:
105128- Args groovy style syntax for config closure
@@ -110,13 +133,15 @@ Functionality:
110133Code Quality:
111134- Added unit test framework
112135
136+
113137## v0.2.2-alpha
114138- Requires buildscript syntax as a workaround to the plugins {} syntax not working
115139- Lots of fixes and improvements through the system
116140
117141Upgrading in-place from v0.1.0-alpha is not supported: please read README.md and
118142J2objcPluginExtension.groovy for instructions on using and configuring the new version.
119143
144+
120145## v0.1.0-alpha
121146Initial working version.
122147There will be significant reworking of this before a beta and 1.0 release
0 commit comments