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: gruntjs/grunt-contrib-concat
base: v1.0.1
Choose a base ref
...
head repository: gruntjs/grunt-contrib-concat
compare: v2.0.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 22, 2017

  1. fix(sourcemap-regex): fix regex to match browserify sorucemap charset

    Browserify has changed the sourcemap charset to use `=` instead of `:`.
    This has frequently changed, so this fix changes the regex to match a
    single character `.`
    For reference:
    https://github.com/substack/node-browserify/blob/b2374cef35072e7690ab31a68664b0733c1b4995/changelog.markdown#1200
    
    Fixes #130
    alexjking committed Feb 22, 2017
    Copy the full SHA
    b1cf785 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge pull request #176 from alexjking/fix-browserify-sourcemap-regex

    fix(sourcemap-regex): fix regex to match browserify sorucemap charset
    vladikoff committed May 19, 2021
    Copy the full SHA
    9054b14 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Update dependencies

    vladikoff committed Oct 8, 2021
    Copy the full SHA
    71d6edd View commit details
    Browse the repository at this point in the history
  2. Update CI

    vladikoff committed Oct 8, 2021
    Copy the full SHA
    4c4fab8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #191 from gruntjs/update-deps-oct

    Update dependencies
    vladikoff committed Oct 8, 2021
    Copy the full SHA
    63a42a8 View commit details
    Browse the repository at this point in the history
  4. Release docs

    vladikoff committed Oct 8, 2021
    2
    Copy the full SHA
    2f2aeff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #192 from gruntjs/release-2

    Release docs
    vladikoff committed Oct 8, 2021
    Copy the full SHA
    de2b0e9 View commit details
    Browse the repository at this point in the history
  6. 2.0.0

    vladikoff committed Oct 8, 2021
    Copy the full SHA
    9e0f72f View commit details
    Browse the repository at this point in the history