Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

86 lines (59 loc) · 3.96 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.4.1 (2017-11-22)

🐛 Bug Fix

  • #29 From_* impl is broken for orphaned idents.

Committers: 1

v0.4.0 (2017-11-22)

🚀 Enhancement

  • #27 Basic error logging when running in a non-prod env.

Committers: 1

v0.3.2 (2017-11-20)

🐛 Bug Fix

  • #25 Only use absolute paths in resource macro output.

Committers: 1

v0.3.1 (2017-11-20)

🐛 Bug Fix

  • #20 Keys should be converted to kebab case when resources are rendered.
  • #21 Disambiguate method calls in the resource macro output.

📝 Documentation

  • #22 Typo in context docs.
  • #23 Update resource macro examples in the readme.

Committers: 1

v0.3.0 (2017-11-19)

🚀 Enhancement

  • #14 Efficiently decode types from a document.
  • #15 Document and stabalize apis in the value module.

🐛 Bug Fix

  • #18 Member names can start with reserved chars.

💅 Polish

  • #17 Add max width to rustfmt.toml.

🏠 Internal

  • #16 Improve internal and public builder apis.

Committers: 1

v0.2.0 (2017-11-5)

🚀 Enhancement

  • #11 Add tests for the query module.
  • #10 Add negation operator and reverse method to sort and direction.
  • #6 Report test coverage to codecov.
  • #1 Add support for encoding and decoding query params.

🐛 Bug Fix

  • #8 Ignore unknown fields.

💅 Polish

  • #2 Update rustfmt config.

📝 Documentation

  • #4 Add ci badges to readme and crates.io.

🏠 Internal

  • #13 Update version format when passed to --vers in test.sh.
  • #9 Do not show private _ext field when debugging.
  • #7 Improve rocket crate structure.
  • #5 Invalidate appveyor cache when appveyor.yml is changed.
  • #3 Setup appveyor and circle ci.

Committers: 1