-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
252 lines (177 loc) · 4 KB
/
Changes
File metadata and controls
252 lines (177 loc) · 4 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
Revision history for e
=================
1.38 - 2026-04-10
=================
Added vars() to repl help.
Added check to avoid warnings if using during DESTROY.
=================
1.37 - 2025-12-16
=================
`p` and `np` now also use `$_` when no input.
Can no do:
`p for @list`
`p for grep { ... } @list`
repl Tries to use e.
=================
1.36 - 2025-05-28
=================
Resolved Error:
Can't use an undefined value as an ARRAY reference at ...e.pm line 1311
=================
1.35 - 2025-03-26
=================
Added tm Time::Moment object.
Added run1 for easy switch between parallel and series running.
Fixed pod typo.
Increased min perl version to 5.18 due to repl requirement.
=================
1.34 - 2025-01-05
=================
Improved repl:
- Able to use curlies with scalars in double quotes:
say "${scalar}-more-text";
=================
1.33 - 2024-11-05
=================
Added commands: csv.
=================
1.32 - 2024-10-30
=================
Added commands: sum, uniq.
=================
1.31 - 2024-10-13
=================
Improved Build.PL.
=================
1.30 - 2024-09-27
=================
Made easier to subclass e.
Cleaned up pod a bit.
repl: Removed debug code on loading.
pod: improved tab completion.
=================
1.29 - 2024-09-20
=================
repl: Fixed bug with having an empty history file.
=================
1.28 - 2024-09-20
=================
Added commands: max, min (from List::Util).
Added limit to number of processes with runf (currently set to 20).
Updated pod.
=================
1.27 - 2024-08-08
=================
Added command: clone.
Added command: post (p from ojo).
Added commands: runio, runf, runt.
Updated pod.
=================
1.26 - 2024-07-27
=================
Internal cleanup.
Added color when STDOUT is closed.
Added set command (Set::Scalar).
=================
1.25 - 2024-07-04
=================
Table command now does not escape newline characters.
=================
1.24 - 2024-07-01
=================
Can be easily sub moduled.
Command "say" will always redirect to the terminal.
=================
1.23 - 2024-06-22
=================
Increased version of App::Pod - better completions.
=================
1.22 - 2024-06-20
=================
Updated pod.
=================
1.21 - 2024-06-19
=================
Updated pod.
prof had a typo.
=================
1.20 - 2024-06-19
=================
Added: encode and decode UTF-8
commands: enc, dec.
=================
1.19 - 2024-06-12
=================
Updated logo.
=================
1.18 - 2024-06-11
=================
repl saves multilines.
=================
1.17 - 2024-06-10
=================
(Perl 5.40)
Added table command.
=================
1.16 - 2024-06-05
=================
Updated n option to compare multiple.
Preventing double importing.
=================
1.15 - 2024-05-24
=================
Updated "watch" with -methods option to make it simple to
watch only specific methods (like "fetch").
=================
1.14 2024-05-24
=================
Added dye functions for coloring.
=================
1.13 2024-05-23
=================
Updated p style again
=================
1.12 - 2024-05-23
=================
Updated p style.
=================
1.11 - 2024-05-21
=================
REAME stays on realclean.
=================
1.10 - 2024-05-18
=================
Increased trace versions to include -raw.
=================
1.09 - 2024-05-16
=================
Updated pod to include methods.
=================
1.08 - 2024-05-16
=================
Increased repl, trace versions.
Added key: pod.
=================
1.07 - 2024-05-15
=================
Updated logo.
=================
1.06 - 2024-05-14
=================
Version increase for repl, trace/watch.
=================
1.05 - 2024-05-14
=================
Fixed typos in pod.
=================
1.04 - 2024-05-14
=================
Increased Runtime::Debugger -> 0.20
=================
1.03 - 2024-05-13
=================
Testing CI.
=================
1.02 - 2024-05-13
=================
First real release.