Skip to content

Commit bcb918b

Browse files
StartAutomatingStartAutomating
authored andcommitted
release: Irregular 0.7.9
Updating Manifest and CHANGELOG
1 parent 667fba5 commit bcb918b

1 file changed

Lines changed: 42 additions & 28 deletions

File tree

docs/CHANGELOG.md

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
## 0.7.8:
1+
## Irregular 0.7.9:
2+
3+
* Irregular Docker Support (#205,#206,#207)
4+
* `docker run --interactive --tty ghcr.io/startautomating/irregular`
5+
* Irregular Repository Cleanup (#208, #209, #210, #211)
6+
* Exporting $Irregular (#212)
7+
* Mounting Irregular: (#213)
8+
* Simple Symbol Patterns
9+
* ?<Symbol> (#202)
10+
* ?<Symbol_Currency> (#214)
11+
* ?<Symbol_Math> (#203)
12+
13+
---
14+
15+
## Irregular 0.7.8:
216

317
* Adding Compress-Regex (Fixes #178)
418
* New Regexes:
@@ -13,7 +27,7 @@ Renaming ANSI Regexes to Console (Fixes #188)
1327

1428
---
1529

16-
## 0.7.7:
30+
## Irregular 0.7.7:
1731

1832
New Patterns:
1933

@@ -23,7 +37,7 @@ New Patterns:
2337

2438
---
2539

26-
## 0.7.6:
40+
## Irregular 0.7.6:
2741

2842
* New-RegEx improvements:
2943
* Now supporting new character classes: MarkSpacing, MarkEnclosing, MarkNonEnclosing (Fixes #168)
@@ -37,22 +51,22 @@ New Patterns:
3751

3852
---
3953

40-
## 0.7.5:
54+
## Irregular 0.7.5:
4155

4256
* Added Patterns for Liquid:
4357
* ?<Liquid_Expression> (Fixes #153)
4458
* ?<Liquid_Tag> (Fixes #154)
4559

4660
---
4761

48-
## 0.7.4:
62+
## Irregular 0.7.4:
4963
* ANSI Improvements:
5064
* Regenerated ?<ANSI_Color> (Fixes #150)
5165
* Added ?<ANSI_Cursor> (Fixes #151)
5266

5367
---
5468

55-
## 0.7.3:
69+
## Irregular 0.7.3:
5670
* ANSI Improvements:
5771
* Fixed ?<ANSI_Style> (Fixes #143)
5872
* ?<ANSI_4BitColor> now supports bright ranges (Fixes #145)
@@ -61,7 +75,7 @@ New Patterns:
6175

6276
---
6377

64-
## 0.7.2:
78+
## Irregular 0.7.2:
6579
* Lots More ANSI support:
6680
* ?<ANSI_Bold> (Fixes #131)
6781
* ?<ANSI_Blink> (Fixes #132)
@@ -77,7 +91,7 @@ New Patterns:
7791

7892
---
7993

80-
## 0.7.1:
94+
## Irregular 0.7.1:
8195
* New Pattern:
8296
* ?<ANSI_Note> (Match ANSI VT520 / DECPS note sequences) (Fixes #127)
8397
* Updated Patterns:
@@ -86,7 +100,7 @@ New Patterns:
86100

87101
---
88102

89-
## 0.7.0:
103+
## Irregular 0.7.0:
90104
* New Patterns:
91105
* ANSI
92106
* ?<ANSI_Code> (Fixes #123)
@@ -102,14 +116,14 @@ New Patterns:
102116

103117
---
104118

105-
## 0.6.9:
119+
## Irregular 0.6.9:
106120
* Adding ?<Markdown_Link> (Fixes #117)
107121
* GitHub Action now prefers local bits (Fixes #111)
108122
* Using PipeScript to enhance the repository experience (Fixes #119)
109123

110124
---
111125

112-
## 0.6.8:
126+
## Irregular 0.6.8:
113127
* Added ?<CamelCaseSpace> (Fixes #114)
114128
* Fixing ?<PowerShell_HelpField> (Fixes #108)
115129
* Use-Regex:
@@ -120,7 +134,7 @@ New Patterns:
120134

121135
---
122136

123-
## 0.6.7:
137+
## Irregular 0.6.7:
124138
* Command Improvements:
125139
* New-Regex: Adding -ExcludeCharacterClass/-ExcludeLiteralCharacter/-ExcludeUnicodeCharacter (Fixing #104)
126140
* Use-Regex: Adding -IncludeInputObject (Fixing #103)
@@ -133,22 +147,22 @@ New Patterns:
133147

134148
---
135149

136-
## 0.6.6:
150+
## Irregular 0.6.6:
137151
* New Regexes:
138152
* ?<C_Enum> (#98)
139153
* ?<C_Struct> (#99)
140154
* Fixing Issues with whitespace in ?<FFMpeg_Progress> (#97)
141155

142156
---
143157

144-
## 0.6.5
158+
## Irregular 0.6.5
145159
* Renaming Regex: ?<IPV4Address> is now ?<Network_IPV4Address> (#90)
146160
* New Regex: ?<Network_MACAddress> (#89)
147161
* Use-Regex -Extract: Now attempting [Timespan] before [DateTime] (#88)
148162

149163
---
150164

151-
## 0.6.4
165+
## Irregular 0.6.4
152166
* Renaming Write-RegEx to New-RegEx (#66) ** Write-RegEx will remain aliased until at least 0.7**
153167
* Fixing Issue in Embedding (#82)
154168
* Improving -Extract by auto-detecting data types (#81)
@@ -161,7 +175,7 @@ New Patterns:
161175

162176
---
163177

164-
## 0.6.3
178+
## Irregular 0.6.3
165179
New Regular Expressions:
166180
* ?<CNC_GCode> (Fixes #76)
167181
* OpenSCAD Expressions (Fixes #75)
@@ -180,14 +194,14 @@ New Regular Expressions:
180194

181195
---
182196

183-
## 0.6.2
197+
## Irregular 0.6.2
184198
New Regular Expressions:
185199
* ?<Unix_Cron_Interval> (Fixes #67)
186200
* ?<Unix_Duration> (Fixes #69)
187201

188202
---
189203

190-
## 0.6.1
204+
## Irregular 0.6.1
191205
* New Command: Remove-RegEx (Fixes #62)
192206
* Set-RegEx now supports -PassThru (Fixes #61)
193207
* Set-RegEx now allows modifiers (Fixes #60)
@@ -196,7 +210,7 @@ Hat Tips: @JayKul, @LaurentDardenne
196210

197211
---
198212

199-
## 0.6
213+
## Irregular 0.6
200214
* JSON Regex Improvements
201215
* ?<JSON_Property> now can handle quotes
202216
* Markdown Regexes:
@@ -207,7 +221,7 @@ Hat Tips: @JayKul, @LaurentDardenne
207221

208222
---
209223

210-
## 0.5.9
224+
## Irregular 0.5.9
211225
* New RegEx:
212226
* ?<C_IfDef>
213227
* New and Improved RegEx:
@@ -220,15 +234,15 @@ Hat Tips: @JayKul, @LaurentDardenne
220234

221235
---
222236

223-
## 0.5.8
237+
## Irregular 0.5.8
224238
* New RegEx:
225239
* ?<RegularExpression_Quantifier>
226240
* Fixes to RegExes:
227241
* ?<REST_Variable> now allows variables to be embedded within <>s
228242

229243
---
230244

231-
## 0.5.7
245+
## Irregular 0.5.7
232246
* New RegExes:
233247
* ?<Security_AccessToken>
234248
* ?<Security_JWT>
@@ -240,7 +254,7 @@ Hat Tips: @JayKul, @LaurentDardenne
240254

241255
---
242256

243-
## 0.5.6
257+
## Irregular 0.5.6
244258
* New RegExes:
245259
* ?<Code_SemanticVersion>
246260
* ?<FFmpeg_Progress>
@@ -257,7 +271,7 @@ Hat Tips: @JayKul, @LaurentDardenne
257271

258272
---
259273

260-
## 0.5.5
274+
## Irregular 0.5.5
261275
* New Programming RegExes:
262276
* ?<PowerShell_Requires>
263277
* ?<C_Include>
@@ -272,15 +286,15 @@ Hat Tips: @JayKul, @LaurentDardenne
272286

273287
---
274288

275-
## 0.5.4
289+
## Irregular 0.5.4
276290
* Fixes in Irregular import (no longer producing a module per RegEx on import)
277291
* Fixing a subtle bug in Write-RegEx -Until (was failing to match when no characters were between)
278292
* New regex:
279293
* ?<HTML_LinkedData>, ?<HexColor>, ?<IPv4Address>
280294

281295
---
282296

283-
## 0.5.3
297+
## Irregular 0.5.3
284298
* Get/Export-Regex: Now supporting -As EmbeddedEngine (lambas) or -As Engine (smart aliases)
285299
* Write-RegEx: Added -UnicodeCharacter
286300
* New regex:
@@ -291,15 +305,15 @@ Hat Tips: @JayKul, @LaurentDardenne
291305

292306
---
293307

294-
## 0.5.2
308+
## Irregular 0.5.2
295309
* Use-RegEx now matches within returns by default.
296310
* Use-RegEx can -Scan to match after a given item
297311
* Use-Regex breaking change: -Parameter/-ArgumentList are now -ExpressionParameter/-ExpressionArgumentList
298312
* Improving formatting (no longer showing match status, which was always 'true')
299313

300314
---
301315

302-
## 0.5.1
316+
## Irregular 0.5.1
303317
* Making Import-Regex support Regexes defined in other modules
304318
* Allowing Import-Regex to import as lambdas
305319
* Get/Export-Regex now include -As "Engine", which will export an embeddedable engine including an inline Import

0 commit comments

Comments
 (0)