Releases: bowbahdoe/json
Releases · bowbahdoe/json
v2024.11.20
- Add identity
any()
decoder - Include jspecify as an actual dependency. It still isn't needed at runtime, but there turns out to be no good reason to not bring it along if someone is already using maven
v2024.11.17
- Make overloads of
read
andwrite
that match the behavior ofreadString
andwriteString
. The verbosity does not give significant benefit. Will deprecate those methods at a later date, maybe. Not for removal though. - Add zero argument versions of some decoders. While
JsonDecoder::int_
is fine, it doesn't play well with static imports. In those usage contextsint_()
would be preferred. - Make the message of exceptions not leak details by default. New
getDetailedMessage
will expose the underlying JSON.
v2023.12.23
- Move to chronver
v0.3.1
v0.3.0
v0.2.4
v0.2.3: Merge pull request #47 from bowbahdoe/cleanup-march-1
Add json Encoder and bump version
v0.2.2: Merge pull request #46 from bowbahdoe/cleanup-march-1
v0.2.1: Merge pull request #40 from bowbahdoe/cleanup-feb-20
Document a bunch of methods
v0.2.0: Merge pull request #35 from bowbahdoe/cleanup-feb-20
Add basic docs