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

Releases: NijiDigital/gyro

Small template fixes & improvements

24 Jul 14:21
Compare
Choose a tag to compare
  • 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

12 Mar 10:15
c68e565
Compare
Choose a tag to compare
  • 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

12 Mar 10:13
Compare
Choose a tag to compare

1.2.0

12 Mar 10:13
Compare
Choose a tag to compare
  • 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

12 Mar 10:13
Compare
Choose a tag to compare

1.0.1

26 Sep 20:21
Compare
Choose a tag to compare

1.0.0 — Liquid Templates

26 Sep 14:26
Compare
Choose a tag to compare

This version is the first official release, declared stable and published on RubyGems.org

With this version, gyro is now based on templates (using the "Liquid" template engine) so that you can choose the template you want, and even create your own (before this version, everything was hard-coded inside the tool's source code)

Birth of gyro

26 Sep 14:18
Compare
Choose a tag to compare

This is the first version after our big rename of the tool from dbgenerator to gyro. gyro is now the official name of this tool!

Adding License

26 Sep 14:19
Compare
Choose a tag to compare

Adding LICENSE file and license headers to all the files

Annotations & Wrapper Types for Android

26 Sep 14:20
Compare
Choose a tag to compare

This version adds support for Android annotations and wrapper types