mlms13 / bs-decode

Type-safe JSON decoding for ReasonML and OCaml
https://mlms13.github.io/bs-decode/docs/what-and-why
MIT License
103 stars 18 forks source link

Needs bs-abstract upgrade #59

Closed mlms13 closed 4 years ago

mlms13 commented 4 years ago

Just a little note-to-self that bs-decode is another project that can't be compiled with the latest bs-platform until bs-abstract make a release resolving the empty array issue.

flash-gordon commented 4 years ago

@mlms13 mind to push a release? I'm depending on the master branch atm, everything works fine.

mlms13 commented 4 years ago

Thanks for the ping! I think I had to run and catch a bus after pushing the last change, and then I forgot to release it. :)

mlms13 commented 4 years ago

v0.10.0 is out with updated dependencies and BuckleScript 7.1 compatibility.

I pushed one more breaking change before making the release, but it's only a break if you're using Decode.ParseError.ResultOf to extend the error type with custom errors, and all you have to do to get around the break is delete .Monad when constructing DecodeBase with a result module.

flash-gordon commented 4 years ago

Thank you!