summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release, 3.4.1.v3.4.1dB2015-03-311-1/+1
* Fixed coercions in a subclass accumulating in the superclass.Martin Streicher2015-03-311-1/+1
* Add Hashie::Mash#reverse_merge. Increase Rubocop class length.Max Goldstein2015-02-251-0/+5
* Fix crash building a Mash w/ IndifferentAccess from HashWithIndifferentAccessBenny Weingarten-Gabbay2015-02-051-4/+4
* Merge pull request #272 from msievers/deep_locateDaniel Doubrovkine (dB.) @dblockdotorg2015-02-033-21/+99
|\
| * Backed Hashie::Extensions::DeepFind by Hashie::Extensions::DeepLocateMichael Sievers2015-02-031-21/+4
| * Added Hashie::Extensions::DeepLocateMichael Sievers2015-02-032-0/+95
* | bump to 3.4.0v3.4.0gregory2015-02-021-1/+1
|/
* provide self as context when evaluating defaultgregory2015-02-011-1/+2
* add Hashie::Mash#extractable_options?Ryan Buckley2015-01-191-0/+5
* Refactor MethodReader#method_missingZloy2015-01-191-6/+12
* Methods such as abc? return true/false Hashie::Extensions::MethodReader.Zloy2015-01-141-0/+4
* Fix bug where Dash changes argument to `property`Douglas Willcocks2015-01-131-1/+1
* Public utility methods for stringify/symbolize keysMax Lincoln2014-12-303-36/+85
* Add block to Extensions::DeepMergeIlya Kamenko2014-12-301-12/+17
* Fix handling of default proc values in MashErol Fornoles2014-12-301-7/+8
* Refactor property definitions and initializationsErol Fornoles2014-12-291-4/+4
* Inherit key coercions.Erol Fornoles2014-12-281-3/+11
* Support for conditionally required Dash propertiesChris Cashwell2014-12-111-6/+23
* Add block to indifferent access #fetchJan Graichen2014-12-091-2/+2
* SafeAssignment will now also protect hash-style assignments.Jonathan Rochkind2014-12-091-3/+6
* Update key conversion extensionsBartosz Kopiński2014-12-082-32/+30
* Preparing for the 3.3.3 development iteration.dblock2014-11-261-1/+1
* Preparing for release, 3.3.2.v3.3.2dblock2014-11-261-1/+1
* Added Hashie::Extensions::MethodAccessWithOverride to autoloads.Fritz Meissner2014-11-261-0/+1
* Locked version of RuboCop.dblock2014-11-181-4/+4
* Custom error messages for required properties in Hashie::Dash subclassesPetr Balaban2014-10-071-5/+11
* add support for coercion for hash that inherit from Hashgregory2014-10-031-2/+2
* Extend YamlErbParser to understand __FILE__ when interpolating ERB.Julien Pervillé2014-09-161-1/+4
* Merging Hashie::Mash now correctly only calls the block on duplicate valuesAmy Sutedja2014-09-054-4/+4
* suffix parser pattern is constant - we shouldn't compile it every time for su...Andrey Fadeyev2014-09-011-2/+2
* Preparing for 3.3.1 release.dblock2014-08-261-1/+1
* Fix: method is now a string.dblock2014-08-261-1/+1
* Revert "dont convert keys on initialization"dblock2014-08-261-20/+45
* Preparing for release, 3.3.0v3.3.0Michael Herold2014-08-261-1/+1
* Preserve backward-compatible translations when a single property is translated.dB2014-08-241-9/+19
* Fix #69: regression, multiple property assignments in Trash.dB2014-08-231-4/+14
* Address TODO about the Lambda style copMichael Herold2014-08-231-3/+3
* Add Hashie::Extensions::DeepFindMichael Herold2014-08-222-0/+60
* Fixed inheritance of transformations in Trash.FoboCasteR2014-08-221-5/+3
* Fix #202 by stopping method redefinitionMichael Herold2014-08-201-2/+2
* Add Hashie::Extensions::Mash::SafeAssignmentMichael Herold2014-08-203-1/+23
* Add Hashie::Extensions::MethodOverridingWriterMichael Herold2014-08-201-0/+75
* Merge pull request #200 from maxlinc/core_typesDaniel Doubrovkine (dB.) @dblockdotorg2014-08-181-10/+56
|\
| * A bit of cleanupMax Lincoln2014-08-141-3/+2
| * core type coercion may be done!Max Lincoln2014-08-141-1/+13
| * Error handling, test showing SystemStackErrorMax Lincoln2014-08-141-11/+16
| * Add support for coercion to Complex and RationalMax Lincoln2014-08-081-4/+6
| * Remove built-in support for boolean, but all a procMax Lincoln2014-08-081-6/+3
| * Add exception handling and coerce_value testsMax Lincoln2014-08-081-0/+2