Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.09 KB

Change Log

All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105

Unreleased

Changed

[0.3.1] 2017-08-08

Added

  • Optional support for chrono types and uuid::Uuid.

[0.3.0] - 2017-08-06

Added

  • Generic data types support
  • Considerably improved documentation

Changed

  • Renamed ToPursType and ToPursConstructor to AsPursType and AsPursConstructor

[0.2.1] - 2017-08-03

Fixed

  • Fixed stack overflow when deriving recursive types
  • The Purescript AST was significantly simplified
  • Added default ToPursType implementations for Box<T> and &T

[0.2.0] - 2017-08-01

Added

  • Tuple struct support
  • ToPursType implementations for &[T] and &str.

[0.1.0] - 2017-07-30

  • Initial release