File: CHANGELOG

package info (click to toggle)
libscalar-type-perl 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 210; makefile: 3
file content (60 lines) | stat: -rw-r--r-- 1,378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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