Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Oct 26, 2018
1 parent ff5ada7 commit 673cf5c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,28 @@

All notable changes to Templado are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [2.3.1] - 2018-10-26
### Fixed
* [#10](https://github.com/templado/engine/issues/10): NULL returned in EmtpyElementsFilter


## [2.3.0] - 2018-10-25
### Added
* Implement model resolving using RDFa Lite resource annotation
* Implement prefix support for view model resolving using RDFa prefix annotation
* Added a transformation to optionally strip RDFa lite attributes


## [2.2.7] - 2018-04-11
### Fixed
* [#9](https://github.com/templado/engine/issues/9): Removing an Attribute breaks Iteration in View ModelRenderer


## [2.2.6] - 2018-02-06
### Fixed
* Ensure iterators implement countable to make them work as array (Regression from 2.2.5)


## [2.2.5] - 2018-02-06
### Fixed
* [#8](https://github.com/templado/engine/issues/8): Error: Call to a member function removeChild() on null in ViewModelRenderer
Expand All @@ -25,6 +33,7 @@ All notable changes to Templado are documented in this file using the [Keep a CH
* ViewModelRenderer: Trying to remove the document element now throws an exception
* ViewModelRenderer: Trying to apply an array with multiple items on document element now throws an exception


## [2.2.4] - 2018-01-20
### Fixed
* [#7](https://github.com/templado/engine/issues/7): SnapshotNodeList: Undefined offset -1
Expand Down Expand Up @@ -53,6 +62,7 @@ All notable changes to Templado are documented in this file using the [Keep a CH
### Fixed
* Regression from 2.1.1


## [2.1.1] - 2017-10-06
### Fixed
* [#2](https://github.com/templado/engine/issues/2): Problems with multiple properties
Expand Down Expand Up @@ -89,4 +99,3 @@ All notable changes to Templado are documented in this file using the [Keep a CH

## [1.0.0] - 2017-04-16
* Initial Release

0 comments on commit 673cf5c

Please sign in to comment.