Revision history for Data-Sah-Coerce

0.006   2016-05-19 (PERLANCAR)

        [INCOMPATIBLE CHANGES]

        - Rename js rules: date::int_epoch -> date::float_epoch. Rename perl
          rules: date::int_epoch -> date::float_epoch. This means when
          upgrading, you must first uninstall the old version to remove the old
          module names. Sorry for this.

        [ENHANCEMENTS]

        - Introduce ordering ('prio' key in rule metadata). prio is a number
          between 0-100 and the lower the number, the higher the priority is.
          Rules will be sorted using their priority.

        - Add coercion rules for type 'bool'.

        [TESTS]

        - Complete the rest of the test suite (js compiler, duration and bool
          types).


0.005   2016-05-18 (PERLANCAR)

	- No functional changes.

	- Add test suite (so far only for compiler=perl, type=date).


0.004   2016-05-18 (PERLANCAR)

	- js: Add coercion rule for duration from float/float-string.


0.003   2016-05-17 (PERLANCAR)

        - Add coercion rules for type 'duration'.


0.002   2016-05-17 (PERLANCAR)

        - Add js rules for type 'date'.

        - Introduce rule metadata 'might_die'.

        - Add module: Data::Sah::CoerceJS.

        - perl: Tweak error messages to make it more helpfule.

        - Documentationf fixes and addition.


0.001   2016-05-16 (PERLANCAR)

        - First release, incomplete (no JS implementation & test suite yet).
