Changelog of @hackage/candid 0.3.1

Revision history for haskell-candid

0.3.1 -- 2022-01-10

  • GHC-9.0 compatibility
  • Import type definitions, not just service types from .did files
  • The Candid file parser ignores init arguments

0.3 -- 2021-10-01

  • Candid pretty-printing: Try to invert field names using word list

0.2 -- 2021-06-17

  • Guess field named when only the hash is known
  • Better support for reference types
  • Implement the “new” subtyping rules in Candid
  • Template Haskell: Recognize tuples

0.1 -- 2020-11-21

  • First version.