Skip to content

Commit

Permalink
chore: Release 0.14.0
Browse files Browse the repository at this point in the history
Features

API
* **Value:**  Control key order ([7ff0fcd](7ff0fcd), closes [#159](#159))

Users
* **errors:**
  *  Provide context on compile errors ([c17df1f](c17df1f))
  *  Report context during render ([73e26cf](73e26cf), closes [#105](#105))
* **filters:**  Implement basic `compact` support ([c0eadd5](c0eadd5))

Breaking Changes

API
*   Reduce string cloning ([3d93928](3d93928)

Users
* **value:**  Improve value coercion practices ([ebb4f40](ebb4f40), closes [#99](#99)

Performance

*   Reduce string cloning ([3d93928](3d93928)

Bug Fixes

API
*   Remove warning when no-default-features ([8c43de8](8c43de8))

Users
* **filters:**  date_in_tz can't parse cobalt date ([1dae527](1dae527))
* **value:**  Improve value coercion practices ([ebb4f40](ebb4f40), closes [#99](#99)
  • Loading branch information
epage committed Jan 22, 2018
1 parent e46c3e0 commit 049092f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
<a name="0.14.0"></a>
## 0.14.0 (2018-01-22)


#### Features

API
* **Value:** Control key order ([7ff0fcd0](https://github.com/cobalt-org/liquid-rust/commit/7ff0fcd04d2570aea5338e03128de62e494bee62), closes [#159](https://github.com/cobalt-org/liquid-rust/issues/159))

Users
* **errors:**
* Provide context on compile errors ([c17df1f3](https://github.com/cobalt-org/liquid-rust/commit/c17df1f30b2eec8c0ded04919c73c9d5a1d63377))
* Report context during render ([73e26cf7](https://github.com/cobalt-org/liquid-rust/commit/73e26cf786a5883a5fe98d66678134392f107cda), closes [#105](https://github.com/cobalt-org/liquid-rust/issues/105))
* **filters:** Implement basic `compact` support ([c0eadd5c](https://github.com/cobalt-org/liquid-rust/commit/c0eadd5c384e6d5745036ed344116d137043c154))

#### Breaking Changes

API
* Reduce string cloning ([3d93928b](https://github.com/cobalt-org/liquid-rust/commit/3d93928b2a9ac378dbb3ca8bd097b1ed7112620f)

Users
* **value:** Improve value coercion practices ([ebb4f40e](https://github.com/cobalt-org/liquid-rust/commit/ebb4f40e315c280825e74cad60b4cd91bbe06ea0), closes [#99](https://github.com/cobalt-org/liquid-rust/issues/99)

#### Performance

* Reduce string cloning ([3d93928b](https://github.com/cobalt-org/liquid-rust/commit/3d93928b2a9ac378dbb3ca8bd097b1ed7112620f)

#### Bug Fixes

API
* Remove warning when no-default-features ([8c43de87](https://github.com/cobalt-org/liquid-rust/commit/8c43de871b437d14ac8da14d283bc906c6dea9f2))

Users
* **filters:** date_in_tz can't parse cobalt date ([1dae5276](https://github.com/cobalt-org/liquid-rust/commit/1dae52767680c7a2b628f631078a97d1ef37ca37))
* **value:** Improve value coercion practices ([ebb4f40e](https://github.com/cobalt-org/liquid-rust/commit/ebb4f40e315c280825e74cad60b4cd91bbe06ea0), closes [#99](https://github.com/cobalt-org/liquid-rust/issues/99)



<a name="0.13.7"></a>
## 0.13.7 (2018-01-10)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liquid"
version = "0.13.7"
version = "0.14.0"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down

0 comments on commit 049092f

Please sign in to comment.