Skip to content

8.2.2

Compare
Choose a tag to compare
@stnguyen90 stnguyen90 released this 18 Jul 23:21
· 4 commits to master since this release
c2c9a5c

What's Changed

  • Fix object comparison logic when pushing settings
  • Type generation fixes:
    • Dart: Fixed import casing to snake_case, removed extends Document and hardcoded attributes, removed unnecessary imports
    • Java: Fixed indentation to 4 spaces, updated imports to java.util.Objects, fixed enum casing in strict mode as per Oracle official docs
    • Javascript: Updated optional values formatting from |null to | null
    • Kotlin: Fixed indentation to 4 spaces per Kotlinlang official docs
    • PHP: Fixed indentation to 4 spaces per PHP Fig official docs
    • Swift: Fixed indentation to 4 spaces, improved decodeIfPresent usage for optionals, added missing public to init method
    • Typescript: Fixed indentation to 4 spaces per Typescript coding guidelines

Full Changelog: 8.2.1...8.2.2