Recent Releases of https://github.com/ruby-oauth/snaky_hash
https://github.com/ruby-oauth/snaky_hash - v2.0.3
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
- Fixed
What's Changed
- Release/v2.0.3 by @pboling in https://github.com/oauth-xx/snaky_hash/pull/4
Full Changelog: https://github.com/oauth-xx/snaky_hash/compare/v2.0.2...v2.0.3
- Ruby
Published by pboling 9 months ago
https://github.com/ruby-oauth/snaky_hash - v2.0.2
What's Changed
- ✨ Add serializer option by @pboling in https://github.com/oauth-xx/snaky_hash/pull/2
- ✨ Serialization Extensions by @pboling in https://github.com/oauth-xx/snaky_hash/pull/3
New Contributors
- @pboling made their first contribution in https://github.com/oauth-xx/snaky_hash/pull/2
Full Changelog: https://github.com/oauth-xx/snaky_hash/compare/v2.0.1...v2.0.2
- Ruby
Published by pboling 9 months ago