File: Changes

package info (click to toggle)
libobject-pad-classattr-struct-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 110; makefile: 7; sh: 1
file content (30 lines) | stat: -rw-r--r-- 887 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
Revision history for Object-Pad-ClassAttr-Struct

0.06    2023-08-10
         * Swap all of the unit tests from `Test::More` to `Test2::V0`
         * Remember to implement `no ...` to disable the syntax
         * Switch to using `field` of Object::Pad v0.66

0.05    2022-12-20
        [CHANGES]
         * Support `:Struct(readonly)` for declaring non-mutable structure
           types

0.04    2022-12-16
        [CHANGES]
         * Provide a positional-values constructor into every class

        [BUGFIXES]
         * Account for exception message changes in recent Object::Pad version

0.03    2022-02-01
        [CHANGES]
         * Updated for Object::Pad 0.60

0.02    2021-11-18
        [CHANGES]
         * Also apply :strict(params) to the class itself
         * Updated for Object::Pad 0.57

0.01    2021-08-08
        First version, released on an unsuspecting world.