summaryrefslogtreecommitdiff
path: root/Changes
blob: 55d3de18ddf58c25d81415de39b9e9ca5f0bac14 (plain)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
0.026     2020-08-16 14:24:02-07:00 America/Los_Angeles

    - Work with strict on by default

0.025     2018-02-18 12:42:37-08:00 America/Los_Angeles

    - Minor cperl fix

0.024     2016-10-20 06:11:07-07:00 America/Los_Angeles

    - No changes from dev release

0.023     2016-09-15 12:08:40-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Remove experimental pin feature

0.022     2016-09-14 13:38:19-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix infinite recursion on empty pins
    - Pass caller into on_use

0.021     2016-08-28 16:44:26-07:00 America/Los_Angeles (TRIAL RELEASE)

    - 'pins' allow multiple inheritence
    - 'pins' allow +pin => [...]
    - Allow nesting tags
    - Allow specs in tags
    - Saner arg parsing all around

0.020     2016-08-27 15:32:16-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Make 'pins' feature more sane
      - remove '*' in favor of real inheritance
      - use 'undef' for on_use argument when no pin is provided
    - Fix bug where menu attribute was reset multiple times using pins

0.019     2016-08-25 22:00:28-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Rename the 'version-sets' feature to 'pins' to avoid confusions and
      conflicts

0.018     2016-08-21 16:09:24-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Allow renaming of the 'v0' version set

0.017     2016-08-20 22:57:17-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add on_use/sub EXPORT_ON_USE { ... } feature

0.016     2016-08-20 21:41:34-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add polish to version-sets
    - Add '*' version for common things
    - Do not allow tags or versions inside a version specification
    - More documentation for version-sets

0.015     2016-08-20 15:26:23-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add support for version-sets
    - Spelling fixes

0.014     2016-07-12 21:53:31-07:00 America/Los_Angeles

    - Add :ALL tag when none is pre-defined

0.013     2016-07-09 16:00:05-07:00 America/Los_Angeles

    - Add extra params to custom symbol setters

0.012     2016-01-26 19:31:40-08:00 America/Los_Angeles

    - Expose optimal_import()

0.011     2016-01-26 15:55:46-08:00 America/Los_Angeles

    - no changes from last trial

0.010     2016-01-25 14:21:40-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Remove experimental warning
    - _optimal_import aborts if certain vars are present
    - Add EXPORT_MAGIC var support

0.009     2016-01-24 19:29:38-08:00 America/Los_Angeles

    - Quote filename in regex so windows can pass tests

0.008     2016-01-24 13:59:48-08:00 America/Los_Angeles

    - New Feature: Custom export asignments
    - New Feature: Get exports as hash/list/ref

0.007     2016-01-23 21:22:00-08:00 America/Los_Angeles

    - Less warnings/strict pragmas scattered everywhere
    - Strip '&' from exporter_fail args
    - Fix support for non-exports listed in @EXPORT (Grr CGI.pm)

0.006     2016-01-23 17:23:08-08:00 America/Los_Angeles

    - Doc updates
    - Remove Exporter.pm clone
    - Further optimize _optimal_import
    - Fix bugs found in blead testing

0.005     2016-01-22 09:21:17-08:00 America/Los_Angeles

    - Fix for older perls

0.004     2016-01-21 21:18:11-08:00 America/Los_Angeles

    - Finish testing
    - Bug fixes
    - documentation

0.003     2016-01-17 23:19:45-08:00 America/Los_Angeles

    - Optimized path for most-common import condition
    - More testing
    - Bug fixes
    - Prototype Exporter.pm clone

0.002     2016-01-16 15:09:11-08:00 America/Los_Angeles

    - Doc fixes
    - Bug fixes
    - Additional testing (still incomplete)

0.001     2016-01-15 11:47:38-08:00 America/Los_Angeles

    - Initial Release