File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2942template 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
You can’t perform that action at this time.
0 commit comments