Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Latest commit

 

History

History
128 lines (98 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

128 lines (98 loc) · 5.02 KB

CHANGELOG

1.5.0

  • Migrate CircleCi from 1.0 to 2.0.
    Steven Watremez #63
  • Change system for alias and deprecated templates.
    Now there is a config.yml inside template directory to manage alias and deprecated.
    Steven Watremez #35
  • Fix entity comments for swift templates. Improve comments on attributes. Add comments on relationships.
    Now you can use comment info key on entity, attribute and relationship.
    Steven Watremez #56
  • Improve error and warning messages when targetting an xcdatamodeld.
    Steven Watremez #53
  • Fix nullable enum methods in android-kotlin.
    Xavier F. Gouchet #68
  • Add a --param public:true param on swift3/swift4 template to make generated code public instead of internal.
    Olivier Halligon #70
  • Renamed template decodable to anviking-decodable to avoid confusion with Swift 4's Codable (for which we don't have a template… yet).
    Olivier Halligon #71

1.4.0

  • Order the Primary Key (identity attribute) first when generating the class for the entity.
    Olivier Halligon #45
  • Cleanup some ruby code (rubocop).
    Olivier Halligon
  • Add @Required Realm annotation in Java templates.
    Olivier Halligon #44
  • Add CONTRIBUTING.md to help onboarding new contributors.
    Olivier Halligon #32 #50
  • Support alias names for templates, for clarity of use.
    This allows to use -t swift4 to use the Swift4-compatible template originally named swift3, or android-java to use the template originally named android (and disambiguate with the Kotlin one).
    Olivier Halligon #29 #49

1.3.0

1.2.0

  • Now the swift3 template is compatible swift4 too, so you can use -t swift3 even for Swift 4.
    Jérémie GOAS #41

1.1.0

1.0.1

1.0.0

0.4.0: Birth of Gyro

  • First release after the rename of the tool from dbgenerator to gyro.
  • Cleanup some code, made a nice README.
  • Open-Sourcing the code on GitHub.

0.3.1

  • Adding LICENSE.

0.3.0

  • Annotations & Wrapper Types support for Android.

0.2.0

  • Better Handling of Optional Enums.

0.1.6

0.1.5