Skip to content

Commit 19c4c9d

Browse files
committed
chore: Release v0.14.0
1 parent 3a78af9 commit 19c4c9d

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="0.13.3"></a>
2+
## 0.14.0 (2018-11-18)
3+
4+
5+
#### Performance
6+
7+
* Switch to system allocator ([c0db5ac1](https://github.com/cobalt-org/cobalt.rs/commit/c0db5ac1da9282d352ba9950f6d01871d373fd73))
8+
9+
#### Features
10+
11+
* Jekyll-style frontmatter divider ([ad62b2fd](https://github.com/cobalt-org/cobalt.rs/commit/ad62b2fddec662d202cd59ad702650a62935f9dd), closes [#431](https://github.com/cobalt-org/cobalt.rs/issues/431))
12+
* **liquid:** ([4ef1eded](https://github.com/cobalt-org/cobalt.rs/commit/4ef1eded4968eb1b8956b166c164d95077885e50), [a1d0006f](https://github.com/cobalt-org/cobalt.rs/commit/a1d0006fef22cc07051cfc47f80e810b9312292a))
13+
* Index by variables
14+
* `for` block parameters can be variables
15+
* New filters: `at_most`, `at_least`, `push`, `pop`, `unshift`, `shift`, `array_to_sentence_string`
16+
* New tags: `tablerow`, `ifchanged`, `increment`, `decerement`
17+
* Slightly improved error reporting
18+
* Arrays now have `.first` and `.last` variables
19+
* `if` conditions support `or`/`and`
20+
* **pagination (prototype):**
21+
* core logic ([da6360d2](https://github.com/cobalt-org/cobalt.rs/commit/da6360d223d5e9ac80516b66b9cb0c43bc6dff91))
22+
* pagination frontmatter ([f35eec22](https://github.com/cobalt-org/cobalt.rs/commit/f35eec22618f84ab0222afc90130c5e8cb666d21))
23+
24+
#### Breaking Changes
25+
26+
* Empty frontmatters followed by `---` will no longer build ([ad62b2fd](https://github.com/cobalt-org/cobalt.rs/commit/ad62b2fddec662d202cd59ad702650a62935f9dd), closes [#431](https://github.com/cobalt-org/cobalt.rs/issues/431))
27+
* **liquid:** `for` block ranges are now inclusive ([4ef1eded](https://github.com/cobalt-org/cobalt.rs/commit/4ef1eded4968eb1b8956b166c164d95077885e50))
28+
29+
#### Bug Fixes
30+
31+
* **liquid:** ([4ef1eded](https://github.com/cobalt-org/cobalt.rs/commit/4ef1eded4968eb1b8956b166c164d95077885e50), [a1d0006f](https://github.com/cobalt-org/cobalt.rs/commit/a1d0006fef22cc07051cfc47f80e810b9312292a))
32+
* `for` looping over a range is now inclusive to align with shopify liquid
33+
* deeply nested array indexes work again (`a.b[0]`)
34+
135
<a name="0.13.1"></a>
236
## 0.13.2 (2018-10-05)
337

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-bin"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Benny Klotz <[email protected]>", "Johann Hofmann <[email protected]>"]
55
description = "Static site generator written in Rust"
66
repository = "https://github.com/cobalt-org/cobalt.rs"

0 commit comments

Comments
 (0)