Releases: Sage/hash_kit
Releases · Sage/hash_kit
v0.7.0
What's Changed
- Update copyright by @chrisbarber86 in #12
- Setup coverage, switch to file versioning by @chrisbarber86 in #13
- Update badges by @chrisbarber86 in #14
- Check the hash given to #from_hash is a hash by @ianoxley in #16
- Bump the version in version.rb by @ianoxley in #17
New Contributors
- @chrisbarber86 made their first contribution in #12
- @ianoxley made their first contribution in #16
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Remove usage of Fixnum
to remove deprecation warnings.
Add Symbol as Standard Type
Add Symbol as Standard Type
v0.5.3
Bugfix to resolve issue with when a Hash
is passed as obj to the helper.to_hash
method.
v0.5.2
Updated travis config to restrict gem publish to ruby version to prevent race condition with publish gem.
v0.5.1
Bugfix for nested hashes and arrays within a hash passed to the indifferent!
method.
v0.5.0
Added indifferent!
method to helper.
v0.4.9
Bundler update fix.
v0.4.8
- Updated gem spec author details.