Data-Sah
view release on metacpan or search on metacpan
0.39 2015-01-03 Released-By: PERLANCAR
- No functional changes.
- Rebuild (Generate TODO.md).
0.38 2015-01-02 Released-By: PERLANCAR
- Fix production of regex literal in perl compiler; also, now
produces 5.10-compatible regex literal.
0.37 2015-01-02 Released-By: PERLANCAR
- Incorporate Data::Sah::MoreUtils as Data::Sah::Util::Type.
- [Incompatible change] Rename Data::Sah::Util::Type ->
Data::Sah::Util::Type::Date.
0.36 2014-12-27 Released-By: PERLANCAR
- No functional changes.
- Replace Module::Path with Module::Path::More.
- POD fixes/tweaks: add more examples in Synopsis, fix typos/grammar.
0.35 2014-12-19 Released-By: PERLANCAR
- Change Perl compiler to generate code that use
Scalar::Util::Numeric's isneg() & isinf() instead of direct
comparison =='inf' or =='-inf' to check for is_{,neg_,pos_}inf
clauses, because that might result in failure in some systems
(ref: https://github.com/perlancar/perl-Data-Sah/issues/2).
0.34 2014-12-19 Released-By: PERLANCAR
- No functional changes.
- Format diagnostics message.
0.33 2014-12-19 Released-By: PERLANCAR
- No functional changes.
- Refactor test routine into module Test::Data::Sah.
- Give better test names and more diagnostics message upon failure, to
help diagnose GH#2.
0.32 2014-12-10 Released-By: PERLANCAR
- No functional changes.
- Use new name of renamed/split module SHARYANTO::String::Util ->
String::LineNumber & String::Indent.
0.31 2014-11-07 Released-By: PERLANCAR
- No functional changes.
- Wording changes for error messages, the term/noun 'input' is removed
because Sah is not limited to being used to validate input but also
output/result. That specific term can be confusing.
0.30 2014-10-23 Released-By: PERLANCAR
- Support 'encoding' clause for string (specified Sah 0.9.31):
currently does nothing.
- Extract normalize_clset & normalize_schema to its own dist/module
Data::Sah::Normalize. This is to significantly reduce dependencies
for modules that just want to normalize schemas.
0.29 2014-06-30 Released-By: SHARYANTO
- No functional changes.
- Replace Scalar::Util's looks_like_number() with
Scalar::Util::Numeric's isint, isfloat, etc. This is because in 1.39,
looks_like_number()'s result is booleanized.
0.28 2014-05-17 Released-By: SHARYANTO
- No functional changes.
- Replace File::Slurp with File::Slurp::Tiny.
0.27 2014-05-04 Released-By: SHARYANTO
- Support string in the form of YYYY-MM-DDThh:mm:ssZ format for date
literal.
0.26 2014-04-28 Released-By: SHARYANTO
- No functional changes.
- [build] Remove dependency to Language::Expr temporarily because it
(RG actually) is broken.
- Remove Data::Sah::Schema::* modules, they have been renamed to
Sah::Schema::* and put into Sah and other dists.
0.25 2014-04-25 Released-By: SHARYANTO
- [bugfix] Some bug fixes for date.
- Add debug note when setting temporary data term & restore orig data
( run in 1.035 second using v1.01-cache-2.11-cpan-71847e10f99 )