Dhall Json Versions Save

This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json

1.2.4

5 years ago

1.2.3

5 years ago
  • Correctly handle nested association lists
  • Increase upper bound on dhall dependency
  • Increase upper bound on yaml dependency

1.2.2

5 years ago
  • Increase upper bound on dhall dependency
  • Increase upper bound on yaml dependency

1.2.1

5 years ago
  • Add support for preserving sum type tags
  • Sort keys when pretty-printing JSON
  • Increase upper bound on dhall dependency

1.2.0

5 years ago
  • BREAKING CHANGE: Add support for converting association lists to JSON records
    • This changes the behavior for records with two keys named mapKey and mapValue
  • Fix --help to not print ExitSuccess
  • Fix lower bound on dhall dependency
  • Remove optparse-generic dependency
  • Increase upper bound on dhall dependency

1.1.0

5 years ago
  • BREAKING CHANGE: Build against dhall-1.13.0
    • This requires a breaking change to the type of codeToValue

1.0.13

5 years ago
  • Add --omitNull flag to omit null-valued fields from generated JSON records
  • Add codeToValue
  • Increase upper bound on dhall dependency

1.0.12

5 years ago
  • Increase upper bound on aeson dependency
  • Increase upper bound on dhall dependency

1.0.11

5 years ago
  • Increase upper bound on dhall dependency
  • Increase upper bound on optparse-generic dependency

1.0.10

6 years ago