Skip to content

Commit

Permalink
Prepare v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNickWilson authored and wolfendale committed Jan 18, 2018
1 parent 723675f commit da18bb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ 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.5.0 - 2018-01-18

### Added
* New behaviours for forms, using propery based tests
* Generators to facilitate property based testing
* An `inRange` constraint on int page scaffold
* A `maxLength` constraint on string and question page scaffolds

### Changed
* All scaffolds to use property testing for forms
* Updated bootstrap-play-25 to v1.3.0

## v0.4.1 - 2017-12-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=0.13.15
hmrc-frontend-scaffold.version=0.4.1
hmrc-frontend-scaffold.version=0.5.0

0 comments on commit da18bb6

Please sign in to comment.