Refer releases.
1.8.1 (2020-06-21)
- Fix: proper type information to RouteDetectorFilter.kt (#238) @sendilkumarn
1.8.0 (2020-06-16)
- Feat: upgrade the KHipster to support JHipster 6.9.1 (#237) @sendilkumarn
1.7.0 (2020-06-14)
- Feat: upgrade KHipster banner (#236) @sendilkumarn
- Feat: upgrade the KHipster to support JHipster 6.9.0 (#234) @sendilkumarn
- Fix: Bumped the JCore dependency to v7.2.1 (#229) @MathieuAA
- Fix:Jwts usage to get rid of the deprecation warning (#227) @dschulz
- Chore: Add release drafter (#226) @pascalgrimaud
1.6.0 (2020-03-15)
- Upgraded JHipster support to 6.8.0
- Upgraded Kotlin support to 1.3.70
- Updated Domain model to use
Data
class
1.5.0 (2020-03-01)
- Upgraded JHipster support to 6.7.1
- Reactive Support ✨
- Show KHipster banner when running KHipster command
1.4.0 (2019-12-31)
- Upgraded JHipster support to 6.6.0
- Changed CI to use only Azure and GitHub CI
- Fixed CacheConfiguration errors
1.3.0 (2019-10-22)
- Upgraded JHipster support to 6.4.1
1.2.0 (2019-10-06)
⚠️ ️️️️️️ Fixed security issue⚠️ ️️️️️️- Upgraded JHipster support to 6.3.1
- Upgraded Kotlin support to 1.3.50
- Upgraded Mockito support to 2.2.0
- Upgraded Detekt support to 1.1.0
- Upgraded ktlint-maven-plugin to 1.2.2
- Upgraded ktlint-gradle to 9.0.0
- Updated Readme and Contributing instructions
1.1.0 (2019-08-15)
- Upgraded JHipster support to 6.2.0
- Upgraded Kotlin support to 1.3.41
- Upgraded Detekt support to 1.0.0-RC16
- Upgraded ktlint-maven-plugin to 1.2.0
- Upgraded ktlint-gradle to 8.2.0
1.0.0 (2019-06-27)
- 🎉🎉 Well we did it!!! Thanks to everyone contributed and anyone using. 🎉🎉
- ✨✨ A brand new logo for KHipster ✨✨
- Upgraded JHipster support to 6.1.2
- Upgraded Ktlint support to 0.33.0
- Updated Detekt support to 1.0.0-RC15
- Updated Kotlin support to 1.3.40
- Use the real Kotlin advantages
- moving functions top-level
- Use
==
instead ofObject.equals
- Replace
@SuppressWarnings
with@Suppress
0.8.1 (2019-05-19)
- Fixed duplicate invocation of
khipster
0.8.0 (2019-05-17)
- Added
khipster
command to generate Kotlin based project - Upgraded Kotlin support to 1.3.30
- Upgraded ktlint support to 0.31.0
- Improved user generation workflow
- Upgraded JHipster support to 6.0.1
- Upgraded JHipster core to 3.6.13
- Upgraded Java support till JDK11
- Upgraded Spring Boot to 2.1.5
0.7.0 (2018-12-29)
- Upgraded Kotlin support to 1.3.11
- Improved contribution guidelines
- Upgraded JHipster support to 5.7.2 (and master ~beta)
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)