Sha256: bf732239f9418d380879eed15f9ed7a358309cde43661f571b65b9410afe73e7

Contents?: true

Size: 1.56 KB

Versions: 1

Compression:

Stored size: 1.56 KB

Contents

# Changelog

<!-- ## master (unreleased) -->

## 0.5.0 (2019-11-28)

### Added

- Add [dry-rb/dry-inflector](https://github.com/dry-rb/dry-inflector) dependency.
- Add `file_prefix` argument to `Ginny::Class` for String to prepend to the name of the generated file.

### Changed 

- Update *description* and *documentation_uri* in gemspec.

### Fixed

- Fix doc comment in `Ginny.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.4.0 (2019-11-21)

### Added

- Add `body` argument to `Ginny::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 `Ginny::Func.render`

## 0.2.0 (2019-11-17)

### Added

- Generate Functions with Yard doc comments. (`Ginny::Func`)
- Generate Function Parameters. (`Ginny::Param`)
- Add support for generating classes with inheritance.
- Add `food_truck` executable (WIP).

### Changed

- Rename `Ginny::Klass` to `Ginny::Class`
- Rename `Ginny::Attribute` to `Ginny::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. (`Ginny::Klass`)
    - Generate getters/setters (`attr_accessor`s) with Yard doc comments. (`Ginny::Attribute`)
    - Load data from YAML/JSON files.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ginny-0.5.0 CHANGELOG.md