Skip to content

Releases: aMarCruz/skip-regex

v1.0.2

24 Dec 09:48
Compare
Choose a tag to compare

[1.0.2] - 2018-12-24

Added

  • Adds of to the keywords that can precede a regex.
  • Support for the s (ES9 "dotAll") flag.
  • Related links in the Readme.

v1.0.1

21 Dec 07:10
Compare
Choose a tag to compare

[1.0.1] - 2018-12-21

This release only fixes an error in dependencies.

Fixed

  • ESLint must be in devDependendcies.

[1.0.0] - 2018-12-21

Ready for production

Added

  • Adds away and extends as keywords that can precede a regex.
  • UMD Builds, including a minified one for browsers.
  • ESLint with revised configuration.
  • Karma test for browsers (local) and node.
  • Travis test with 100% coverage.
  • Config file for the markdownlint VSCode extension.
  • VSCode folder to the repo.

Changed

  • Simplify the main regex and some parts of the code.
  • Renamed the ESM variant from skip-regex.esm.js to skip-regex.mjs (node ESM compatible).
  • Update devDependencies.
  • CHANGES.md now is CHANGELOG.md and have a new format.
  • Update badges using badgen.
  • Update license.

Fixed

  • Fail when > is the first character in the regex.
  • Fail when the regex is preceded by <.
  • TypeScript definition.

v0.3.1

19 Oct 21:02
Compare
Choose a tag to compare
  • Removes npm 3.x requirement.
  • Updated devDependencies.

v0.3.0

04 Jul 18:41
Compare
Choose a tag to compare
  • Improved detection of regex with increment/decrement prefix operator.
  • Prevent error if the start parameter is out of range.
  • ES6 module version transpiled to ES5.
  • Added jsDoc comments and banner.
  • Enhanced README.

v0.2.0

22 Jun 12:45
Compare
Choose a tag to compare

Micro parser for detection of literal regexes.
First public release.