You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .verb.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ If you're interested in learning more about [character classes](http://www.regul
48
48
49
49
As of {%= date() %}, this library runs [2,783,483 test assertions](./test/test.js) against generated regex-ranges to provide brute-force verification that results are indeed correct.
50
50
51
-
Tests run in ~870ms on my MacBook Pro, 2.5 GHz Intel Core i7.
51
+
Tests run in ~580ms on my MacBook Pro, 2.5 GHz Intel Core i7.
Copy file name to clipboardExpand all lines: README.md
+43-73Lines changed: 43 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ If you're interested in learning more about [character classes](http://www.regul
59
59
60
60
### Heavily tested
61
61
62
-
As of July 04, 2018, this library runs [2,783,483 test assertions](./test/test.js) against generated regex-ranges to provide brute-force verification that results are indeed correct.
62
+
As of July 25, 2018, this library runs [2,783,483 test assertions](./test/test.js) against generated regex-ranges to provide brute-force verification that results are indeed correct.
63
63
64
-
Tests run in ~870ms on my MacBook Pro, 2.5 GHz Intel Core i7.
64
+
Tests run in ~580ms on my MacBook Pro, 2.5 GHz Intel Core i7.
65
65
66
66
### Highly optimized
67
67
@@ -167,46 +167,27 @@ Thus, we relax zeros by default to provide a more predictable experience for use
@@ -249,26 +230,26 @@ Inspired by the python library [range-regex](https://github.com/dimka665/range-r
249
230
250
231
## About
251
232
252
-
<details>
253
-
<summary><strong>Contributing</strong></summary>
254
-
255
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
233
+
### Related projects
256
234
257
-
</details>
235
+
*[expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch].")
236
+
*[fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`")
237
+
*[micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/micromatch/micromatch"Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.")
238
+
*[repeat-element](https://www.npmjs.com/package/repeat-element): Create an array by repeating the given value n times. | [homepage](https://github.com/jonschlinkert/repeat-element"Create an array by repeating the given value n times.")
239
+
*[repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string"Repeat the given string n times. Fastest implementation for repeating a string.")
258
240
259
-
<details>
260
-
<summary><strong>Running Tests</strong></summary>
241
+
### Contributing
261
242
262
-
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
243
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
274
255
@@ -278,24 +259,13 @@ To generate the readme, run the following command:
*[expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch].")
288
-
*[fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`")
289
-
*[micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/micromatch/micromatch"Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.")
290
-
*[repeat-element](https://www.npmjs.com/package/repeat-element): Create an array by repeating the given value n times. | [homepage](https://github.com/jonschlinkert/repeat-element"Create an array by repeating the given value n times.")
291
-
*[repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string"Repeat the given string n times. Fastest implementation for repeating a string.")
292
-
293
-
### Contributors
264
+
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
0 commit comments