-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: gruntjs/grunt
base: 8fcbed1fe80086fe9e68f044084e19296d314d35
head repository: gruntjs/grunt
compare: 0afeb5c631199d806fa560c680987dd907263b83
Commits on Feb 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2043b8e - Browse repository at this point
Copy the full SHA 2043b8eView commit details
Commits on Jan 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 85e5246 - Browse repository at this point
Copy the full SHA 85e5246View commit details
Commits on Apr 24, 2019
-
Remove coffeescript from dependencies.
To ease transition, if the coffeescript package is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.
Configuration menu - View commit details
-
Copy full SHA for ba492b6 - Browse repository at this point
Copy the full SHA ba492b6View commit details
Commits on Apr 29, 2019
-
allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of `node_modules` directly inside package that have a dev dependency to these plugins.
Configuration menu - View commit details
-
Copy full SHA for d06ca51 - Browse repository at this point
Copy the full SHA d06ca51View commit details -
support monorepo (as fallback)
In `loadNpmTasks()`` try to resolve package location. In case package not found, try to resolve it's location using `require.resolve()`
Configuration menu - View commit details
-
Copy full SHA for f2b118a - Browse repository at this point
Copy the full SHA f2b118aView commit details -
add integration test for monorepo case, where grunt plugin hoisted to the `node_modules` above package having dev dependency to it
Configuration menu - View commit details
-
Copy full SHA for 66fc8fa - Browse repository at this point
Copy the full SHA 66fc8faView commit details
Commits on May 13, 2019
-
2
Configuration menu - View commit details
-
Copy full SHA for 6795d31 - Browse repository at this point
Copy the full SHA 6795d31View commit details
Commits on May 26, 2019
-
support monorepo (relative path)
In case `loadNpmTasks()` is called with relative path instead of just module name, try to resolve module name and find relevant package.json, but use tasks from specified relative path.
Configuration menu - View commit details
-
Copy full SHA for 5a0a02b - Browse repository at this point
Copy the full SHA 5a0a02bView commit details
Commits on Jun 28, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 75da17b - Browse repository at this point
Copy the full SHA 75da17bView commit details
Commits on Oct 3, 2019
-
Avoiding infinite loop on very long command names.
If very long command names are registered, grunt --help runs out of memory trying to generate the help table. This commit adjusts the width to be at least 20 longer than the maximal command length.
Configuration menu - View commit details
-
Copy full SHA for 7985b19 - Browse repository at this point
Copy the full SHA 7985b19View commit details
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1898eb - Browse repository at this point
Copy the full SHA f1898ebView commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4bfa98e - Browse repository at this point
Copy the full SHA 4bfa98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a66968 - Browse repository at this point
Copy the full SHA 0a66968View commit details -
Merge pull request #1705 from gruntjs/mkdirp-update
Update to mkdirp ~1.0.3, Support versions of node >= 8
Configuration menu - View commit details
-
Copy full SHA for 6124409 - Browse repository at this point
Copy the full SHA 6124409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4674c59 - Browse repository at this point
Copy the full SHA 4674c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5cdac0 - Browse repository at this point
Copy the full SHA d5cdac0View commit details
Commits on May 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 288ea76 - Browse repository at this point
Copy the full SHA 288ea76View commit details
Commits on Jun 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 169d496 - Browse repository at this point
Copy the full SHA 169d496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6fcd9 - Browse repository at this point
Copy the full SHA 4c6fcd9View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1f61427 - Browse repository at this point
Copy the full SHA 1f61427View commit details
Commits on Jun 29, 2020
-
Merge pull request #1677 from micellius/monorepo-support
support monorepos
Configuration menu - View commit details
-
Copy full SHA for 58f80ae - Browse repository at this point
Copy the full SHA 58f80aeView commit details -
Merge pull request #1675 from STRML/remove-coffeescript
Remove coffeescript from dependencies.
Configuration menu - View commit details
-
Copy full SHA for 5f16b5a - Browse repository at this point
Copy the full SHA 5f16b5aView commit details
Commits on Jun 30, 2020
-
Merge pull request #1283 from greglittlefield-wf/recognize-relative-l…
…inks Fix issue where grunt.file.isLink() returned false for relative links
Configuration menu - View commit details
-
Copy full SHA for bc168e3 - Browse repository at this point
Copy the full SHA bc168e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd1c19 - Browse repository at this point
Copy the full SHA cdd1c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c0634 - Browse repository at this point
Copy the full SHA 05c0634View commit details
Commits on Jul 3, 2020
-
Merge pull request #1697 from philz/1696
Avoiding infinite loop on very long command names.
Configuration menu - View commit details
-
Copy full SHA for ee70306 - Browse repository at this point
Copy the full SHA ee70306View commit details -
Merge pull request #1570 from bhldev/feature-options-keys
FEATURE - Expose Grunt Option Keys for Ease of Use
Configuration menu - View commit details
-
Copy full SHA for 0d23eff - Browse repository at this point
Copy the full SHA 0d23effView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a3cf4 - Browse repository at this point
Copy the full SHA 64a3cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bc5d9 - Browse repository at this point
Copy the full SHA 27bc5d9View commit details
Commits on Jul 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e789b1f - Browse repository at this point
Copy the full SHA e789b1fView commit details
Commits on Jul 7, 2020
-
Merge pull request #1715 from sibiraj-s/remove-path-is-absolute
Remove path-is-absolute dependency
Configuration menu - View commit details
-
Copy full SHA for 9d23cb6 - Browse repository at this point
Copy the full SHA 9d23cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae11839 - Browse repository at this point
Copy the full SHA ae11839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b75085 - Browse repository at this point
Copy the full SHA 3b75085View commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 00d5907 - Browse repository at this point
Copy the full SHA 00d5907View commit details -
Merge pull request #1718 from gruntjs/legacy-log-bumo
Bump legacy-log
Configuration menu - View commit details
-
Copy full SHA for 7125f49 - Browse repository at this point
Copy the full SHA 7125f49View commit details
Commits on Aug 17, 2020
-
Switch to use
safeLoad
for loading YML files viafile.readYAML
.For previous behaviour please use the following: ``` readYAML('test/fixtures/utf8.yaml', null, {unsafeLoad: true}); ```
Configuration menu - View commit details
-
Copy full SHA for e350cea - Browse repository at this point
Copy the full SHA e350ceaView commit details
Commits on Aug 18, 2020
-
Merge pull request #1719 from gruntjs/yaml-refactor
Switch to use `safeLoad` for loading YML files via `file.readYAML`.
Configuration menu - View commit details
-
Copy full SHA for 7e669ac - Browse repository at this point
Copy the full SHA 7e669acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 520fedb - Browse repository at this point
Copy the full SHA 520fedbView commit details -
Merge pull request #1720 from gruntjs/update-changelog-deps
Update Changelog and legacy-util dependency
Configuration menu - View commit details
-
Copy full SHA for faab6be - Browse repository at this point
Copy the full SHA faab6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f49017 - Browse repository at this point
Copy the full SHA 6f49017View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4952368 - Browse repository at this point
Copy the full SHA 4952368View commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e86db1c - Browse repository at this point
Copy the full SHA e86db1cView commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47cf8b6 - Browse repository at this point
Copy the full SHA 47cf8b6View commit details -
Merge pull request #1727 from gruntjs/update-deps-apr
Update CLI and nodeunit
Configuration menu - View commit details
-
Copy full SHA for 49de70b - Browse repository at this point
Copy the full SHA 49de70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 106ed17 - Browse repository at this point
Copy the full SHA 106ed17View commit details -
Merge pull request #1728 from gruntjs/update-deps-changelog
Update changelog and util dep
Configuration menu - View commit details
-
Copy full SHA for 63b2e89 - Browse repository at this point
Copy the full SHA 63b2e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa6775 - Browse repository at this point
Copy the full SHA ffa6775View commit details
Commits on May 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1b6e288 - Browse repository at this point
Copy the full SHA 1b6e288View commit details
Commits on May 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eee0673 - Browse repository at this point
Copy the full SHA eee0673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08896ae - Browse repository at this point
Copy the full SHA 08896aeView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.