Skip to content

Releases: TokTok/hs-msgpack-binary

v0.0.16

14 Feb 20:24
3afd5f7
Compare
Choose a tag to compare

What's Changed

  • cleanup: Move tests into msgpack-testsuite. by @iphydf in #91

Full Changelog: v0.0.15...v0.0.16

v0.0.15

12 Feb 15:16
db1738b
Compare
Choose a tag to compare

Release Notes

  • Add CODEOWNERS and settings.yml files. @iphydf (#73)
  • Remove standard_travis setting in BUILD.bazel. @iphydf (#72)
  • Use hs-tools scripts to simplify Travis script. @iphydf (#70)

Performance improvements

  • Use StrictData for all modules that define data types. @iphydf (#81)

Maintenance (Grunt tasks)

  • Use toktok-stack image for haskell stack builds. @iphydf (#88)
  • Add common haskell CI workflows. @iphydf (#87)
  • Use latest instead of versioned toktok-stack image. @iphydf (#86)
  • Upgrade to latest toktok-stack @iphydf (#85)
  • Use toktok-stack 0.0.23 for cirrus builds. @iphydf (#83)
  • Upgrade to ghc-8.10.3 @iphydf (#80)
  • Remove travis; add cirrus ci. @iphydf (#79)

Maintenance (Refactoring)

  • Remove tests for Maybe/Either/Void. @iphydf (#84)

0.0.14

26 Mar 22:37
96fb76e
Compare
Choose a tag to compare

First release of msgpack-binary (new name of data-msgpack).