Skip to content

v1.0.1

Choose a tag to compare

@aMarCruz aMarCruz released this 21 Dec 07:10
· 5 commits to master since this release

[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.