Skip to content

Commit

Permalink
Prepare v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNickWilson committed Sep 25, 2019
1 parent 9086e0c commit 200874b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ 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/).

## v0.12.0 - 2019-09-24

### Changed
* Upgraded to Play 2.6
* Refactored user answers to use a Json object rather than CacheMap
* Introduce paths on each page to allow pages to decide where in the Json object to store data
* Introduce queries, which can be used to look at data in UserAnswers
* Add a scaffold for a date page
* Add a scaffold for a page of checkboxes
* Updated navigator pattern
* Html escape users' answers on CYA pages
* Updated libraries and plugins
* Update assets frontend version

## Fixed
* Stop application in unit tests
* Mock repositories in controller unit tests
* Remove unsafe-inline and data: from CSP
* Fix textarea whitespace issue
* Fix auth action recover block
* Allow field names to be specified on quesitonPage

## v0.11.0 - 2018-09-25

### Changed
Expand Down

0 comments on commit 200874b

Please sign in to comment.