8000 Releases · nx-go/nx-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: nx-go/nx-go

3.3.1

11 Dec 19:23
Compare
Choose a tag to compare

🐞 Bug Fixes

3.3.0

17 Nov 21:24
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

3.2.0

11 Jul 19:54
Compare
Choose a tag to compare

🚀 Features

3.1.0

03 Jun 17:49
77d77b3
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

  • Do not strip away special characters from project names (#121) (7d03eda)

3.0.0

03 Apr 18:15
6d447a2
Compare
Choose a tag to compare

We're excited to announce nx-go v3! It's a brand new start for the project, with a complete rewrite for Nx 17+.
Ready for the future of Nx, more capable than ever.

💥 Major changes

  • Require Nx 17+
  • Support only stable versions of Go officially
  • Go multi-modules workspace is enabled by default
  • Dependency graphing is enabled by default
  • Abandon obsolete Docker images

🚀 Features

  • Preset and init generators to start your dream project with a single command line
  • New generator to opt-out of Go multi-modules workspace
  • Generators deal with go.work and go.mod files dynamically
  • Computation of the project graph is way more efficient
  • Executor "build": outputPath is now optional with "dist/{projectPath}" as the default value
  • Add few standard options in generators like skipFormat or projectNameAndRootFormat
  • Brand new documentation for all executors and generators

Note

This version aims to offer similar features to v2. We will process all tickets proposing additions in versions 3.x.

3.0.0-beta.1

19 Mar 19:43
fadf9f2
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

🚀 Features

  • Add a migration for executors options (#108)
  • Update test executor options (#111)

Note

This version aims to offer similar features to v2. We will process all tickets proposing additions in versions 3.x.

3.0.0-beta.0

22 Feb 18:38
067ae2c
Compare
Choose a tag to compare
3.0.0-beta.0 Pre-release
Pre-release

We're excited to announce the first beta of v3!
We look forward to your feedback in #107 👋

🚀 Features

  • Rewriting the plugin for Nx 17/18 (#103)

Note

This version aims to offer similar features to v2. We will process all tickets proposing additions in versions 3.x.

Release 2.8.0

27 Aug 11:11
Compare
Choose a tag to compare
  • feat: pass flags and environment variables to go build (#89) (9392128)
  • docs: Updated README with details on enabling nx-go plugin (#78) (c8b04bc)
  • chore: upgrade to latest nx 13 (#83) (1986104)

Release 2.7.0

17 Oct 07:48
Compare
Choose a tag to compare
  • feat: add support for Go workspaces (v2.7.0) (#76) (f47c266)

Release 2.7.0-rc.1

18 Sep 20:11
Compare
Choose a tag to compare
Release 2.7.0-rc.1 Pre-release
Pre-release
  • fix: revert changes to the runGoCommand function (6167fb8)
  • refactor: allow invoking runGoCommand without params (f8dedb9)
0