Changelog¶ ↑
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning, and yes, platform and engine support are part of the public API. Please file a bug if you notice a violation of semantic versioning.
Unreleased¶ ↑
Added¶ ↑
Changed¶ ↑
Deprecated¶ ↑
Removed¶ ↑
Fixed¶ ↑
Security¶ ↑
2.0.7 - 2026-07-14¶ ↑
-
TAG: v2.0.7
-
COVERAGE: 100.00% โ 133/133 lines in 7 files
-
BRANCH COVERAGE: 100.00% โ 38/38 branches in 7 files
-
92.86% documented
Added¶ ↑
-
Added support for JRuby 10.1 and TruffleRuby 34.0.
Changed¶ ↑
-
Retemplated generated project metadata, support documentation, CI workflows, binstubs, and development dependency floors with
kettle-jemv7.0.0.
Fixed¶ ↑
-
Corrected RubyGems homepage metadata to point at the gem documentation site.
-
Corrected persisted Open Collective and repository topology metadata used by future template runs.
-
Package configured license files in gem release file lists.
-
Removed stale local-path
version_gemstate from the main lockfile.
2.0.6 - 2026-06-11¶ ↑
-
TAG: v2.0.6
-
COVERAGE: 100.00% โ 133/133 lines in 7 files
-
BRANCH COVERAGE: 100.00% โ 38/38 branches in 7 files
-
92.86% documented
Fixed¶ ↑
-
Restored
docs/CNAMEso the generated documentation site keeps its custom domain. -
Removed stale legacy CI workflows and duplicate extracted-stdlib gem declarations from generated Appraisal gemfiles.
2.0.5 - 2026-06-07¶ ↑
-
TAG: v2.0.5
-
COVERAGE: 100.00% โ 133/133 lines in 7 files
-
BRANCH COVERAGE: 100.00% โ 38/38 branches in 7 files
-
92.86% documented
Changed¶ ↑
-
Refreshed project scaffolding with the current
kettle-jemtemplate, including updated CI workflows, modular gemfiles, and development tooling floors.
2.0.4 - 2026-05-16¶ ↑
-
TAG: v2.0.4
-
COVERAGE: 100.00% โ 133/133 lines in 7 files
-
BRANCH COVERAGE: 100.00% โ 38/38 branches in 7 files
-
100.00% documented
Added¶ ↑
-
Incident Response Plan in IRP.md
-
SnakyHash::VERSION (Traditional Constant Location)
-
kettle-dev & kettle-test dev harnesses
Changed¶ ↑
-
Contributor Conenant updated to version 2.1
Fixed¶ ↑
-
Specs
2.0.3 - 2025-05-23¶ ↑
-
TAG: v2.0.3
-
COVERAGE: 100.00% โ 132/132 lines in 7 files
-
BRANCH COVERAGE: 100.00% โ 38/38 branches in 7 files
-
100.00% documented
Added¶ ↑
-
#dumpinstance method injected byextend SnakyHash::Serializer(@pboling) -
dump_hash_extensions- new feature, analogous toload_hash_extensions(@pboling) -
dump_value_extensions- alternate name fordump_extensions(@pboling) -
load_value_extensions- alternate name forload_extensions(@pboling) -
Clarifying documentation (@pboling)
Fixed¶ ↑
-
gh4 - Serializer extensions dump and load empty values properly (@pboling)
-
Fixed
dump_extensions,load_extensions,load_hash_extensions -
Intended usage is primarily JSON, and oauth2 gem
-
OAuth2 spec can have legitimately empty values (e.g. scopes could be empty)
-
Previous logic was inherited from design decisions made by
serialized_hashiegem; doesnโt apply here
2.0.2 - 2025-05-21¶ ↑
-
TAG: v2.0.2
-
COVERAGE: 100.00% โ 119/119 lines in 7 files
-
BRANCH COVERAGE: 100.00% โ 35/35 branches in 7 files
-
100.00% documented
Added¶ ↑
-
Gem is signed by 20-year cert (@pboling)
-
Expires 2045-04-29
-
Gemspec metadata updates (@pboling)
-
Documentation updates (@pboling)
-
CI covering all code, and all key versions of runtime dependencies (@pboling)
-
Including Hashie v0, v1, v2, v3, v4, v5, and HEAD
-
gh2 - Serializer option (@pboling)
-
gh3 - Serializer Extensions (@pboling)
-
Documentation site at snaky-hash.galtzo.com (@pboling)
-
100% documented! (@pboling)
2.0.1 - 2022-09-23¶ ↑
-
TAG: v2.0.1
Added¶ ↑
-
Certificate for signing gem releases (@pboling)
-
Gemspec metadata (@pboling)
-
funding_uri
-
mailing_list_uri
-
-
Checksums for released gems (@pboling)
Changed¶ ↑
-
Gem releases are now cryptographically signed (@pboling)
2.0.0 - 2022-08-29¶ ↑
-
TAG: v2.0.0
Changed¶ ↑
-
BREAKING:
SnakeHash::Snakeis now a mixin, now with support for symbol or string keysclass MySnakedHash < Hashie::Mash include SnakyHash::Snake.new(key_type: :string) # or :symbol end
Added¶ ↑
-
SnakyHash::StringKeyed: a Hashie::Mash class with snake-cased String keys -
SnakyHash::SymbolKeyed: a Hashie::Mash class with snake-cased Symbol keys
1.0.1 - 2022-08-26¶ ↑
-
TAG: v1.0.1
Added¶ ↑
-
Missing LICENSE.txt file to release
Removed¶ ↑
-
Accidentally added bundler dependency (vestige of transpec process) is now removed
1.0.0 - 2022-08-26¶ ↑
-
TAG: v1.0.0
Added¶ ↑
-
Initial release