Skip to content

Commit

Permalink
history
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Mar 22, 2016
1 parent 3f2ea78 commit c9ba2b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## v5.1.1-beta-2
* Make f.UniqueIndex as int for convenience.
* Use generic RuleFor(x = x.Prop, constantValue).

## v5.1.1-beta-1
* New RuleFor(x => x.Prop, constantValue)
* Support for Hashids.net: RuleFor(x => x.Id, f => f.Hashids.Encode())
* New RuleFor(x = x.Prop, constantValue)
* Support for Hashids.net: RuleFor(x = x.Id, f = f.Hashids.Encode())
* New f.UniqueIndex, useful for composing property values that require uniqueness.

## v5.0.1
Expand Down

0 comments on commit c9ba2b8

Please sign in to comment.