0.050 2018-09-10 (PERLANCAR)
- No functional changes.
- Remove unnecessary dependency to DefHash.
- [removed] Remove benchmark devscript, see
Bencher::Scenario::DataSah::normalize_schema instead.
0.04 2015-09-06 (PERLANCAR)
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.03 2015-04-24 (PERLANCAR)
- Add prototype to normalize_schema($) to catch common error like
normalize_schema(int => min=>1) when it should be
normalize_schema([int => min=>1]).
- Add benchmark devscript.
0.02 2015-04-24 (PERLANCAR)
- No functional changes.
- Mark compliance to DefHash 1.0.10 and add test (code to support
'prop(LANG)' has been previously added but not yet
documented/tested).
0.01 2014-07-08 (SHARYANTO)
- First release, split from Data-Sah to provide something minimal for
those that need normalizing functionality only.