Skip to content

Commit

Permalink
Updated changelog for 3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Nov 20, 2018
1 parent e69374e commit 2b06020
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.0-alpha.2] - 2018-11-20

### Added
- Ability to specify base path for resolution of bundle resources and path transformations.

### Fixed
- Declaration file wasn't specified resulting in missing types when imported as a NPM dependency.
- Bundles never being used due to bad `hasOwnProperty` check.
- Transformed paths being entirely replaced.
- Catcher resolving collection promise too soon.

## [3.0.0-alpha.1] - 2018-11-17

This release focuses on simplifying the package for UserFrosting 4 to improve maintainability. Features unsupported by UF4 are largely removed.
Expand Down

0 comments on commit 2b06020

Please sign in to comment.