File: Changes

package info (click to toggle)
raku-getopt-long 0.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 2
file content (92 lines) | stat: -rw-r--r-- 2,786 bytes parent folder | download | duplicates (2)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Revision history for Getopt-Long

{{$NEXT}}

0.4.2  2023-02-15T16:34:42+01:00
    - Add basic usage generator to Getopt::Long
    - Add «Parameter is option(Hash)»
    - Make converter traits check for definedness
    - Make options and positionals public methods
    - Restore :auto-help option

0.4.1  2022-12-12T15:49:16+01:00
    - Make FormattableException a Getopt::Long::Exception
    - Add Custom role for argument type customization
    - Allow Options in get-options{,-from}

0.4.0  2022-12-01T15:26:25+01:00
    - Add Argument classes
    - Improve getopt trait on subs

0.3.5  2022-09-26T18:25:31+02:00
    - Allow enum values to be converted to enums

0.3.4  2022-08-31T21:23:46+02:00
    - Correctly handle invalid value exceptions in enums and coercions
    - Remove compatability with Raku <2018.06

0.3.3  2021-02-25T00:00:26+01:00
    - Added compat-space option

0.3.2  2020-12-20T18:41:16+01:00
    - Add support for Numeric arguments
    - Make bundling and compat-single compatible with each other

0.3.1  2020-12-15T02:24:46+01:00
    - Add support for Version objects

0.3.0  2020-12-12T17:47:08+01:00
    - Add auto-help option
    - Replaced custom argument types with coercion types
    - Add custom converter support
    - Eliminate :$overwrite from call-with-getopt
    - Abolish Exceptional

0.2.0  2020-11-15T00:00:06+01:00
    - Add auto-abbreviate option
    - Add support for custom argument types
    - Enable permute by default

0.1.8  2020-10-25T20:07:39+01:00
    - Fix compatibility with rakudo 2019.07

0.1.7  2020-10-25T13:47:29+01:00
    - Don't throw away positional arguments beyond the tenth

0.1.6  2020-03-02T00:41:33+01:00
    - Add support for enum types
    - Add IO::Path argument support
    - Add DateTime and Date argument support
    - Add type conversions for positional arguments
    - Reject values failing argument constraints
    - Add compat-positional option

0.1.5  2020-02-23T18:27:21+01:00
    - Add compat-builtin option
    - Add compat-negation option
    - Only catch Exceptional in ARGS-TO-CAPTURE

0.1.4  2020-02-11T00:13:46+01:00
    - Add compat-single option

0.1.3  2019-10-09T21:38:41+02:00
    - Parse explicit parameter formats early
    - Don't allow proto subs to be pre-parsed
    - Only throw Getopt::Long::Exceptionals

0.1.2  2019-06-08T15:32:25+02:00
    - Add support for Complex parameters
    - Make f format Num instead of Real

0.1.1  2019-05-26T15:11:45+02:00
    - Add support for Real parameters
    - Add getopt sub trait
    - Eliminate the extended integer parsing type

0.1.0  2019-02-03T01:43:46+01:00
    - Eliminate Capture in pair syntax
    - Add compound inference to pair syntax

0.0.3  2019-01-26T21:15:05+01:00
    - Added pair syntax
    - Implemented new perl6.d getopt hooks