summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release, 2.1.2.v2.1.2dblock2014-06-121-1/+1
* Hash#to_hash will also convert nested objects that implement `to_hash`.gregory2014-06-121-1/+1
* Preparing for release, 2.1.1.v2.1.1dblock2014-04-121-1/+1
* Fix Rubocop issues.Michael Bleigh2014-04-111-2/+2
* Check arity of #to_hash before calling. Closes #144Michael Bleigh2014-04-111-3/+13
* Bump version, preparing for release.v2.1.0dblock2014-04-061-1/+1
* Added IgnoreUndeclared, an extension to silently ignore undeclared properties...Michael Righi2014-04-062-0/+42
* Added Hashie::Rash.epitron2014-04-062-0/+120
* Added Trash#permitted_input_keys and inverse_translations.Artem Baguinski2014-04-061-1/+9
* Trash#translations correctly maps original to translated names.Artem Baguinski2014-04-061-6/+3
* Merge pull request #134 from tylerdooling/traverseDaniel Doubrovkine (dB.) @dblockdotorg2014-04-062-0/+30
|\
| * Adds deep_fetch extension for nested access.Tyler Dooling2014-04-042-0/+30
* | IndifferentAccess now works without MergeInitializer.Peter Brindisi2014-04-061-0/+10
* | Remove hashie/extensions/structure.rb because it never even workedMark Abramov2014-04-041-45/+0
* | Updated comments and README to Ruby 1.9.x syntax.dB2014-04-041-1/+1
* | fixes for rubocop 0.20.0Bartosz KopiƄski2014-04-041-2/+2
|/
* Added Rubocop.dblock2014-03-3012-126/+139
* Merged.dblock2014-03-301-6/+6
|\
| * Fix broken Hashie::Hash#to_hash(:symbolize_keys => true)Matt Huggins2014-02-121-6/+6
* | Merge branch 'deep_merge_without_include' of github.com:defsprite/hashiedblock2014-03-301-6/+15
|\ \
| * | replacing dynamic include with recursion helper methodChristoph Sassenberg2014-01-261-6/+15
| |/
* | Merge branch 'fix-113-dash-merge' of github.com:spencer1248/hashiedblock2014-03-301-0/+15
|\ \
| * | Fix Dash#merge!Spencer Rogers2013-11-301-0/+7
| * | Fix Dash#mergeSpencer Rogers2013-11-301-0/+8
| |/
* | Merge branch 'extend' of github.com:amatsuda/hashiedblock2014-03-301-1/+1
|\ \
| * | Object#extend is a public methodAkira Matsuda2013-11-301-1/+1
| |/
* | Merge branch 'recursive_to_hash_options' of github.com:pwillett/hashiedblock2014-03-301-2/+2
|\ \
| * | pass Hashie::Hash#to_hash's options to recursive callsPatrick Willett2013-11-251-2/+2
| |/
* | Merge branch 'fix-mash-default' of github.com:ryansouza/hashiedblock2014-03-301-1/+1
|\ \
| * | Correctly use Hash#default from Mash#method_missingRyan Souza2013-08-051-1/+1
| |/
* | Merge branch 'do_not_respond_to_every_method_with_suffix' of github.com:Maxim...dblock2014-03-301-2/+10
|\ \
| * | Reuse suffixes constant for method missing suffixes searchMaxim Filimonov2013-07-211-1/+2
| * | Do not respond to suffixes for keys which are not present in mash. Fixes comp...Maxim Filimonov2013-07-211-1/+8
| |/
* | Merge branch 'dash_bang_properties' of github.com:thedavemarshall/hashiedblock2014-03-301-9/+3
|\ \
| * | Adding support for dash properties that end in bangDavid Marshall2013-07-171-9/+3
| |/
* | Merge branch 'fix_indifferent_access_store' of github.com:jrochkind/hashiedblock2014-03-301-0/+1
|\ \
| * | IndifferentAccess, make #store respect indifferenceJonathan Rochkind2013-07-081-0/+1
| |/
* | Merge branch 'master' of github.com:einzige/hashiedblock2014-03-301-18/+23
|\ \
| * | ~Sergei Zinin2013-10-311-18/+23
| |/
* | Fixes Issue #106: deep_merge recursively slowDave Mitchell2013-07-282-5/+5
|/
* bump 2.0.5v2.0.5Jerry Cheung2013-05-101-1/+1
* Coercion improvements, specs passingEric Pierce2013-05-092-8/+15
* bump 2.0.4v2.0.4Jerry Cheung2013-04-231-1/+1
* Make Mash#fetch more consistent with ruby hashes [fixes #92, fixes #93]Mark Abramov2013-04-241-2/+2
* bump 2.0.3v2.0.3Jerry Cheung2013-03-181-1/+1
* make Hashie::Mash also respond to unknown keys with suffixesVsevolod Romashov2013-03-151-1/+1
* fix broken indentationVsevolod Romashov2013-03-141-23/+23
* fix Hashie::Mash#respond_to? with a suffixed keyVsevolod Romashov2013-03-141-1/+1
* Merge pull request #83 from jimeh/fix-replace-methodJerry Cheung2013-03-054-2/+27
|\
| * Add support and tests for #replace to IndifferentAccess extensionJim Myhrberg2013-03-021-2/+8