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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: gruntjs/grunt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 27, 2020

  1. Bump legacy-log

    vladikoff committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    00d5907 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1718 from gruntjs/legacy-log-bumo

    Bump legacy-log
    vladikoff committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    7125f49 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Switch to use safeLoad for loading YML files via file.readYAML.

    For previous behaviour please use the following:
    
    ```
    readYAML('test/fixtures/utf8.yaml', null, {unsafeLoad: true});
    ```
    vladikoff committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e350cea View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Merge pull request #1719 from gruntjs/yaml-refactor

    Switch to use `safeLoad` for loading YML files via `file.readYAML`.
    vladikoff committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7e669ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520fedb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1720 from gruntjs/update-changelog-deps

    Update Changelog and legacy-util dependency
    vladikoff committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    faab6be View commit details
    Browse the repository at this point in the history
  4. 1.3.0

    vladikoff committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    6f49017 View commit details
    Browse the repository at this point in the history
Loading