Skip to content

Commit

Permalink
Prepare for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Jun 27, 2014
1 parent c061d55 commit 19a2fdb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

## 1.1.0 - unreleased

Bugfixes:
###Bugfixes###

Features:
###Features###

- [#16](https://github.com/netceteragroup/valdr-bean-validation/issues/16), allow configuration via JSON file,
**breaking change**
- [#17](https://github.com/netceteragroup/valdr-bean-validation/issues/17), allow exclusion of classes
- [#18](https://github.com/netceteragroup/valdr-bean-validation/issues/18), allow exclusion of fields

###Upgrade notes###
The individual config parameters for the CLI client and the Servlet were removed in favor of the new [JSON config
file](https://github.com/netceteragroup/valdr-bean-validation/blob/master/valdr-bean-validation-demo/src/main
/resources/valdr-bean-validation.json). Besides being a lot more concise and easier to handle this gives you the
comfort of using the exact same config file for both CLI client and the Servlet.

- The CLI client now accepts a `-cf` argument to define the path to JSON configuration file. If omitted
`valdr-bean-validation.json` is expected at root of class path.
- The Servlet can be configured the same way using a `configFile` init parameter.

## 1.0.0 - 2014-06-04
- first official release

0 comments on commit 19a2fdb

Please sign in to comment.