Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 941 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 941 Bytes

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

0.1.2 - 2020-03-05

  • Add proper CI
  • Fix an issue with a missmatch between documentation and implemented featurs for the wundergraph::mutation_object! macro. It accepts now all documented options
  • Fix an issue with with missing filter options on nullable relations
  • Disable default features for diesel

0.1.1 - 2019-11-17

  • Small documentation fixes
  • Fix missing imports for third party types in code generated by wundergraph_cli (Thanks Matteo Bertini)

0.1.0 - 2019-11-07

  • Initial Release