- GHC-9.10
- Bump dependencies
- GHC-9.8 compatibility
- Support spec version 0.1.6:
composite_query
dfinity/candid#420record {} <: record {null}
dfinity/candid#462- space bomb protection dfinity/candid#434
- Bump dependencies
- GHC-9.6
- Bump dependencies
- GHC-9.4 and transformer-0.6 compat
- Fix did file parsing bug: Allow underscores in unicode escapes
- Implement the new subtyping rules from spec version 0.1.4 dfinity/candid#311
- GHC-9.2 compatibility
- Candid hash reversal: Also try upper case
- GHC-9.0 compatibility
- Import type definitions, not just service types from
.did
files - The Candid file parser ignores init arguments
- Candid pretty-printing: Try to invert field names using word list
- 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
- First version.