summaryrefslogtreecommitdiff
path: root/lib/hashie/version.rb
Commit message (Collapse)AuthorAgeFilesLines
* Changes to `Mash` initialization key string conversion. (#521)Caroline Artz2020-05-041-1/+1
|
* Preparing for release, 4.1.0v4.1.0Bobby McDonald2020-02-011-1/+1
|
* Preparing for next development iteration, 4.0.1.Bobby McDonald2019-10-301-1/+1
|
* Preparing for release, 4.0.0.v4.0.0Bobby McDonald2019-10-301-1/+1
|
* Allow options on Mash.load (#474)Daniel Doubrovkine (dB.) @dblockdotorg2019-03-221-1/+1
| | | | | | | | | | | | | | | | | `Mash.load` uses the Ruby standard library to load Yaml-serialized files into a Mash. The original implementation used `YAML.load` for this purpose. However, that method is inherently unsafe so we switched to using `YAML.safe_load`. Safely loading Yaml files has many different domain-specific configuration flags that we did not, by default, expose. This change introduces the ability to configure the safe loading of Yaml files so that all types of Yaml can be loaded when necessary using the flags from the standard library. This implementation preserves the backwards-compatibility with the prior implementation so that it should not require updates from users of the current `Mash.load` behavior. For those who this change affects, we included upgrading documentation to ease the transition.
* Prepare for next development version, v3.6.1Michael Herold2018-08-131-1/+1
|
* Preparing for release, 3.6.0v3.6.0Michael Herold2018-08-131-1/+1
|
* Update Rubocop and address the addressable todosMichael Herold2018-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | This is a big step forward in our Rubocop setup. I addressed all of the todos from the current version of Rubocop that made sense to. The only things that remain are metrics and one cop that relies on the line length metric to work. I made some judgment calls on disabling a few cops: 1. The `Layout/IndentHeredoc` cop wants you to either use the squiggly heredoc from Ruby 2.3 or introduce a library. Since we are a low-level library that is used as a transitive dependency, we cannot introduce another library as a dependence, so that option is out. Also, we support Rubies back to 2.0 currently, so using the squiggly heredoc isn't an option. Once we remove support for Rubies older than 2.3, we can switch to the squiggly heredoc cop. 2. The `Naming/FileName` cop was reporting false positives for a few files in the repository, so I disabled it on those files. 3. The `Style/DoubleNegation` cop reports lints on a few cases where we use double negation. Given the very generic nature of Hashie, the double-negation is the easiest, clearest way to express that we want an item to be a Boolean. I disabled the cop because we exist in the gray area where this makes sense.
* Preparing for next development iteration, 3.5.8Michael Herold2017-12-191-1/+1
|
* Prepare for the next development iteration, 3.5.7Michael Herold2017-07-121-1/+1
|
* Prepare for next development iteration, 3.5.6Michael Herold2017-02-241-1/+1
|
* Prepare for next development iteration, 3.5.5Michael Herold2017-02-221-1/+1
|
* Prepare for next development iteration, 3.5.4Michael Herold2017-02-111-1/+1
|
* Prepare for next development iteration, 3.5.3Michael Herold2017-02-101-1/+1
|
* Prepare for next development iteration, 3.5.2Michael Herold2017-01-311-1/+1
|
* 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
|
* Preparing for next development iteration, 3.4.7.dblock2016-09-161-1/+1
|
* Preparing for next development iteration, 3.4.6.dblock2016-09-161-1/+1
|
* Preparing for the next development iteration, 3.4.5.dblock2016-04-291-1/+1
|
* Preparing for next development iteration, 3.4.4. [ci skip]dblock2015-10-251-1/+1
|
* Preparing for next release, 3.4.3Michael Herold2015-06-021-1/+1
|
* Preparing for next development iteration, 3.4.2.dB2015-03-311-1/+1
|
* Preparing for release, 3.4.1.v3.4.1dB2015-03-311-1/+1
|
* bump to 3.4.0v3.4.0gregory2015-02-021-1/+1
|
* 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
|
* Preparing for 3.3.1 release.dblock2014-08-261-1/+1
|
* Preparing for release, 3.3.0v3.3.0Michael Herold2014-08-261-1/+1
|
* Preparing for next development iteration, 3.2.1.dblock2014-07-101-1/+1
|
* Preparing for release, 3.2.0.v3.2.0dblock2014-07-101-1/+1
|
* Preparing for next development release, 3.1.1.dblock2014-06-251-1/+1
|
* Preparing for release, 3.1.v3.1.0dblock2014-06-251-1/+1
|
* Preparing for next development release, 3.0.1.dblock2014-06-031-1/+1
|
* Preparing for release, 3.0.v3.0.0dblock2014-06-031-1/+1
|
* Preparing for next development interation.dblock2014-04-121-1/+1
|
* Preparing for release, 2.1.1.v2.1.1dblock2014-04-121-1/+1
|
* Bump version, preparing for release.v2.1.0dblock2014-04-061-1/+1
|
* bump 2.0.5v2.0.5Jerry Cheung2013-05-101-1/+1
|
* bump 2.0.4v2.0.4Jerry Cheung2013-04-231-1/+1
|
* bump 2.0.3v2.0.3Jerry Cheung2013-03-181-1/+1
|
* Bump version to 2.0.2v2.0.2Michael Bleigh2013-02-261-1/+1
|
* bump version 2.0.1v2.0.1Jerry Cheung2013-02-251-1/+1
|
* bump gem version to 2.0.0Jerry Cheung2013-02-141-1/+1
|
* Adds first extension, coercion, road to 2.0 begins.Michael Bleigh2011-07-281-1/+1
|
* Bump version to 1.1.0Michael Bleigh2011-07-281-1/+1
|
* Switch to Bundler for gem management and Guard for autotesting.Michael Bleigh2011-07-221-0/+3