Skip to content

Tags: jaeyeonling/gradle-node-plugin

Tags

3.2.1

Toggle 3.2.1's commit message
3.2.1 - Backwards compatibility and M1 fixes

* Backwards compatibility fix for those using VariantComputer node-gradle#213
* Prevent M1 Macs from downloading non-existent distribution node-gradle#214

3.2.0

Toggle 3.2.0's commit message
3.2.0 - Support configuration-cache on 7.4

* Support Gradle 7.4 configuration-cache node-gradle#209
* Add option for allowing HTTP access node-gradle#163

3.1.1

Toggle 3.1.1's commit message
3.1.1 - Add support for Linux on Z system (s390x)

* Add support for Linux on Z system (s390x) node-gradle#193

3.1.0

Toggle 3.1.0's commit message
3.1.0 - Linux Power PC support, yarn.lock added as input

* Add support for Linux Power PC node-gradle#166
  (thanks akatona84 for PR node-gradle#167)
* Internal test suite now running against Gradle 7
* Adds `yarn.lock` as an input to `NpmInstallTask` node-gradle#155

3.0.1

Toggle 3.0.1's commit message
3.0.1 - Fixes a bug with task creation node-gradle#145

3.0.0

Toggle 3.0.0's commit message
3.0.0 - configuration cache, kotlin rewrite, and much more

* Rewrite the code to Kotlin (issue [node-gradle#17](node-gradle#17))
(thanks [mikejhill](https://github.com/mikejhill)
for the [pull request](node-gradle#57))
* Improve the Kotlin DSL support (see this [Kotlin DSL example](src/test/resources/fixtures/kotlin/build.gradle.kts)
that shows how to use this plugin version with Kotlin)
* Upgrade default Node.js version to 14.15.4 (bundled with npm 6.14.10), the latest LTS version
* Add support of lazy configuration (issue [node-gradle#39](node-gradle#39))
* Add support of Gradle Configuration Cache (introduced in Gradle 6.8) (issue [node-gradle#111](node-gradle#111))
* Fix some remaining input/output declaration issues (issue [node-gradle#34](node-gradle#34))
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
* Node.js 10+ support (issue [node-gradle#100](node-gradle#100))
* Improved automatic proxy configuration (issue [node-gradle#113](node-gradle#113)), use http:// for both `HTTP_PROXY` and `HTTPS_PROXY`
* Improved proxy configuration (PR [node-gradle#135](node-gradle#135))
* npm 7+ support (issue [node-gradle#123](node-gradle#123))
* Improved ARM support (issue [node-gradle#130](node-gradle#130))
* Gradle configuration cache support (issue [node-gradle#111](node-gradle#111))
* Add RepositoryContentDescriptor to IvyRepository [node-gradle#136](node-gradle#136)

3.0.0-rc7

Toggle 3.0.0-rc7's commit message
3.0.0-rc7 - configuration cache, kotlin rewrite, lazy configuration, …

…api changes, proxy fixes.

* Plugin rewritten in Kotlin (issue node-gradle#17) (thanks mikejhill for the pull request)
* Improved Kotlin DSL support
* Upgraded default Node.js version to 12.18.1 (bundled with npm 6.14.5), the latest LTS version
* Lazy configuration support
* Fix some remaining input/output declaration issues (issue node-gradle#34)
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
* Node.js 10+ support (issue node-gradle#100)
* Use http:// for both HTTP and HTTPS_PROXY node-gradle#113
* Configurable automatic proxy settings node-gradle#135
* No longer configures proxy if there's already proxy settings present
* Support for npm 7+ and tests to prove it node-gradle#123
* Improved ARM support node-gradle#130
* Gradle configuration cache support node-gradle#111

See CHANGELOG for full details and upgrade instructions.

3.0.0-rc6

Toggle 3.0.0-rc6's commit message
3.0.0-rc6 - kotlin rewrite, lazy configuration, api changes, proxy fi…

…xes.

* Plugin rewritten in Kotlin (issue node-gradle#17) (thanks mikejhill for the pull request)
* Improved Kotlin DSL support
* Upgraded default Node.js version to 12.18.1 (bundled with npm 6.14.5), the latest LTS version
* Lazy configuration support
* Fix some remaining input/output declaration issues (issue node-gradle#34)
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
* Node.js 10+ support (issue node-gradle#100)
* Use http:// for both HTTP and HTTPS_PROXY
* No longer configures proxy if there's already proxy settings present
* Support for npm 7+ and tests to prove it node-gradle#123
* Improved ARM support node-gradle#130

See CHANGELOG for full details and upgrade instructions.

3.0.0-rc5

Toggle 3.0.0-rc5's commit message
3.0.0-rc5 - kotlin rewrite, lazy configuration, api changes, proxy fi…

…xes.

* Plugin rewritten in Kotlin (issue node-gradle#17) (thanks mikejhill for the pull request)
* Improved Kotlin DSL support
* Upgraded default Node.js version to 12.18.1 (bundled with npm 6.14.5), the latest LTS version
* Lazy configuration support
* Fix some remaining input/output declaration issues (issue node-gradle#34)
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
* Node.js 10+ support (issue node-gradle#100)
* Use http:// for both HTTP and HTTPS_PROXY
* No longer configures proxy if there's already proxy settings present
* Support for npm 7+ and tests to prove it node-gradle#123

See CHANGELOG for full details and upgrade instructions.

3.0.0-rc4

Toggle 3.0.0-rc4's commit message
3.0.0-rc4 - kotlin rewrite, lazy configuration, api changes, proxy fi…

…xes.

* Plugin rewritten in Kotlin (issue node-gradle#17) (thanks mikejhill for the pull request)
* Improved Kotlin DSL support
* Upgraded default Node.js version to 12.18.1 (bundled with npm 6.14.5), the latest LTS version
* Lazy configuration support
* Fix some remaining input/output declaration issues (issue node-gradle#34)
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
* Node.js 10+ support (issue node-gradle#100)
* Use http:// for both HTTP and HTTPS_PROXY
* No longer configures proxy if there's already proxy settings present
* Support for npm 7+ node-gradle#123

See CHANGELOG for full details and upgrade instructions.