Sha256: ae416801268f2b4778ebd93f09be94e0eb4b72f01667f41097e451b771205a7d
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ## [0.3.0] - 2017-06-18 ### Added - Manifests are now fully modeled. There are now getters and setters for nested data (for example: `manifest.addons.first.plan`). ### Changed - `Manifest#to_hash` now returns a hash for the current manifest state, rather than the hash that was passed in. - `Manifest#environment` now returns an `Environment` instance, as a result, it's serialization will not include nested `environments` data. ### Removed - `Manifest#manifest` was removed as it was superfluous and potentially confusing. `Manifest#to_hash` may be a suitable replacement. ## [0.2.1] - 2017-04-04 ### Fixed - Prevent `NoMethodError on TrueClass` when a `true` or `false` environment variable is provided. ## [0.2.0] - 2017-03-17 ### Fixed - Addon keys are now deep symbolized. - Legacy formations are not rejected when keys are strings ## [0.1.2] - 2017-02-27 ### Fixed - Reject legacy formations from canonicalized where process is not defined. ## [0.1.1] - 2017-02-24 ### Fixed - Nested canonicalized nodes are now properly symbolized.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
app_manifest-0.3.0 | CHANGELOG.md |