Skip to content

Commit 049092f

Browse files
committed
chore: Release 0.14.0
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)
1 parent e46c3e0 commit 049092f

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<a name="0.14.0"></a>
2+
## 0.14.0 (2018-01-22)
3+
4+
5+
#### Features
6+
7+
API
8+
* **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))
9+
10+
Users
11+
* **errors:**
12+
* Provide context on compile errors ([c17df1f3](https://github.com/cobalt-org/liquid-rust/commit/c17df1f30b2eec8c0ded04919c73c9d5a1d63377))
13+
* 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))
14+
* **filters:** Implement basic `compact` support ([c0eadd5c](https://github.com/cobalt-org/liquid-rust/commit/c0eadd5c384e6d5745036ed344116d137043c154))
15+
16+
#### Breaking Changes
17+
18+
API
19+
* Reduce string cloning ([3d93928b](https://github.com/cobalt-org/liquid-rust/commit/3d93928b2a9ac378dbb3ca8bd097b1ed7112620f)
20+
21+
Users
22+
* **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)
23+
24+
#### Performance
25+
26+
* Reduce string cloning ([3d93928b](https://github.com/cobalt-org/liquid-rust/commit/3d93928b2a9ac378dbb3ca8bd097b1ed7112620f)
27+
28+
#### Bug Fixes
29+
30+
API
31+
* Remove warning when no-default-features ([8c43de87](https://github.com/cobalt-org/liquid-rust/commit/8c43de871b437d14ac8da14d283bc906c6dea9f2))
32+
33+
Users
34+
* **filters:** date_in_tz can't parse cobalt date ([1dae5276](https://github.com/cobalt-org/liquid-rust/commit/1dae52767680c7a2b628f631078a97d1ef37ca37))
35+
* **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)
36+
37+
38+
139
<a name="0.13.7"></a>
240
## 0.13.7 (2018-01-10)
341

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liquid"
3-
version = "0.13.7"
3+
version = "0.14.0"
44
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
55
description = "The liquid templating language for Rust"
66
repository = "https://github.com/cobalt-org/liquid-rust"

0 commit comments

Comments
 (0)