0.6.1 (2018-11-29)
- Used pom.xml from the base library
0.6.0 (2018-11-29)
- Used base JHipster files to cope up with the changes.
- Updated libraries
- Fixed to work along with JHipster master
- Fixed both Maven and Gradle builds
- Added Spring Service support
- Removed Entity generator support
- Upgraded Kotlin support to 1.2.51
- Upgraded Spring support to 2.0.6
0.5.0 (2018-08-01)
- Fixed few issues due to JHipster upstream changes
- Clear Readme and Contributing documents to make it easier for users
0.4.0 (2018-06-20)
- Fixed core generator's issue with blueprint
- Removed mapstruct.gradle
0.3.0 (2018-03-18)
- Bump minor version
0.2.1 (2018-03-18)
- Updated the Kotlin to 1.2.30 🎉
- Fixed failing MailService tests
0.2.0 (2018-03-15)
- Used local JHipster snapshot rather than master
- Updated files / index based on latest changes in the master
- Updated pom.xml based on master
0.1.0 (2018-03-07)
- Added the kotlin class files to the classpath
- Added Travis for the project
- Fixed null condition checks to make tests pass 🎉
- Added Kotlin Jackson Mapper to the project
- Moved Kotlin files to separate folder
- Moved to runApplication
0.0.9 (2018-02-28)
- Added awesome kotlin generator images
- Updated readme
- Fixed Social User Connection Repository
- Fixed maven kotlin-stdlib to use jdk8
- Updated prompts to use from main generator
- use KHipster banner
0.0.8 (2018-02-24)
- Added domain related changes
0.0.7 (2018-02-23)
- Moved to ejs template syntax
- Revamped files section
- Added test-compile to pom.xml
0.0.6 (2018-02-21)
- Added Repository files (
Userrepository
is not used but converted to Kotlin) - Added
DomainUserDetailsService
|UserMapper
|LoggingConfiguration
|RandomUtil
- Added Service files
0.0.5 (2018-02-20)
- Added
GatewayResource
|SocialController
0.0.3 (2018-02-20)
- Works with Gradle 🎉
- annotated main class with
@JvmStatic
to make it more compatible
0.0.2 (2018-02-19)
- Added
AccountResource
|AuditResource
|UserJWTController
|UserResource
0.0.1 (2018-02-19)
- Basic working project (works with maven only)