Skip to content

Commit

Permalink
[release] updating CONTRIBUTORS.md & CHANGELOG.md for 0.4.13/0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Aug 7, 2015
1 parent dd576af commit 9202d97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.14
* Fix 'Unable to load class org.jsonschema2pojo.NoopAnnotator' from Gradle plugin ([#395](https://github.com/joelittlejohn/jsonschema2pojo/pull/395))
* Library projects should use android.libraryVariants instead of android.applicationVariants ([#391](https://github.com/joelittlejohn/jsonschema2pojo/pull/391))
* Allow nullable type (instead of Object) when JSON type is an array with ["string", "null"] ([#390](https://github.com/joelittlejohn/jsonschema2pojo/issues/390))
* Allow custom names to be supplied when creating an enum ([#385](https://github.com/joelittlejohn/jsonschema2pojo/issues/385))
* Allow disabling additionalProperties generation with a global config option ([#376](https://github.com/joelittlejohn/jsonschema2pojo/issues/376))
* 'javaInterfaces' which contain generics produce syntactically incorrect imports ([#317](https://github.com/joelittlejohn/jsonschema2pojo/issues/317))

## 0.4.13
* RequiredArrayRule not working for properties with _ or -. ([#377](https://github.com/joelittlejohn/jsonschema2pojo/issues/377))
* Maven plugin shows sourcePaths error for includes/excludes when sourcePaths is not defined ([#374](https://github.com/joelittlejohn/jsonschema2pojo/issues/374))

## 0.4.12
* Didn't work in Android Studio with with current master branch '040e3ae' ([#370](https://github.com/joelittlejohn/jsonschema2pojo/issues/370))
* Use the correct ClassLoader in createFromParcel for lists ([#356](https://github.com/joelittlejohn/jsonschema2pojo/pull/356))
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@
* Huang Wei
* Sim Sun
* Srikalyan Swayampakula
* Nate Stoddard
* Josh Deffibaugh
* Jaeho Suk

0 comments on commit 9202d97

Please sign in to comment.