Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
teppokoivula committed Mar 3, 2020
1 parent dfc6a66 commit 6c1f712
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2020-03-03

### Added
- New class Partials. Container for Partial objects. Provides a gateway for rendering partials with arguments (`$partials->name(['arg' => 'val'])`).
- New class Partial. Singular Partial object. Provides the ability to render a partial and adds support for multiple (alternate) file extensions for each partial.
Expand All @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New method Wireframe::setViewTemplate(). This allows overriding current view template via the Wireframe object, primarily intended to be used in the Wireframe bootstrap file.

### Changed
- Shared renderer related features moved to new trait RendererTrait. This is used internally by View, Component, and Partial classes.
- Shared renderer related features were moved to new trait RendererTrait. This is used internally by View, Component, and Partial classes.

## [0.9.1] - 2020-02-03

Expand Down

0 comments on commit 6c1f712

Please sign in to comment.