SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-hashie-3.5.6-1.42.x86_64.rpm :

* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 3.5.6 see installed CHANGELOG.md [#]# [3.5.6] - 2017-07-12 [3.5.6]: https://github.com/intridea/hashie/compare/v3.5.5...v3.5.6 [#]## Miscellaneous
* [#416](https://github.com/intridea/hashie/pull/416): Fix `warning: instance variable AATTdisable_warnings not initialized` - [AATTaxfcampos](https://github.com/axfcampos).
* Your contribution here.
* Thu Mar 16 2017 cooloAATTsuse.com- updated to version 3.5.5 see installed CHANGELOG.md [#]# [3.5.5] - 2017-02-24 [3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5 [#]## Added
* [#326](https://github.com/intridea/hashie/pull/326): Added `Hashie::Extensions::Mash::KeepOriginalKeys` to give Mashes the ability to keep the original structure given to it - [AATTmichaelherold](https://github.com/michaelherold). [#]## Fixed
* [#415](https://github.com/intridea/hashie/pull/415): Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - [AATTmichaelherold](https://github.com/michaelherold). [#]# [3.5.4] - 2017-02-22 [3.5.4]: https://github.com/intridea/hashie/compare/v3.5.3...v3.5.4 [#]## Added
* [#412](https://github.com/intridea/hashie/pull/412): Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - [AATTmichaelherold](https://github.com/michaelherold). [#]## Fixed
* [#409](https://github.com/intridea/hashie/pull/409): Fixed Railtie detection for projects where Rails is defined but Railties are not availble - [AATTCallumD](https://github.com/callumd).
* [#411](https://github.com/intridea/hashie/pull/411): Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - [AATTmichaelherold](https://github.com/michaelherold).
* Wed Feb 15 2017 cooloAATTsuse.com- updated to version 3.5.3 see installed CHANGELOG.md [#]# [3.5.3] - 2017-02-11 [3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3 [#]## Fixed
* [#402](https://github.com/intridea/hashie/pull/402): Use a Railtie to set Hashie.logger on rails boot - [AATTmatthewrudy](https://github.com/matthewrudy).
* [#406](https://github.com/intridea/hashie/pull/406): Ensure that subclasses that disable warnings propagate that setting to grandchild classes - [AATTmichaelherold](https://github.com/michaelherold).
* Your contribution here. [#]# [3.5.2] - 2017-02-10 [3.5.2]: https://github.com/intridea/hashie/compare/v3.5.1...v3.5.2 [#]## Added
* [#395](https://github.com/intridea/hashie/pull/395): Add the ability to disable warnings in Mash subclasses - [AATTmichaelherold](https://github.com/michaelherold).
* [#400](https://github.com/intridea/hashie/pull/400): Fix Hashie.logger load and set the Hashie logger to the Rails logger in a Rails environment - [AATTmichaelherold](https://github.com/michaelherold). [#]## Fixed
* [#396](https://github.com/intridea/hashie/pull/396): Fix for specs in #381: Incorrect use of shared context meant example was not being run - [AATTbiinari](https://github.com/biinari).
* [#399](https://github.com/intridea/hashie/pull/399): Fix passing Pathname object to Hashie::Mesh.load() - [AATTalbb0920](https://github.com/albb0920). [#]## Miscellanous
* [#397](https://github.com/intridea/hashie/pull/397): Add the integration specs harness into the main test tasks - [AATTmichaelherold](https://github.com/michaelherold).
* Wed Feb 01 2017 cooloAATTsuse.com- updated to version 3.5.1 see installed CHANGELOG.md [#]# [3.5.1] - 2017-01-31
* [#392](https://github.com/intridea/hashie/pull/392): Fix for #391: Require all dependencies of Hashie::Mash - [AATTdblock](https://github.com/dblock). [3.5.1]: https://github.com/intridea/hashie/compare/v3.5.0...v3.5.1 [#]# [3.5.0] - 2017-01-31 (YANKED)
* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [AATTmltsy](https://github.com/mltsy).
* [#389](https://github.com/intridea/hashie/pull/389): Support Ruby 2.4.0 - [AATTcamelmasa](https://github.com/camelmasa). [3.5.0]: https://github.com/intridea/hashie/compare/v3.4.6...v3.5.0 [#]## Added
* [#381](https://github.com/intridea/hashie/pull/381): Add a logging layer that lets us report potential issues to our users. As the first logged issue, report when a `Hashie::Mash` is attempting to overwrite a built-in method, since that is one of our number one questions - [AATTmichaelherold](https://github.com/michaelherold). [#]## Changed
* [#384](https://github.com/intridea/hashie/pull/384): Updated to CodeClimate 1.x - [AATTboffbowsh](https://github.com/boffbowsh). [#]## Fixed
* [#369](https://github.com/intridea/hashie/pull/369): If a translation for a property exists when using IndifferentAccess and IgnoreUndeclared, use the translation to find the property - [AATTwhitethunder](https://github.com/whitethunder).
* [#376](https://github.com/intridea/hashie/pull/376): Leave string index unchanged if it can\'t be converted to integer for Array#dig - [AATTsazor](https://github.com/sazor).
* [#377](https://github.com/intridea/hashie/pull/377): Dont use Rubygems to check ruby version - [AATTsazor](https://github.com/sazor).
* [#378](https://github.com/intridea/hashie/pull/378): Deep find all searches inside all nested hashes - [AATTsazor](https://github.com/sazor).
* [#380](https://github.com/intridea/hashie/pull/380): Evaluate procs default values of Dash in object initialization - [AATTsazor](https://github.com/sazor). [#]## Miscellanous
* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [AATTmichaelherold](https://github.com/michaelherold). [#]# [3.4.6] - 2016-09-16
* Sat Sep 17 2016 cooloAATTsuse.com- updated to version 3.4.6 see installed CHANGELOG.md [3.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6 [#]## Fixed
* [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [AATTjrafanie](https://github.com/jrafanie). [#]# [3.4.5] - 2016-09-16 [3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5 [#]## Added
* [#337](https://github.com/intridea/hashie/pull/337), [#331](https://github.com/intridea/hashie/issues/331): `Hashie::Mash#load` accepts a `Pathname` object - [AATTgipcompany](https://github.com/gipcompany). [#]## Deprecated
* [#366](https://github.com/intridea/hashie/pull/366): Hashie is no longer tested on Ruby < 2 - [AATTdblock](https://github.com/dblock). [#]## Fixed
* [#358](https://github.com/intridea/hashie/pull/358): Fixed support for Array#dig - [AATTmodosc](https://github.com/modosc).
* [#365](https://github.com/intridea/hashie/pull/365): Ensured ActiveSupport::HashWithIndifferentAccess is defined before use in #deep_locate - [AATTmikejarema](https://github.com/mikejarema). [#]## Miscellanous
* [#366](https://github.com/intridea/hashie/pull/366): Added Danger, PR linter - [AATTdblock](https://github.com/dblock).
* Sat Apr 30 2016 cooloAATTsuse.com- updated to version 3.4.4 see installed CHANGELOG.md
* Mon Oct 26 2015 cooloAATTsuse.com- updated to version 3.4.3 see installed CHANGELOG.md [#]# 3.4.2 (10/25/2015)
* [#314](https://github.com/intridea/hashie/pull/314): Added a `StrictKeyAccess` extension that will raise an error whenever a key is accessed that does not exist in the hash - [AATTpboling](https://github.com/pboling).
* [#304](https://github.com/intridea/hashie/pull/304): Ensured compatibility of `Hash` extensions with singleton objects - [AATTregexident](https://github.com/regexident).
* [#306](https://github.com/intridea/hashie/pull/306): Added `Hashie::Extensions::Dash::Coercion` - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#310](https://github.com/intridea/hashie/pull/310): Fixed `Hashie::Extensions::SafeAssignment` bug with private methods - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#313](https://github.com/intridea/hashie/pull/313): Restrict pending spec to only Ruby versions 2.2.0-2.2.2 - [AATTpboling](https://github.com/pboling).
* [#315](https://github.com/intridea/hashie/pull/315): Default `bin/` scripts: `console` and `setup` - [AATTpboling](https://github.com/pboling).
* Wed Jun 03 2015 cooloAATTsuse.com- updated to version 3.4.2 see installed CHANGELOG.md
* Thu Apr 09 2015 cooloAATTsuse.com- updated to version 3.4.1
* [#269](https://github.com/intridea/hashie/pull/272): Added Hashie::Extensions::DeepLocate - [AATTmsievers](https://github.com/msievers).
* [#270](https://github.com/intridea/hashie/pull/277): Fixed ArgumentError raised when using IndifferentAccess and HashWithIndifferentAccess - [AATTgardenofwine](https://github.com/gardenofwine).
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport\'s version - [AATTmgold](https://github.com/mgold).
* [#282](https://github.com/intridea/hashie/pull/282): Fixed coercions in a subclass accumulating in the superclass - [AATTmaxlinc](https://github.com/maxlinc), [AATTmartinstreicher](https://github.com/martinstreicher).
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 3.4.0
* [#271](https://github.com/intridea/hashie/pull/271): Added ability to define defaults based on current hash - [AATTgregory](https://github.com/gregory).
* [#247](https://github.com/intridea/hashie/pull/247): Fixed #stringify_keys and #symbolize_keys collision with ActiveSupport - [AATTbartoszkopinski](https://github.com/bartoszkopinski).
* [#249](https://github.com/intridea/hashie/pull/249): SafeAssignment will now also protect hash-style assignments - [AATTjrochkind](https://github.com/jrochkind).
* [#251](https://github.com/intridea/hashie/pull/251): Added block support to indifferent access #fetch - [AATTjgraichen](https://github.com/jgraichen).
* [#252](https://github.com/intridia/hashie/pull/252): Added support for conditionally required Hashie::Dash attributes - [AATTccashwell](https://github.com/ccashwell).
* [#256](https://github.com/intridia/hashie/pull/256): Inherit key coercions - [AATTErol](https://github.com/Erol).
* [#259](https://github.com/intridia/hashie/pull/259): Fixed handling of default proc values in Mash - [AATTErol](https://github.com/Erol).
* [#260](https://github.com/intridia/hashie/pull/260): Added block support to Extensions::DeepMerge - [AATTgalathius](https://github.com/galathius).
* [#254](https://github.com/intridea/hashie/pull/254): Added public utility methods for stringify and symbolize keys - [AATTmaxlinc](https://github.com/maxlinc).
* [#261](https://github.com/intridea/hashie/pull/261): Fixed bug where Dash.property modifies argument object - [AATTd_tw](https://github.com/d_tw).
* [#264](https://github.com/intridea/hashie/pull/264): Methods such as abc? return true/false with Hashie::Extensions::MethodReader - [AATTZloy](https://github.com/Zloy).
* [#269](https://github.com/intridea/hashie/pull/269): Add #extractable_options? so ActiveSupport Array#extract_options! can extract it - [AATTridiculous](https://github.com/ridiculous).
* Your contribution here. [#]# 3.3.2 (11/26/2014)
* [#233](https://github.com/intridea/hashie/pull/233): Custom error messages for required properties in Hashie::Dash subclasses - [AATTjoss](https://github.com/joss).
* [#231](https://github.com/intridea/hashie/pull/231): Added support for coercion on class type that inherit from Hash - [AATTgregory](https://github.com/gregory).
* [#228](https://github.com/intridea/hashie/pull/228): Made Hashie::Extensions::Parsers::YamlErbParser pass template filename to ERB - [AATTjperville](https://github.com/jperville).
* [#224](https://github.com/intridea/hashie/pull/224): Merging Hashie::Mash now correctly only calls the block on duplicate values - [AATTamysutedja](https://github.com/amysutedja).
* [#221](https://github.com/intridea/hashie/pull/221): Reduce amount of allocated objects on calls with suffixes in Hashie::Mash - [AATTkubum](https://github.com/kubum).
* [#245](https://github.com/intridea/hashie/pull/245): Added Hashie::Extensions::MethodAccessWithOverride to autoloads - [AATTFritzinger](https://github.com/Fritzinger).
 
ICM