Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slevithan/xregexp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.3
Choose a base ref
...
head repository: slevithan/xregexp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.4
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 8, 2019

  1. Update @babel dependencies to v7.2.x

    Fixes #264
    
    See #262 (comment)
    
    See here for more info on the `@babel/plugin-transform-runtime` change:
    https://babeljs.io/docs/en/next/babel-plugin-transform-runtime#corejs
    josephfrazier authored and slevithan committed Jan 8, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    veprbl Dmitry Kalinkin
    Copy the full SHA
    4063d27 View commit details
  2. Release v4.2.4

    slevithan committed Jan 8, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    2cb340a View commit details
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"plugins": [
"@babel/plugin-transform-runtime",
[
"@babel/plugin-transform-runtime",
{
"corejs": 2,
},
],
"add-module-exports",
"transform-xregexp",
"array-includes"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# XRegExp 4.2.3
# XRegExp 4.2.4

[![Build Status](https://travis-ci.org/slevithan/xregexp.svg?branch=master)](https://travis-ci.org/slevithan/xregexp)

Loading