Skip to content

Releases: lukewilliamboswell/roc-json

0.10.2

02 Sep 01:45
16aedd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1

20 Aug 08:38
dd15253
Compare
Choose a tag to compare

What's Changed

  • Remove backpassing after its deprecation by @smores56 in #36

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0

13 May 18:36
9dd2190
Compare
Choose a tag to compare

What's Changed

  • Add Option and OptionOrNull to module headers by @imclerran in #30
  • Update doc comments to reflect change from Json.json to Json.utf8 by @imclerran in #31
  • Add example of encoding object Using OptionOrNull by @imclerran in #32

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

04 May 19:44
715e4dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

03 May 17:17
d3f438a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

15 Apr 10:28
35686ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.3...0.7.0

0.6.3

21 Feb 20:13
9dfc3ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

18 Feb 20:11
2410aaa
Compare
Choose a tag to compare

What's Changed

  • dont use specific basic-cli by @Anton-4 in #12
  • Include options in list element decoder by @WhileTruu in #14
  • fix decoding nested partial record when extra field is last by @WhileTruu in #16

New Contributors

Full Changelog: 0.6.1...0.6.2

0.6.1

27 Jan 21:59
96a30e9
Compare
Choose a tag to compare

What's Changed

  • Remove Str.graphemes. Used conversion to UTF-8 codepoints instead. by @normanjaeckel in #11

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0: Merge pull request #9 from lukewilliamboswell/fix-crash

12 Dec 04:36
dae2ee0
Compare
Choose a tag to compare

Changes:

  • List decoding will no longer crash on an empty list of bytes
  • Decoding a "null" string will now fail to parse instead of parsing as the string "null"