Releases: treeform/jsony
Releases · treeform/jsony
1.1.6
What's Changed
- fix #50: add skipHook to skip fields of object when serializing by @pietroppeter in #57
- fixes + more fuzzing by @guzba in #78
- encoding updates for strings by @guzba in #79
- updated string decoding by @guzba in #80
- fix #52: allow enum keys when parsing tables by @pietroppeter in #56
- Fix deserialization of objects with default field values by @Anuken in #90
- README: Fixes enumHook example by @hoijui in #82
- avoid ambiguous call to toJson() by @gpicron in #72
- feat: Add dependabot configuration by @esafak in #96
- Bump jiro4989/setup-nim-action from 1 to 2 by @dependabot[bot] in #98
- Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot[bot] in #100
- Bump actions/checkout from 2 to 5 by @dependabot[bot] in #99
New Contributors
- @pietroppeter made their first contribution in #57
- @Anuken made their first contribution in #90
- @hoijui made their first contribution in #82
- @gpicron made their first contribution in #72
- @esafak made their first contribution in #96
- @dependabot[bot] made their first contribution in #98
Full Changelog: 1.1.5...1.1.6
1.1.5
1.1.4
What's Changed
- Spelling/grammar fixes by @dflock in #41
- Export skipValues by @SolitudeSF in #42
- Don't require discriminant field to be present in object variants by @SolitudeSF in #43
- Fix for utf16 surrogates. by @treeform in #46
New Contributors
- @dflock made their first contribution in #41
- @SolitudeSF made their first contribution in #42
Full Changelog: 1.1.3...1.1.4
1.1.3
What's Changed
- Added more elaborate explanation around dumpHook by @PhilippMDoerner in #39
- Fix seq[tuple] with named tuples by @ire4ever1190 in #40
New Contributors
- @PhilippMDoerner made their first contribution in #39
- @ire4ever1190 made their first contribution in #40
Full Changelog: 1.1.2...1.1.3
1.1.2
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
What's Changed
- Add hooks for set type by @konradmb in #25
- Fix typo in documentation by @kraptor in #28
- Example in readme for newHook uses string instead of typedesc by @ThomasTJdev in #29
New Contributors
- @konradmb made their first contribution in #25
- @ThomasTJdev made their first contribution in #29
Full Changelog: 1.0.5...1.1.0