All Versions
14
Latest Version
Avg Release Cycle
38 days
Latest Release
1802 days ago

Changelog History
Page 2

  • v0.4.0.0 Changes

    January 10, 2018
    • โž• Add 'OCamlType' instance for ByteString.

    • โž• Add 'HaskellTypeName' to support servant test server for types without Generic. You must manually provide the type's name as a symbol.

  • v0.3.0.0 Changes

    January 04, 2018
    • 'OCaml.BuckleScript.Encode.renderRef' now add parentheses when rendering: list, optional, either, pair, tuple3, tuple4, tuple5, tuple6.
    • ๐Ÿ‘Œ Support 'HasEmbeddedFile' for '(:<|>)'.
    • 'HasDecoder' now unwraps all OCamlDatatype.
  • v0.2.0.0 Changes

    December 29, 2017
    • ๐Ÿ‘ HasDecoder properly supports Haskell types like data X = X String Int, product type with multiple unnamed records.

    • ๐Ÿ‘Œ Support genericToOCamlDatatype when one of the type's dependencies implements instance OCamlType without genericToOCamlDatatype.

  • v0.1.1.0 Changes

    December 19, 2017
    • โœ‚ Remove OCaml.File. It was unexported, but was causing import errors because it depended on unincluded data files.