Sha256: ae0297095bb8c5919de4fb7422faaf7b419aad3cb334688e69d6f73674af88e2
Contents?: true
Size: 1005 Bytes
Versions: 1
Compression:
Stored size: 1005 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [0.2.2] - 2019-07-08 ### Fixed - Fixed a bug which occasionally caused includes and extends to generate incorrectly. ## [0.2.1] - 2019-07-08 ### Added - Added the `add_comment_to_next_child` method to namespaces. ## [0.2.0] - 2019-07-07 ### Added - Add support for plugins using the `parlour` command-line tool. - Comments can now be added using `add_comment`. - Attribute readers, writers and accessors can now be created, using the `create_attr_...` methods. - All objects are now YARD documented. ### Changed - The `RbiObject`, which is core to Parlour's internals, is now an abstract class rather than an interface. - `ConflictResolver` now recurses to child namespaces. - `create_method` now takes an initializer block like other `create_` methods. ## [0.1.1] - 2019-07-05 ### Added - Initial release! _(0.1.0 was a blank gem.)_
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
parlour-0.2.2 | CHANGELOG.md |