Releases: cobalt-org/cobalt.rs
Releases · cobalt-org/cobalt.rs
v0.10.0
Release 0.10.0
Features
- error: Identify layout errors (0ec3a3d0)
Bug Fixes
- Correctly copy scss files when sass is disabled (f04bd9d2)
- Log context for failures (be258bfb)
- config: On empty file, use right root (a99ca197)
- drafts: Config can enable again (729e0b18)
- front: Ensure exceprt is rendered before used (9e714697)
- includes: Support including hidden files (cb577c42)
Breaking Changes
- error: Identify layout errors (0ec3a3d0)
v0.9.0: Release 0.9.0
v0.8.0: Focus: Command line changes
Bug Fixes
- new:
- watch: Rebuilding ignores dest (b72863b
- Auto-ignore dest in more cases (8676a3a
- Don't ignore dest look-alikes (33c7d0d
- source/dest are now relative to config (ce95b39
- clean: Better detect what we can't clean (78bbfc3
- cli: Clarify role of --destination (a9fce40
- config:
- jekyll: Clean up flag names (80468b9
- data-files: Provide information which file caused an error (6b8e701
- error: Report file path on parse error (c1cf01c
- log: Reduce noise when level is debug (646d589
Breaking Changes
- config:
- cli:
- jekyll: Clean up flag names (80468b9
Features
v0.7.5: Release 0.7.5
v0.7.4: Release 0.7.4
v0.7.3: Features
Features
- Support
:categories
in permalink (a9b4474 - Support nested frontmatter (cafd42f
- syntax-highlight: Succeed on windows (f1129fa
- debug:
Bug Fixes
Breaking Changes
page.path
now returns non-exploded path. (7f571a8--dump=liquid
is replaced by--dump=<DATA>
(3439265
A note on semver: I'm not bumping minor, despite breaking changes. In one
case, it is a change in a debug aide and not a part of the regular use cases
where someone might be broken. On the other, the chance of someone being
impacted by such a change is minuscule.
v0.7.2
v0.7.1: Merge pull request #247 from epage/release
v0.7.0: Merge pull request #245 from epage/release
0.7.0 (2017-06-24)
Bug Fixes
- tests:
- tests/cli/log_levels: Improve comparison error reporting (334c4d2e)
- Stabalize the CI (5d739b5)
- Upgrade to liquid-rust 0.10.0 (2421679)
cobalt serve
should ignore query strings (eb9e0b0)- Gracefully handle empty frontmatters (5aa5813)
Performance
- document: cache off Regex objects (2b2525c1)
Features
- More advanced blacklisting, now with whitelisting! (be05d963, closes #221)
- attributes: Add input-file based attributes (95fb81f5)
- debug: Dump intermediate state (fec65b37)
- Upgrade to liquid-rust 0.10.0 (2421679)
cobalt new
added to create pages (formercobalt new
renamed tocobalt init
) (4700f34)- Customize post sort order with
post_order: "asc"
(28df5e2) - Posts now have
prev
andnext
attributes (dbcaf7e) - Documents now have
title
,slug
, andext
attributes (46b3b22)