Releases: stitchfix/fittings
Releases · stitchfix/fittings
3.0.2 Make Hashie >= 4.0 optional
Some systems have dependencies that limit Hashie to < 4.0. So this release will use the quiet
method from 4.0 or if greater if available.
What's Changed
- Make Hashie >= 4.0 optional by @shawnstephens in #33
New Contributors
- @shawnstephens made their first contribution in #33
Full Changelog: 3.0.1...v3.0.2
3.0.1
3.0.0
What's Changed
The 2.x implementation via Hashie
extensions was incomplete and removed some behavior that consumers had come to rely on, namely chained method calls. This changeset restores the Hashie::Mash
implementation from 1.0.0.
Full Changelog: 2.0.0...3.0.0
2.0.0
1.0.0
What's Changed
- Switched to using
Hashie::Mash
for YAML parsing to address inconsistent behavior based on access pattern. This provides behavior that is more consistent, while remaining similar. It did not cause any tests to fail, but may be a breaking change depending on how you are using the gem, especially if you are merging hashes likeSettings.top_key_hash
.
Full Changelog: v0.2.4...1.0.0