Skip to content

Releases: TokTok/hs-msgpack-types

v0.3.2

15 Feb 01:52
4557dee
Compare
Choose a tag to compare

What's Changed

  • cleanup: Remove QuickCheck dependency. by @iphydf in #63

Full Changelog: v0.3.1...v0.3.2

v0.3.1

15 Feb 01:25
4d35f9c
Compare
Choose a tag to compare

Release Notes

Maintenance (Code cleanup)

  • Generate tag patterns from the official docs. @iphydf (#60)

v0.3.0

14 Feb 18:25
9ebde92
Compare
Choose a tag to compare

Release Notes

Breaking changes

  • Use Vector instead of lists for Array and Map. @iphydf (#57)

Performance improvements

  • Use Vector instead of lists for Array and Map. @iphydf (#57)

v0.2.1

12 Feb 15:06
e4be08e
Compare
Choose a tag to compare

What's Changed

  • chore: Add missing file to .cabal. by @iphydf in #56

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Feb 14:47
a27699c
Compare
Choose a tag to compare

Release Notes

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

Performance improvements

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

Bug Fixes

  • translate type products as linear arrays @l29ah (#34)

Maintenance (Grunt tasks)

  • Use toktok-stack image for haskell stack builds. @iphydf (#51)
  • Use the docker image for CI builds. @iphydf (#50)
  • Use latest instead of versioned toktok-stack image. @iphydf (#49)
  • Upgrade to latest toktok-stack @iphydf (#48)
  • Use centralised workflows for CI. @iphydf (#47)
  • Use toktok-stack 0.0.23 for cirrus builds. @iphydf (#46)
  • Only try publishing hackage candidates on push. @iphydf (#44)
  • Add github workflow for cabal build and hackage upload. @iphydf (#41)
  • Remove travis; add cirrus ci. @iphydf (#40)

Maintenance (Refactoring)

0.0.4

26 Mar 21:54
ec89ead
Compare
Choose a tag to compare

This is the first release we push to Hackage via Travis. Let's see how it goes.