You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# Changelog
2
2
3
3
## Version 6.x *(unreleased)*
4
+
5
+
## Version 6.0.0 *(2023-08-15)*
4
6
* Removed deprecated `nodeModulesDir` from `NodeExtension`
5
7
* The resolved/computed node directory and platform are stored in `resolvedNodeDir` and `resolvedPlatform` on `NodeExtension`
6
8
* Fixes configuration-cache issue in Gradle 8.4
7
9
* Removes the entire `PlatformHelper` as the functionality has migrated into top-level functions
8
10
* Removes the deprecated `HelperExecution`
9
11
* Fixed failure querying the task inputs/outputs on 8+ with configuration-cache enabled [#259](https://github.com/node-gradle/gradle-node-plugin/issues/259)
12
+
*`ProxySetting.FORCED` will now unset environment variables configured outside of Gradle, forcing the settings to match [#153](https://github.com/node-gradle/gradle-node-plugin/issues/153)
10
13
11
14
## Version 5.0.0 *(2023-05-13)*
12
15
* Support configuration-cache on Gradle 8.1 [#271](https://github.com/node-gradle/gradle-node-plugin/issues/271)
0 commit comments