Changelog for Data-Object 0.15 2015-03-26T05:41:43 - Updated build. - Fixed POD errors. 0.14 2015-03-26T04:40:52 - v0.14 - Updated build. - Updated documentation. - Miscellaneous style update. - Added documentation for Float, Integer, and Number classes. - Added documentation about overloading. - Modified the overload definitions. - Fixed signature bug in the data_undef function definition. - Removed accidental MatchResult class. - Added Regexp class and role links to documentation. - Updated the .gitignore file. - Re-implemented support for Regexp objects. - Added Regexp link to SEE ALSO section. - Miscellaneous cleanup of typos and layouts. - Upgraded to Moo v2. - Update documentation for class Scalar. - Removed scalar routines for "or", "and", "not", and "xor" operations. - Document roles usages. - Rework roles and composition. - Miscellaneous cleanup. - Removed Clone dependency. - Removed Coercive role. - Removed Type::Tiny dependency, add ROLES package variables. - v0.13 - Updated dist.ini. - Modified testing strategy and added strict and warnings declarations. - Miscellaneous cleanup before release. - Added support for Regexp objects. - Updated documentation to correct incorrect grammar. - Explain that coderefs are also acceptable where codified strings are. - Fixed typo about codification arguments. 0.13 2015-02-02T05:07:38 - v0.13 - Updated dist.ini. - Modified testing strategy and added strict and warnings declarations. - Miscellaneous cleanup before release. - Miscellaneous cleanup after PR merge. - Reverted to the old .travis.yml config. - Added contributor and updated the build process. - Added Anthony Brummett to .mailmap as a contributor. - Proper incantation for capturing the exception and re-throwing it. - Localize $@ before eval. - Fixed illegal use of constructor in the Array role. - Updated documentation to correct incorrect grammar. - Explain that coderefs are also acceptable where codified strings are. - Fixed typo about codification arguments. 0.12 2015-01-04T03:33:44 - v0.12 - The hashify method of Array supports codification. Miscellaneous roles cleanup. 0.11 2015-01-02T05:02:50 - v0.11 - Updated documentation. - Reworked codification. - Removed method requirements in lib/Data/Object/Role/Array.pm. 0.10 2015-01-01T06:25:26 - v0.10 - Removed assertions and validations and added instantiation function aliases. 0.09 2014-12-23T03:34:14 - v0.09 - Added tests for the dump method on all data objects. - Added the Output role to all Data Objects. 0.08 2014-12-17T15:36:53 - v0.08 - Implemented Values/Detract roles. 0.07 2014-12-15T12:21:49 - v0.07 - Added META file to dist. 0.06 2014-12-14T02:15:37 - v0.06 - Updated documentation. - Rewrote history a bit. - Added detract and detract_deep functions. - Relocated the object type roles. - Fixed fractional numeric tests. - Updated the required Perl version. - Fixed documentation. 0.05 2014-12-11T20:15:49 - v0.05 - Added some initial documentation. - Added deduce_deep function. - Added deduce_type function. 0.04 2014-12-07T21:13:04 - v0.04 - Added overloading and deducing, and other undocumented functionality. 0.03 2014-12-04T04:26:57 - v0.03 - Added object construction functions. 0.02 2014-12-03T11:01:41 - v0.02 - Initial commit.