File: CHANGELOG

package info (click to toggle)
libdata-compactreadonly-perl 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 380 kB
  • sloc: perl: 990; sh: 3; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,158 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
0.1.1    2023-10-29

- Minor doco update so that generated manpages are better

0.1.0    2022-01-08

- Float type renamed to Float64 in preparation for support for different length floats
  (no functional or format changes from previous floating point behaviour)
- Add support for Boolean types (in perl 5.35.7 and later)

0.0.6    2021-06-04

- More accurate detection of int/float/string types when creating a database

2021-04-08    0.0.5    Introduce optional caching for Dictionaries, to make reads faster at the
                         expense of eating more memory;
                       Other speed improvements

2020-12-18    0.0.4    Bugfixes for writing nested data structures and reading empty tied hashes;
                       Bugfix for calling exists() on an empty Dictionary;
                       De-dup entire hashes/arrays on file creation if their contents are the same

2020-12-09    0.0.3    More floating point fixes, for perls using gcc's libquadmath

2020-12-05    0.0.2    Fix floating point issues in tests;
                       Stop writing numeric hash keys because of FP imprecision

2020-12-03    0.0.1    First release