Releases: node-gradle/gradle-node-plugin
Releases · node-gradle/gradle-node-plugin
7.1.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
27 Sep 13:16
What's Changed
Full Changelog : 7.0.2...7.1.0
7.0.2
Compare
Sorry, something went wrong.
No results found
deepy
released this
21 Feb 13:59
What's Changed
Prevent misconfigured workDir from removing all unrelated files #297
Full Changelog : 7.0.1...7.0.2
7.0.1
Compare
Sorry, something went wrong.
No results found
deepy
released this
04 Oct 18:23
What's Changed
Add missing result to NodeTask #289
Full Changelog : 7.0.0...7.0.1
7.0.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
17 Aug 19:49
What's Changed
Upgrade default node to 18 (newest LTS) in #283
Always use downloaded Yarn as per documentation in #285
Full Changelog : 6.0.0...7.0.0
6.0.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
15 Aug 11:17
Removed deprecated nodeModulesDir from NodeExtension
The resolved/computed node directory and platform are stored in resolvedNodeDir and resolvedPlatform on NodeExtension
Fixes configuration-cache issue in Gradle 8.4
Removes the entire PlatformHelper as the functionality has migrated into top-level functions
Removes the deprecated HelperExecution
Fixed failure querying the task inputs/outputs on 8+ with configuration-cache enabled #259
ProxySetting.FORCED will now unset environment variables configured outside of Gradle, forcing the settings to match #153
Full Changelog : 5.0.0...6.0.0
5.0.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
15 May 08:07
Support configuration-cache on Gradle 8.1 #271
Store node directory path on NodeExtension
Store the computed platform on NodeExtension
Deprecate parts of PlatformHelper that require executing commands during configuration
Re-introduce support for Gradle 6.6 and newer
Full Changelog : 4.0.0...5.0.0
4.0.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
23 Apr 19:31
What's Changed
Drop support for versions lower than Gradle 7.5.1
Rename package.json extension to packageJson #232
Support configuration-cache on Gradle 8.1 #271
Full Changelog : 3.6.0...4.0.0
3.6.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
23 Apr 14:03
What's Changed
Allow task rules to be disabled #116
Add fastNpmInstall option to only track lock-files ##157
Full Changelog : 3.5.1...3.6.0
3.5.1
Compare
Sorry, something went wrong.
No results found
deepy
released this
26 Dec 20:10
What's Changed
Fix configuration cache support in pnpm tasks
Fix FAQ: Specify custom registry for setup by @lhhong in #256
New Contributors
Full Changelog : 3.5.0...3.5.1
3.5.0
Compare
Sorry, something went wrong.
No results found
deepy
released this
18 Oct 15:41
Add ExecResult to tasks #237
Don't run npmInstall if package.json is missing #174