Skip to content

Releases: Bielik20/nx-plugins

v4.3.0

23 Aug 16:04
Compare
Choose a tag to compare

4.3.0 (2023-08-23)

Features

v4.2.2

12 Jul 07:08
Compare
Choose a tag to compare

4.2.2 (2023-07-12)

Bug Fixes

  • fix combined packaging in serverless plugin (7251de8)

v4.2.1

21 Jun 11:03
Compare
Choose a tag to compare

4.2.1 (2023-06-21)

Bug Fixes

  • use npx for sls regardless of package manager (849bc13)

v4.2.0

03 May 07:05
Compare
Choose a tag to compare

4.2.0 (2023-05-03)

Features

v4.1.0

03 Apr 06:55
Compare
Choose a tag to compare

4.1.0 (2023-04-03)

Features

v4.0.0

13 Mar 08:46
Compare
Choose a tag to compare

4.0.0 (2023-03-13)

Code Refactoring

  • core: cleanup unused stuff from @ns3/nx-core (76c5534)

Features

  • core: add getPackageMajorVersion utility method (3f0a39e)
  • core: expand stringifyArgs functionality (627b1a1)
  • core: move printCommand to @ns3/nx-core (30479d1)
  • jest-playwright: bump jestPlaywrightPresetVersion (e9603bb)
  • playwright: add executor (901780c)
  • playwright: add generators (cd7e30c)
  • run migrations (6be9147)
  • serverless: add shorthand and normalise support to args (938c524)
  • serverless: change behavior of env prop (a979d57)
  • update nx (a28d6f5)

BREAKING CHANGES

  • serverless: env prop appends instead of overriding
  • serverless: --showHelp is replaced with --help_
  • core: remove
  • execProcess
  • getPackageManagerInstall
  • getPackageManagerLockFile
  • ProcessOutput, log, data
  • spawnProcess
  • dependencies, devDependencies

v4.0.0-alpha-nx-playwright.2

06 Mar 14:39
Compare
Choose a tag to compare
Pre-release

4.0.0-alpha-nx-playwright.2 (2023-03-06)

Bug Fixes

  • npm: use nxJsonConfiguration instead of workspace (d401556)

Features

  • playwright: add executor (66c3877)
  • playwright: add generators (8901d79)

v4.0.0-alpha-nx-playwright.1

06 Mar 12:44
Compare
Choose a tag to compare
Pre-release

4.0.0-alpha-nx-playwright.1 (2023-03-06)

Code Refactoring

  • core: cleanup unused stuff from @ns3/nx-core (f8acdbc)

Features

  • core: add getPackageMajorVersion utility method (0b9feb7)
  • core: expand stringifyArgs functionality (26a566c)
  • core: move printCommand to @ns3/nx-core (ceb749b)
  • playwright: add executor (6213f21)
  • playwright: add generators (c4ed594)
  • serverless: add shorthand and normalise support to args (05785d9)
  • serverless: change behavior of env prop (cc03714)

BREAKING CHANGES

  • serverless: env prop appends instead of overriding
  • serverless: --showHelp is replaced with --help_
  • core: remove
  • execProcess
  • getPackageManagerInstall
  • getPackageManagerLockFile
  • ProcessOutput, log, data
  • spawnProcess
  • dependencies, devDependencies

v3.8.0

28 Feb 19:35
Compare
Choose a tag to compare

3.8.0 (2023-02-28)

Features

  • core: extract startDevServer to @ns3/nx-core (c1cb5a0)

v3.7.1

28 Feb 17:38
Compare
Choose a tag to compare

3.7.1 (2023-02-28)

Bug Fixes

  • serverless: correctly generate sub dir target (b2ce679)