Overview

Request 748593 accepted

- updated to 1.006000
see /usr/share/doc/packages/perl-Type-Tiny/Changes
1.006000 2019-11-12

[ Documentation ]
- Links to Type::Tiny on GitHub/Travis/AppVeyor/Coveralls in Type::Tiny
pod.
- Minor correction to POD header for Type::Params
Jonas B Nielsen++

- Types::Standard documentation fix.
Lucas Buchala++


[ Test Suite ]
- Improve test coverage.

[ Packaging ]
- Bump minimum required version of Exporter::Tiny to 1.000000.
- Type::Tiny::XS 0.016 is recommended.

[ Other ]
- Added: Type::Library now supports `of` and `where` options when
importing type constraints.
- Added: Type::Params multisig function now supports custom error
messages.
Benct Philip Jonsson++

- Added: Type::Params named_to_list feature.

- Added: Type::Params signatures with slurpy hashrefs now allow true
hashrefs to be passed to them.
- Added: Type::Tiny::Enum now has a `unique_values` method.

- Added: Types::Standard ArrayRef parameterized type can now take a second
parameter, the minimum array length.
- Better implementation of is_subtype_of/is_supertype_of and related
functions.
- Don't use Int from Type::Tiny::XS unless version 0.016 is available.

- Eliminate memory cycles created by coderef overloading in Type::Tiny and
Type::Coercion.
Fixes RT#130823.
Ivanov Anton++

- Eval::TypeTiny's API is now considered to be stable.
- Fix Types::Standard's LazyLoad implementation.
- The `values` attribute of Type::Tiny::Enum now preserves order.
Fixes RT#129650.
Daniel Schröer++

- Tidy up Type::Tiny namespace a little by fully-referencing some
functions instead of importing them.
- Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
overload.pm and overloading.pm.
- Types::TypeTiny::TypeTiny->has_coercion is now true.

1.005_004 2019-11-11

[ Documentation ]
- Types::Standard documentation fix.
Lucas Buchala++


[ Other ]
- Added: Type::Tiny::Enum now has a `unique_values` method.

- Don't use Int from Type::Tiny::XS unless version 0.016 is available.

- Eliminate memory cycles created by coderef overloading in Type::Tiny and
Type::Coercion.
Fixes RT#130823.
Ivanov Anton++

- The `values` attribute of Type::Tiny::Enum now preserves order.
Fixes RT#129650.
Daniel Schröer++


1.005_003 2019-02-26

[ Test Suite ]
- Improve test coverage.

[ Other ]
- Fix Types::Standard's LazyLoad implementation.

1.005_002 2019-01-29

- Added: Type::Params named_to_list feature.


1.005_001 2019-01-23

- Added: Type::Library now supports `of` and `where` options when
importing type constraints.

1.005_000 2019-01-20

[ Bug Fixes ]
- Fix spelling in error message for Types::Common::String
LowerCaseSimpleStr.
Robert Rothenberg++


[ Documentation ]
- Fix Type::Params documentation error.
Nelo Onyiah++

- Fix Types::Standard documentation error: incorrect third-party module
name.
Nelo Onyiah++

- Minor correction to POD header for Type::Params
Jonas B Nielsen++


[ Packaging ]
- Bump minimum required version of Exporter::Tiny to 1.000000.

[ Other ]
- Added: Type::Params multisig function now supports custom error
messages.
Benct Philip Jonsson++

- Added: Types::Standard ArrayRef parameterized type can now take a second
parameter, the minimum array length.
- Better implementation of is_subtype_of/is_supertype_of and related
functions.
- Eval::TypeTiny's API is now considered to be stable.
- Tidy up Type::Tiny namespace a little by fully-referencing some
functions instead of importing them.
- Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
overload.pm and overloading.pm.
- Type::Params signatures with slurpy hashrefs now allow true hashrefs to
be passed to them.
- Types::TypeTiny::TypeTiny->has_coercion is now true.

Request History
Tina Müller's avatar

tinita created request

