Skip to content

Commit

Permalink
prepare 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed May 30, 2019
1 parent 09f3808 commit 045575b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[Upcoming Changes](https://github.com/patrickarlt/acetate/compare/v2.0.8...master)

## [2.1.0] - 2019-05-30

- `createPage.fromTemplate` can now accept a function as its first parameter. This function gets all `metadata` and should return the `src`.
- `createPage.fromTemplate` will now also check for and load external `PAGENAME.metadata.json` or `PAGENAME.metadata.yaml` as metadata. This metadata is treated as default metadata and inline metadata in the template file will override it.

## [2.0.8] - 2019-04-12

Expand Down Expand Up @@ -446,3 +450,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[1.3.5]: https://github.com/patrickarlt/acetate/compare/v1.3.4...v1.3.5
[2.0.0-rc.1]: https://github.com/patrickarlt/acetate/compare/v1.3.5...2.0.0-rc.1
[2.0.0-rc.2]: https://github.com/patrickarlt/acetate/compare/2.0.0-rc.1...2.0.0-rc.2
[2.0.0-rc.3]: https://github.com/patrickarlt/acetate/compare/2.0.0-rc.2...2.0.0-rc.3
[2.0.0-rc.4]: https://github.com/patrickarlt/acetate/compare/2.0.0-rc.3...2.0.0-rc.4
[2.0.0]: https://github.com/patrickarlt/acetate/compare/2.0.0-rc.4...2.0.0
[2.0.2]: https://github.com/patrickarlt/acetate/compare/2.0.0..2.0.2
[2.0.3]: https://github.com/patrickarlt/acetate/compare/2.0.2..2.0.3
[2.0.4]: https://github.com/patrickarlt/acetate/compare/2.0.3..2.0.4
[2.0.5]: https://github.com/patrickarlt/acetate/compare/2.0.4..2.0.5
[2.0.6]: https://github.com/patrickarlt/acetate/compare/2.0.5..2.0.6
[2.0.7]: https://github.com/patrickarlt/acetate/compare/2.0.6..2.0.7
[2.0.8]: https://github.com/patrickarlt/acetate/compare/2.0.7..2.0.8
[2.1.0]: https://github.com/patrickarlt/acetate/compare/2.0.8..2.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acetate",
"description": "A layout and templating framework for static websites.",
"version": "2.0.8",
"version": "2.1.0",
"author": "Patrick Arlt <[email protected]> (https://patrickarlt.com/)",
"babel": {
"presets": [
Expand Down

0 comments on commit 045575b

Please sign in to comment.