Skip to content

Commit 5f12a15

Browse files
committed
Update changelog
1 parent a04aec6 commit 5f12a15

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
62

73
## [Unreleased]
84

5+
## [2.0.0] - 2019-02-13
6+
7+
* First release of the new major `2.x` version 🐣
8+
* Check out the [documentation](DOCUMENTATION.md), especially the [update guide](DOCUMENTATION.md#updating-from-1x-to-2x)
9+
if you like to update from `1.x`.
10+
11+
### Added
12+
13+
* Add possibility to enable or disable automatic page rendering.
14+
* Add a configuration to enable or disable automatic page rendering for templates.
15+
* Add hooks allowing you to customize the module's behaviour. See [docs](DOCUMENTATION.md#hooks).
16+
* Add unit tests 🎉
17+
18+
### Changed
19+
20+
* A lot of things! They are summarized in the [update guide](DOCUMENTATION.md#updating-from-1x-to-2x).
21+
922
## [1.1.3] - 2018-03-18
1023

1124
### Fixed
@@ -28,6 +41,8 @@ than the page throwing the 404 exception.
2841
* Lower hook priority for the hook executed after `Page::render`. This makes sure that the current active
2942
template engine returns the markup *before* other modules hooking after `Page::render`.
3043

44+
[2.0.0]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v2.0.0
3145
[1.1.3]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.3
3246
[1.1.2]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.2
33-
[1.1.1]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.1
47+
[1.1.1]: https://github.com/wanze/TemplateEngineFactory/releases/tag/v1.1.1
48+
[Unreleased]: https://github.com/wanze/TemplateEngineFactory/compare/v2.0.0...HEAD

0 commit comments

Comments
 (0)