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: dcc347f41a8b77de83f4caa83b0d80f114c2a9fd
Choose a base ref
...
head repository: gruntjs/grunt-contrib-concat
compare: 75eaca2f9b7c5bb56ce1feb307f2a9106ba0b755
Choose a head ref
  • 14 commits
  • 9 files changed
  • 3 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

Commits on Mar 31, 2022

  1. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 31, 2022
    Copy the full SHA
    b43b373 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Merge pull request #194 from gruntjs/dependabot/npm_and_yarn/minimist…

    …-1.2.6
    
    Bump minimist from 1.2.5 to 1.2.6
    vladikoff committed Apr 3, 2022
    Copy the full SHA
    021d809 View commit details
    Browse the repository at this point in the history
  2. Update deps

    vladikoff committed Apr 3, 2022
    Copy the full SHA
    e2e9345 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #195 from gruntjs/new-deps-3

    Update deps
    vladikoff committed Apr 3, 2022
    Copy the full SHA
    5bb6ed3 View commit details
    Browse the repository at this point in the history
  4. Update readme

    vladikoff committed Apr 3, 2022
    Copy the full SHA
    1437c62 View commit details
    Browse the repository at this point in the history
  5. 2.1.0

    vladikoff committed Apr 3, 2022
    Copy the full SHA
    75eaca2 View commit details
    Browse the repository at this point in the history