Skip to content

Releases: maxfierke/gutsy

v1.1.0

05 Oct 19:54
Compare
Choose a tag to compare
  • Supports multiple API versions. namespace_path configuration replaced the
    short-lived resource_namespace config

v1.0.2

01 Sep 18:52
Compare
Choose a tag to compare
  • Make repo name configurable

v1.0.1

14 Feb 20:48
Compare
Choose a tag to compare
  • Fix missing line breaks in generated README.md

v1.0.0

14 Feb 19:01
Compare
Choose a tag to compare

New Features

  • Support multiple API versions and apps in one configuration file, allow configuring gem metadata. (#1)

Breaking Changes

  • The CLI API for gutsy generate has changed.

    In 0.1.0, you could do gutsy generate AppName /path/to/schema.json /path/for/output/.

    As of 1.0.0, gutsy now allows a much greater degree of customization, through a YAML configuration file.
    The interface is now gutsy generate /path/to/gutsy/config.yml /path/for/output/.

    See examples/config.yml for an example of a Gutsy configuration file.

v0.1.1

23 Aug 17:51
Compare
Choose a tag to compare

Bugfixes

  • Add missing require 'forwardable' 🐳

v0.1.0

15 Aug 19:54
Compare
Choose a tag to compare

Initial Release