-
Notifications
You must be signed in to change notification settings - Fork 247
Breaking Changes
Vojtěch Habarta edited this page Jan 7, 2018
·
9 revisions
For all changes see release notes on Releases page.
- Java 8 or higher is required
- Gradle plugin (typescript-generator-gradle-plugin) no longer adds dependency on
generateTypeScript
task so users had to add dependency from some task in their build files if needed, for examplebuild.dependsOn generateTypeScript
runs typescript-generator whenbuild
task is invoked (#161)
- TypeScript 2.4 is required by JAX-RS application client
- Deprecated
declarePropertiesAsOptional
parameter. It is replaced byoptionalProperties
parameter with valueall
. See #183. - Jackson2 modules are not discovered and loaded now. This can be turned on explicitly using
jackson2ModuleDiscovery
parameter or modules can be specified individually usingjackson2Modules
parameter. ParameterdisableJackson2ModuleDiscovery
was effectively removed. See "Jackson2 modules" section in #183.
This page describes breaking changes after version 1.28.343. For older changes see Releases.