-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
29 lines (21 loc) · 1.1 KB
/
Changes
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
Revision history for Types-Algebraic
{{$NEXT}}
0.07 2021-02-20 14:18:04 CET
- Remove undeclared and unused use of Test::Exception for now. (Thanks eserte!)
- Bump version dependency for List::MoreUtils so we're guaranteed to have zip_unflatten. (Thanks eserte!)
0.06 2021-02-20 00:07:27 CET
- Support nested patterns inside match statements.
This required re-writing the match keyword to use Keyword::Simple instead of Keyword::Declare.
0.05 2020-08-03 23:52:24 CEST
- Handle return statements in both array and scalar contexts.
0.04 2020-08-03 23:02:50 CEST
- Implement equality and stringification operators.
- Add provides section to CPAN meta.
0.03 2020-07-07 20:26:01 CEST
- Properly compile the default keyword.
- Bump dependency on Keyword::Declare to 0.001015, as we use features from it.
0.02 2020-07-05 15:27:13 CEST
- Remove uses of postfix dereferencing, causing test failures when not enabled.
- Bump perl version required to v5.22 for simplicity.
0.01 2020-07-04 11:17:40 CEST
- Initial release