summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 5081a4f65d4cddd2592b06f49dd60eca5dbcd0e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Revision history for MooseX-Validation-Doctypes

{{$NEXT}}
      - fix undef not failing validation against collections (and fix the error
        message that is given when it did fail)
      - allow nesting doctype declarations, so they can be built up in parts
      - implement a maybe_doctype helper which allows collections to be
        optional

0.04  2012-10-14
      - don't rely on exact formatting from Data::Dumper in a test

0.03  2012-10-11
      - add TO_JSON and stringify overloading

0.02  2012-10-10
      - improved docs (stevan)

0.01  2012-10-09
      - Initial release