Skip to content

v0.4.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 22:51
· 56 commits to master since this release
v0.4.0-alpha.2
6aa85d3

This release intoduces the MarshalFunc and UnmarshalFunc options, which lets you configure custom JSON marshal/unmarshal functions.

Changelog

  • 6aa85d3 docs: remove changelog
  • 0794d4a chore(ci): disable caching and upgrade action version
  • 214348d docs(README): update benchmarks
  • d2ae431 test: improve global coverage
  • 29fbcb0 refactor: reduce string concatenations
  • cae66b8 feat: add support for json.Number type
  • b783ad6 feat: add options MarshalFunc and UnmarshalFunc
  • d01e0ea fix: replace deprecated function ioutil.ReadFile

Full Changelog: v0.4.0-alpha.1...v0.4.0-alpha.2