All Versions
33
Latest Version
Avg Release Cycle
118 days
Latest Release
1233 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.0 Changes
November 08, 2021โ Added
- #523: Added TOC, ensure a keep-a-changelog formatted CHANGELOG - @dblock.
- #522: Added eierlegende Wollmilchsau mascot graphic - @carolineartz.
- #530: Added Hashie::Extensions::Dash::PredefinedValues - @caalberts.
- #536: Added exporting a normal Hash from an indifferent one through the
#to_hash
method - @michaelherold. - โ #539: Run 2.7 tests once - @anakinj.
๐ Changed
- #521: Do not convert keys that cannot be represented as symbols to
String
inMash
initialization - @carolineartz. - โ #524: Test with Ruby 2.7 - @aried3r.
- #525: Use
indifferent_writer
inIndifferentAccess#convert!
- @yogeshjain999. - โก๏ธ #527: Updated Copyright to (c) 2009-2020 Intridea, Inc., and Contributors - @dblock.
- โ #555: Test with Ruby 3.0 - @dblock.
โ Removed
- โ #538: Dropped testing for JRuby 9.0, though not support - @michaelherold.
๐ Fixed
- ๐ #516: Fixed
NoMethodError
raised when includingHashie::Extensions::Mash::SymbolizeKeys
andHashie::Extensions::SymbolizeKeys
in mashes/hashes with non string or symbol keys - @carolineartz. - ๐ #531: Fixed slice doesn't work using symbols using hash with
IndifferentAccess
extension - @gnomex. - #533: Fixed
NoMethodError: undefined method 'to_json'
athashie/dash_spec
- @gnomex. - #535: Restored the exporting of all properties as part of
Dash#to_h
andDash#to_hash
- @michaelherold. - 0๏ธโฃ #537: Fixed inconsistencies with handling defaults in
Dash
with and withoutIgnoreUnclared
mixed in - @michaelherold. - ๐ #547: Fixed issue where a source hash key can be used in translating multiple properties - @danwa5.
-
v4.1.0 Changes
February 01, 2020โ Added
- ๐ #545: Add
Hashie::Mash#except
andHashie::Extensions::IndifferentAccess#except
when running under Ruby 3 to match newly added Ruby stdlib method - @jackjennings. - #499: Add
Hashie::Extensions::Mash::PermissiveRespondTo
to make specific subclasses of Mash fully respond to messages for use withSimpleDelegator
- @michaelherold.
๐ Changed
- ๐ #498: Exclude tests from the gem release to reduce installation size and improve installation speed - @michaelherold.
๐ Fixed
- ๐ #467: Fixed
DeepMerge#deep_merge
mutating nested values within the receiver - @michaelherold. - #505: Ensure that
Hashie::Array
s are not deconverted withinHashie::Mash
es to makeMash#dig
work properly - @michaelherold. - #507: Suppress
Psych.safe_load
arg warn when using Psych 3.1.0+ - @koic. - ๐
#508: Fixed
Mash.load
no longer uses Rails-only#except
- @bobbymcwho. - ๐ #508: Fixed
Hashie::Extensions::DeepMerge
#deep_merge
not correctly dup'ing sub-hashes if active_support hash extensions were not present - @bobbymcwho. - #500: Do not warn when setting Mash keys that look like underbang, bang, and query methods - @michaelherold.
- ๐ #510: Ensure that
Hashie::Mash#compact
is only defined on Ruby version >= 2.4.0 - @bobbymcwho. - โ #511: Suppress keyword arguments warning for Ruby 2.7.0 - @koic.
- โ #512: Suppress an integer unification warning for using Ruby 2.4.0+ - @koic.
- โ #513: Suppress a Ruby's warning when using Ruby 2.6.0+ - @koic.
- ๐ #545: Add
-
v4.0.0 Changes
October 30, 2019๐ New in 4.0.0:
4.0.0 - 2019-10-30
โ Added
- #323: Added
Hashie::Extensions::Mash::DefineAccessors
- @marshall-lee. - #474: Expose
YAML#safe_load
options inMash#load
- @riouruma, @dblock. - โ #478: Added optional array parameter to
Hashie::Mash.disable_warnings
- @bobbymcwho. - ๐ #481: Ruby 2.6 - Support
Hash#merge
and#merge!
called with multiple Hashes/Mashes - @bobbymcwho. - #488: Added ability to create an anonymous
Hashie::Mash
subclass with key conflict errors silenced usingHashie::Mash.quiet.new
- @bobbymcwho.
๐ Changed
- #481: Implement non-destructive standard Hash methods - @bobbymcwho.
๐ Fixed
- ๐ #459: Fixed a regression in
Mash.load
that disallowed aliases - @arekt and @michaelherold. - โก๏ธ #465: Fixed
deep_update
to call any readers when a key exists - @laertispappas. - ๐
#479: Fixed an issue with
Hash#except
not returning aMash
in Rails 6 - @bobbymcwho. - ๐ #489: Updated the documentation to exlain the behavior of
Mash
and keyword arguments - @Bhacaz.
Miscellaneous
- ๐จ #465: Clean up our RuboCop configuration and fix the outstanding line length violations. This involved some minor refactoring on
Hashie::Extensions::Coercion
,Hashie::Extensions::Dash::IndifferentAccess
,Hashie::Extensions::DeepLocate
,Hashie::Extensions::Mash::SafeAssignment
, andHashie::Hash
, but none that were detectable via the test suite - @michaelherold. - โก๏ธ #482: Update Travis configs to make jruby builds run on trusty dist. - @BobbyMcWho.
- #323: Added
-
v3.6.0 Changes
August 13, 2018โ Added
๐ Fixed
- 0๏ธโฃ #435: Mash
default_proc
s are now propagated down to nested sub-Hashes - @michaelherold. - ๐ #436: Ensure that
Hashie::Extensions::IndifferentAccess
injects itself after a non-destructive merge - @michaelherold. - #437: Allow codependent properties to be set on Dash - @michaelherold.
- ๐ #438: Fix:
NameError (uninitialized constant Hashie::Extensions::Parsers::YamlErbParser::Pathname)
inHashie::Mash.load
- @onk. - #457: Fix
Trash
to allow it to copy properties from other properties - @michaelherold.
Miscellaneous
- โก๏ธ #433: Update Rubocop to the most recent version - @michaelherold.
- ๐ #434: Add documentation around Mash sub-Hashes - @michaelherold.
- #439: Add an integration spec for Elasticsearch - @michaelherold.
- 0๏ธโฃ #435: Mash
-
v3.5.7 Changes
December 19, 2017 -
v3.5.6 Changes
July 12, 2017Miscellaneous
- โ #416: Fix
warning: instance variable @disable_warnings not initialized
- @axfcampos.
- โ #416: Fix
-
v3.5.5 Changes
February 24, 2017โ Added
- #326: Added
Hashie::Extensions::Mash::KeepOriginalKeys
to give Mashes the ability to keep the original structure given to it - @michaelherold.
๐ Fixed
- ๐ #415: Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - @michaelherold.
- #326: Added
-
v3.5.4 Changes
February 22, 2017โ Added
- 0๏ธโฃ #412: Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - @michaelherold.
๐ Fixed
- ๐ #409: Fixed Railtie detection for projects where Rails is defined but Railties are not availble - @CallumD.
- ๐ #411: Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - @michaelherold.
-
v3.5.3 Changes
February 11, 2017๐ Fixed
- ๐ #402: Use a Railtie to set Hashie.logger on rails boot - @matthewrudy.
- โ #406: Ensure that subclasses that disable warnings propagate that setting to grandchild classes - @michaelherold.
- Your contribution here.
-
v3.5.2 Changes
February 10, 2017โ Added
- โ #395: Add the ability to disable warnings in Mash subclasses - @michaelherold.
- ๐ #400: Fix Hashie.logger load and set the Hashie logger to the Rails logger in a Rails environment - @michaelherold.
๐ Fixed
- #396: Fix for specs in #381: Incorrect use of shared context meant example was not being run - @biinari.
- #399: Fix passing Pathname object to Hashie::Mesh.load() - @albb0920.
Miscellanous
- โ #397: Add the integration specs harness into the main test tasks - @michaelherold.