| Commit message (Expand) | Author | Age | Files | Lines |
* | dont convert keys on initialization | gregory | 2014-07-22 | 1 | -1/+2 |
* | Added Mash#load with YAML file support. | gregory | 2014-07-14 | 1 | -0/+1 |
* | Preparing for next development iteration, 3.2.1. | dblock | 2014-07-10 | 1 | -0/+4 |
* | Preparing for release, 3.2.0.v3.2.0 | dblock | 2014-07-10 | 1 | -5/+4 |
* | Fixed link to issue #166. | dB | 2014-07-09 | 1 | -1/+1 |
* | Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWit... | Morgan Jones | 2014-07-09 | 1 | -0/+1 |
* | Fixed StringifyKeys#stringify_keys! to recursively stringify keys of embedded... | dB | 2014-07-09 | 1 | -0/+2 |
* | Add failing spec + fix it | gregory | 2014-07-08 | 1 | -0/+1 |
* | Update CHANGELOG.md | Grégory Horion | 2014-07-07 | 1 | -3/+3 |
* | Update CHANGELOG.md | Grégory Horion | 2014-07-07 | 1 | -1/+1 |
* | Automatically require version. | Jeremy Rodi | 2014-07-07 | 1 | -0/+1 |
* | Minor CHANGELOG update. | Daniel Doubrovkine (dB.) @dblockdotorg | 2014-07-06 | 1 | -1/+1 |
* | Allow Ranges on Rash to match _all_ Numerics | Jeremy Rodi | 2014-07-06 | 1 | -0/+1 |
* | Merge pull request #177 from gregory/issues_176_coercing_collection | Daniel Doubrovkine (dB.) @dblockdotorg | 2014-06-30 | 1 | -0/+1 |
|\ |
|
| * | Added support for coercing enumerables and collections | gregory | 2014-06-26 | 1 | -0/+1 |
* | | Fix Hashie::Mash#values_at. | Tom Hulihan | 2014-06-27 | 1 | -0/+1 |
* | | Preparing for next development release, 3.1.1. | dblock | 2014-06-25 | 1 | -1/+5 |
* | | Preparing for release, 3.1.v3.1.0 | dblock | 2014-06-25 | 1 | -2/+1 |
|/ |
|
* | CHANGELOGs were added in the wrong release. | dblock | 2014-06-24 | 1 | -5/+5 |
* | Include Trash and Dash class name when raising NoMethodError. | gregory | 2014-06-20 | 1 | -1/+1 |
* | Fixed from and transform_with Trash features when IndifferentAccess is includ... | gregory | 2014-06-19 | 1 | -1/+2 |
* | Auto include Dash::IndifferentAccess when Extensions::IndiferentAccess is inc... | gregory | 2014-06-19 | 1 | -0/+1 |
* | Corrected documentation, update_attributes with a bang. | dblock | 2014-06-19 | 1 | -1/+1 |
* | Added Dash and Trash#update_attributes. | gregory | 2014-06-19 | 1 | -0/+1 |
* | call to_hash on object that respond to to_hash + specs | gregory | 2014-06-12 | 1 | -0/+1 |
* | Preparing for next development release, 3.0.1. | dblock | 2014-06-03 | 1 | -1/+4 |
* | Preparing for release, 3.0.v3.0.0 | dblock | 2014-06-03 | 1 | -1/+1 |
* | Removed note on adding Mash::ActiveModel. | dblock | 2014-06-03 | 1 | -1/+0 |
* | Allow IgnoreUndeclared and DeepMerge to be used with undeclared properties. | Rainer Sai | 2014-05-19 | 1 | -0/+1 |
* | Add test for missing key on deep fetch | Stephen Aument | 2014-05-15 | 1 | -0/+1 |
* | Use semantic versioning, bump to 3.0. | Daniel Doubrovkine (dB.) @dblockdotorg | 2014-05-13 | 1 | -1/+1 |
* | Added documentation for upgrading. | dblock | 2014-05-05 | 1 | -3/+5 |
* | Do not automatically stringify keys in Hashie::Hash#to_hash, pass :stringify_... | dblock | 2014-05-02 | 1 | -0/+1 |
* | Do not convert keys to strings in Dash and Trash. | dblock | 2014-05-02 | 1 | -0/+1 |
* | Reorganized extensions, consolidated Hashie StringifyKeys implementation. | dblock | 2014-04-30 | 1 | -0/+2 |
* | Added Hashie::Extensions::Mash::ActiveModel for compatibility with Rails 4 St... | dblock | 2014-04-30 | 1 | -1/+2 |
* | Preparing for next development interation. | dblock | 2014-04-12 | 1 | -0/+4 |
* | Preparing for release, 2.1.1.v2.1.1 | dblock | 2014-04-12 | 1 | -1/+5 |
* | Added IgnoreUndeclared, an extension to silently ignore undeclared properties... | Michael Righi | 2014-04-06 | 1 | -0/+1 |
* | Added Hashie::Rash. | epitron | 2014-04-06 | 1 | -0/+1 |
* | Added Trash#permitted_input_keys and inverse_translations. | Artem Baguinski | 2014-04-06 | 1 | -0/+1 |
* | Trash#translations correctly maps original to translated names. | Artem Baguinski | 2014-04-06 | 1 | -0/+1 |
* | Merge pull request #134 from tylerdooling/traverse | Daniel Doubrovkine (dB.) @dblockdotorg | 2014-04-06 | 1 | -0/+1 |
|\ |
|
| * | Adds deep_fetch extension for nested access. | Tyler Dooling | 2014-04-04 | 1 | -0/+1 |
* | | IndifferentAccess now works without MergeInitializer. | Peter Brindisi | 2014-04-06 | 1 | -0/+1 |
* | | Updated CHANGELOG with a link to #136. | dblock | 2014-04-06 | 1 | -1/+1 |
* | | CHANGELOG update | Mark Abramov | 2014-04-05 | 1 | -0/+1 |
* | | Shorten description to fit on one line. | Daniel Doubrovkine (dB.) @dblockdotorg | 2014-04-04 | 1 | -1/+1 |
|/ |
|
* | Added Rubocop. | dblock | 2014-03-30 | 1 | -0/+1 |
* | Merged. | dblock | 2014-03-30 | 1 | -0/+1 |
|\ |
|