1.0.1 2024-04-22
- Add Test2::Tools::Type
1.0.0 2023-10-29
- change: trying to use is_bool on a perl that doesn't support it is now a
fatal error at import-time
- bugfix: clarified some inconsistent text about licencing
0.3.2 2022-03-10
- bugfix: cope with some BOOL changes in blead-perl
0.3.1 2022-01-07
- add the bool_supported method that can be used to detect
whether the BOOL type is supported
0.3.0 2022-01-07
- add support for BOOL type on perl 5.35.7 and later
0.2.0 2021-11-08
- add sizeof() function for numeric types
0.1.2 2021-06-22
- bugfix: pay attention to the IsUV flag for numified strings
0.1.1 2021-06-03
- bugfix: all functions require an argument; to not supply one is a fatal error.
Previously they would erroneously behave as of you passed in `undef`.
- bugfix: 0 is correctly treated as not being `undef`.
0.1.0 2021-05-25
- type() can return UNDEF
- doco improvements
0.0.4 2021-05-07
- bugfix: internally use the correct sprintf format for stringifying floats
- improvement: switch from Inline::C to XS so built module can be deployed
to machines without a C compiler
0.0.3 2021-05-06
- cope with edge cases where perl fills an IN/NV slot but a variable
should still be treated as a string
0.0.2 2021-05-01 Fix tests on 32 bit machines
0.0.1 2021-05-01 Initial release