Revision history for Data-Schema
0.08 2009-11-06
- refactor: use Moose role: Comparable, Sortable, and HasLength
- refactor: change type_in_english() to english()
- add no Moose to every Moose classes
0.07 2009-08-05
- optimization: defer loading default type handlers until
needed (for slightly better startup speed)
- new feature: add type_in_english() for type handler
- doc: small fixes & example addition
- change: ignore all ui.* type attributes
0.06 2009-06-22
- use Data::PrefixMerge 0.05
- allow merge prefix on first attrhash (for KEEP mode merges)
0.05 2009-06-13
- changed type attributes for hash: add (keys_of, values_of,
allowed_values/values_one_of), remove (all_keys), change
(of)
- new attributes for array & hash: some_of
- doc: some more work & fixes on documentation
- bug fixes
0.04 2009-03-31
- doc: some more work on documentation
- change: remove some attribute synonyms, rename some
0.03 2009-03-30
- rename from Schema-Nested to Data-Schema
- new feature: attribute suffix
- new config: gettext_function
- doc: improve & reorganize documentation
0.02 2009-03-30
- new feature: add new attribute for array: unique
- new feature: add attribute alias for Base's one_of: enum
- doc: fix typos
0.01 2009-03-29
First release