Revision history for Class-Tiny-ConstrainedAccessor
0.000015 2019-11-23
- Updated manifest. No functional changes.
0.000014 2019-11-17 (TRIAL VERSION)
- Also test with Type::Nano
- Bump minimum Perl from 5.6 to 5.6.1 (for Types::TypeTiny)
- Replace most custom constraint-building logic with
a call to Types::TypeTiny::to_TypeTiny(). This permits us to accept
any type of constraint that function can accept. ++TOBYINK (#9)
0.000013 2019-10-02
- Arguments can now be provided in a hashref (#7).
Thanks to FISHBONE for code.
0.000012 2019-09-20
- Production release of 0.000011
0.000011 2019-09-18 (TRIAL VERSION)
- Update required vars::i version (fixes a regression) (#6).
Thanks to ANDK for reporting!
0.000010 2019-05-25
- Non-trial release of 0.000009
0.000009 2019-05-25 (TRIAL VERSION)
- Added custom-constraint support. This way you can use constraints
without needing a type system.
0.000008 2019-03-28
- Finally remember to update this file! :)
0.000007 2019-03-27
- No substantive changes
- Added tests for 100% code coverage
0.000006 2019-03-26
- No changes from 0.000005 trial release.
- Compared to v0.000003, the package now checks constructor
parameters and passes tests on all supported Perl versions.
0.000005 2019-03-24 (TRIAL VERSION)
- See changes for v0.000004, including checking constructor parameters.
- Fix tests to run on <5.010
0.000004 2019-03-22
- Check constructor parameters (#4)
- Add option to suppress BUILD generation (#5)
0.000003 2019-03-19
- Updated documentation. First non-TRIAL release.
0.000002 2019-03-17 (TRIAL VERSION)
- Support other type systems (#1). Thanks to TOBYINK for code.
- Constraint-check default values (#3).
- Run as far back as 5.006 (#2).
0.000001 2019-03-12 (TRIAL VERSION)
- First version, released on an unsuspecting world.