Skip to content

Commit

Permalink
Prepare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNickWilson authored and wolfendale committed Dec 6, 2017
1 parent 71e0164 commit be67742
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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/).

## v0.3.0 - 2017-12-06

### Added
* Field mappings for text, int, boolean and enumerable
* Formatters for strings, ints, booleans and enumerables
* Constraints for max and min value, max length, regex
* Constraint to present only the first of multiple errors

### Changed
* All scaffolds to use new field mappings and constraints

## v0.2.1 - 2017-12-01

### 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.2.1
hmrc-frontend-scaffold.version=0.3.0

0 comments on commit be67742

Please sign in to comment.