summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #401: use a Railtie to set Hashie.logger on rails boot.Matthew Rudy Jacobs2017-02-103-6/+13
* Prepare for next development iteration, 3.5.3Michael Herold2017-02-101-1/+1
* In Rails, set `Hashie.logger` to `Rails.logger`Michael Herold2017-02-101-1/+6
* Remove auto-load for `Hashie.logger`Michael Herold2017-02-102-2/+3
* Fix passing Pathname object to Hashie::Mesh.load()Albert Song2017-02-081-2/+3
* Allow Mash subclasses to disable warningsMichael Herold2017-02-041-0/+25
* Prepare for next development iteration, 3.5.2Michael Herold2017-01-311-1/+1
* Fix #391: require all dependencies in Hashie::Mash.dblock2017-01-314-15/+21
* Prepare for next development iteration, 3.5.1Michael Herold2017-01-311-1/+1
* Preparing for release, 3.5.0v3.5.0Michael Herold2017-01-311-1/+1
* Support Ruby 2.4.0 (#389)Masahiro Saito2017-01-061-4/+8
* Fix #385 - deep merge by reference bug (#386)Joe Marty2016-12-131-1/+1
* Add a logging layer to address common issues (#381)Michael Herold2016-11-023-0/+48
* Evaluate procs default values in object initializationsazor2016-10-311-1/+5
* Deep find all goes inside all nested hashessazor2016-10-191-4/+3
* Check ruby version without rubygemssazor2016-10-183-3/+64
* Fix dig bug for Arraysazor2016-10-171-1/+8
* Use existing translations when using IndifferentAccess andMatt White2016-09-161-1/+2
* Preparing for next development iteration, 3.4.7.dblock2016-09-161-1/+1
* Since hashie/mash can be required alone, require its dependenciesJoe Rafaniello2016-09-161-0/+3
* Preparing for next development iteration, 3.4.6.dblock2016-09-161-1/+1
* Checking for explicit definition of ActiveSupport::HashWithIndifferentAccess ...Mike Jarema2016-09-091-1/+1
* Hashie::Mash.load accepts a Pathname object. Closes #331.Atsushi Ishida2016-07-151-1/+1
* Fix support for Array#digjonathan schatz2016-06-015-1/+56
* Preparing for the next development iteration, 3.4.5.dblock2016-04-291-1/+1
* Merge pull request #350 from marshall-lee/fix_ignore_undeclaredDaniel Doubrovkine (dB.) @dblockdotorg2016-02-081-2/+5
|\
| * Refactor IgnoreUndeclared#initialize_attributes.Vladimir Kochnev2016-02-081-2/+5
| * Stringified translations wasn't working in IgnoreUndeclared.Vladimir Kochnev2016-02-081-1/+1
* | Convert Mash keys for #digTakashi Kokubun2016-02-081-0/+6
|/
* Fix `#merge` breaking indifferent accessMichael Herold2016-01-311-0/+8
* Make reverse_merge compatible with subclassing.Vladimir Kochnev2015-11-151-1/+1
* Clash: multiple bang notation callsBartosz KopiƄski2015-10-271-11/+12
* Make DeepLocate indifference-aware by defaultbugfix-deep-findMichael Herold2015-10-251-15/+21
* Upgraded to RuboCop 0.34.2.dblock2015-10-251-2/+4
* Ensure that MethodQuery methods return booleans.Michael Herold2015-10-251-5/+30
* Preparing for next development iteration, 3.4.4. [ci skip]dblock2015-10-251-1/+1
* - Removed `Hashie::Extensions::MergeInitializer` from `StrictKeyAccess` Exten...Peter Boling2015-10-241-12/+15
* SRP: The StrictKeyAccess extension will raise an error whenever a key is acce...Peter Boling2015-10-232-0/+72
* Merge pull request #311 from marshall-lee/refactor_coercionDaniel Doubrovkine (dB.) @dblockdotorg2015-09-021-39/+65
|\
| * Refactor `Hashie::Extensions::Coercion`, add cache.Vladimir Kochnev2015-09-021-39/+65
* | Speed up SafeAssignment and fix private methods.Vladimir Kochnev2015-09-021-1/+1
|/
* Merge pull request #308 from marshall-lee/mash_micro_optimizeDaniel Doubrovkine (dB.) @dblockdotorg2015-08-311-12/+19
|\
| * Some micro optimizations to Hashie::Mash.Vladimir Kochnev2015-08-311-12/+19
* | Remove needless codeVladimir Kochnev2015-08-311-2/+0
* | Introduce Hashie::Extensions::Dash::Coercion.Vladimir Kochnev2015-08-312-0/+26
|/
* Fix bug (#303) preventing use of deep_merge/stringify_keys/symbolize_keys on ...Vincent Esche2015-06-083-10/+18
* Preparing for next release, 3.4.3Michael Herold2015-06-021-1/+1
* Extract Trash behavior into an extensionMichael Herold2015-04-253-117/+170
* Clarify the in-line documentation for DeepFindMichael Herold2015-04-181-0/+18
* Removed Mash#id and Mash#type.Jonathan Rochkind2015-04-081-8/+0