Sha256: 2352e284d2449fd43804bae57c551d5da79dca2ea2e5a080ecb7f8c8a69d82f1
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
# Changelog ## master (unreleased) ### 0.5.3 (2019-11-25) ### Fixed - Fix doc comment in `FoodTruck.symbolize_keys` that was causing `yard gems` to give this warning: ``` [warn]: @param tag has unknown parameter name: obj in file `lib/food_truck/symbolize.rb' near line 10 ``` ### 0.5.2 (2019-11-25) ### Changed - Update *documentation_uri* in gemspec. ### 0.5.1 (2019-11-25) ### Changed - Update *description* and *documentation_uri* in gemspec. ## 0.5.0 (2019-11-25) - Add [dry-rb/dry-inflector](https://github.com/dry-rb/dry-inflector) dependency. - Add `file_prefix` argument to `FoodTruck::Class` for String to prepend to the name of the generated file. ## 0.4.0 (2019-11-21) ### Added - Add `body` argument to `FoodTruck::Class` for code to be generated in the class body. ## 0.3.0 (2019-11-21) ### Added - Add the option to wrap generated code in modules. ## 0.2.1 (2019-11-18) ### Changed - Generate function body in `FoodTruck::Func.render` ## 0.2.0 (2019-11-17) ### Added - Generate Functions with Yard doc comments. (`FoodTruck::Func`) - Generate Function Parameters. (`FoodTruck::Param`) - Add support for generating classes with inheritance. - Add `food_truck` executable (WIP). ### Changed - Rename `FoodTruck::Klass` to `FoodTruck::Class` - Rename `FoodTruck::Attribute` to `FoodTruck::Attr` ### Fixed - Don't use Yard `@!attribute` tags unless the attributes are added dynamically (ex: Rails Models) ## 0.1.0 (2019-11-15) ### Added - Add changelog - Implement basic functionality. - Generate Classes with Yard doc comments. (`FoodTruck::Klass`) - Generate getters/setters (`attr_accessor`s) with Yard doc comments. (`FoodTruck::Attribute`) - Load data from YAML/JSON files.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
food_truck-0.5.3 | CHANGELOG.md |