- updated to 1.006000
see /usr/share/doc/packages/perl-Type-Tiny/Changes
1.006000 2019-11-12

[ Documentation ]
- Links to Type::Tiny on GitHub/Travis/AppVeyor/Coveralls in Type::Tiny
pod.
- Minor correction to POD header for Type::Params
Jonas B Nielsen++

- Types::Standard documentation fix.
Lucas Buchala++


[ Test Suite ]
- Improve test coverage.

[ Packaging ]
- Bump minimum required version of Exporter::Tiny to 1.000000.
- Type::Tiny::XS 0.016 is recommended.

[ Other ]
- Added: Type::Library now supports `of` and `where` options when
importing type constraints.
- Added: Type::Params multisig function now supports custom error
messages.
Benct Philip Jonsson++

- Added: Type::Params named_to_list feature.

- Added: Type::Params signatures with slurpy hashrefs now allow true
hashrefs to be passed to them.
- Added: Type::Tiny::Enum now has a `unique_values` method.

- Added: Types::Standard ArrayRef parameterized type can now take a second
parameter, the minimum array length.
- Better implementation of is_subtype_of/is_supertype_of and related
functions.
- Don't use Int from Type::Tiny::XS unless version 0.016 is available.

- Eliminate memory cycles created by coderef overloading in Type::Tiny and
Type::Coercion.
Fixes RT#130823.
Ivanov Anton++

- Eval::TypeTiny's API is now considered to be stable.
- Fix Types::Standard's LazyLoad implementation.
- The `values` attribute of Type::Tiny::Enum now preserves order.
Fixes RT#129650.
Daniel Schröer++

- Tidy up Type::Tiny namespace a little by fully-referencing some
functions instead of importing them.
- Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
overload.pm and overloading.pm.
- Types::TypeTiny::TypeTiny->has_coercion is now true.

1.005_004 2019-11-11

[ Documentation ]
- Types::Standard documentation fix.
Lucas Buchala++


[ Other ]
- Added: Type::Tiny::Enum now has a `unique_values` method.

- Don't use Int from Type::Tiny::XS unless version 0.016 is available.

- Eliminate memory cycles created by coderef overloading in Type::Tiny and
Type::Coercion.
Fixes RT#130823.
Ivanov Anton++

- The `values` attribute of Type::Tiny::Enum now preserves order.
Fixes RT#129650.
Daniel Schröer++


1.005_003 2019-02-26

[ Test Suite ]
- Improve test coverage.

[ Other ]
- Fix Types::Standard's LazyLoad implementation.

1.005_002 2019-01-29

- Added: Type::Params named_to_list feature.


1.005_001 2019-01-23

- Added: Type::Library now supports `of` and `where` options when
importing type constraints.

1.005_000 2019-01-20

[ Bug Fixes ]
- Fix spelling in error message for Types::Common::String
LowerCaseSimpleStr.
Robert Rothenberg++


[ Documentation ]
- Fix Type::Params documentation error.
Nelo Onyiah++

- Fix Types::Standard documentation error: incorrect third-party module
name.
Nelo Onyiah++

- Minor correction to POD header for Type::Params
Jonas B Nielsen++


[ Packaging ]
- Bump minimum required version of Exporter::Tiny to 1.000000.

[ Other ]
- Added: Type::Params multisig function now supports custom error
messages.
Benct Philip Jonsson++

- Added: Types::Standard ArrayRef parameterized type can now take a second
parameter, the minimum array length.
- Better implementation of is_subtype_of/is_supertype_of and related
functions.
- Eval::TypeTiny's API is now considered to be stable.
- Tidy up Type::Tiny namespace a little by fully-referencing some
functions instead of importing them.
- Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
overload.pm and overloading.pm.
- Type::Params signatures with slurpy hashrefs now allow true hashrefs to
be passed to them.
- Types::TypeTiny::TypeTiny->has_coercion is now true.


Dirk Stoecker's avatar

dstoecker accepted request

openSUSE Build Service is sponsored by