Skip to content

Releases: anthonycr/Mezzanine

1.1.1

09 Apr 02:04
9378199
Compare
Choose a tag to compare
  • Fixed warnings caused by logging on latest versions of the Kotlin compiler by changing logging behavior.

1.1.0

16 Jan 02:29
4d9e57d
Compare
Choose a tag to compare
  • Added mezzanine.projectPath annotation processing argument (specified in gradle) which is used to determine the project root.

1.0.2

07 Dec 01:55
1844910
Compare
Choose a tag to compare
  • Mezzanine now logs the resolved path of the file to aid in debugging if the file cannot be found.

1.0.1

05 Nov 02:14
67628f6
Compare
Choose a tag to compare
  • Mezzanine generated class is now final and has a private constructor.
  • Improved error messaging in certain cases of misuse.
  • Replaced synchronous RxJava design with use of Kotlin's Sequences.
  • Added unit tests.
  • Updated project to use gradle 4.1.

1.0.0

03 Aug 00:18
Compare
Choose a tag to compare

Initial release.