Skip to content

Releases: Lombiq/NodeJs-Extensions

v2.1.0

21 Feb 22:23
fd109c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Feb 17:16
6ee339a
Compare
Choose a tag to compare

Breaking Changes

Stylelint was upgraded to 15, which deprecates 76 linting rules, see the issue #70 and the pull request #85. This required us to reimplement those rules with Prettier. If you want to keep using all SCSS linting rules, then follow the new Prettier setup: https://github.com/Lombiq/NodeJs-Extensions/blob/dev/Lombiq.NodeJs.Extensions/Docs/Styles.md#stylelint-and-prettier-rules.

What's Changed

New Contributors

Full Changelog: v1.3.2...v2.0.0

v1.3.2

26 Sep 16:36
089bea8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Sep 11:23
4c17c8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Aug 09:04
72a216f
Compare
Choose a tag to compare

PNPM v8

The project has been upgraded to use PNPM 8. Please update your references and check the following:

  • Node.js 14 is no longer supported by PNPM. Please check with node -v that you have at least v16 installed. If not, it's best to go straight to the current LTS version 18.17.1. (NVM users: nvm alias default 18).
  • The new lock file format is not backward compatible and this could cause CI builds to fail. Regenerate the lock files by rebuilding the solution and then commit them. If you have problems, try running this pwsh one-liner in the solution root: Get-ChildItem -Recurse pnpm-lock.yaml | ForEach-Object { Push-Location $_.Directory; pnpm install; Pop-Location }.
  • You shouldn't have to update PNPM yourself, because Lombiq.NodeJs.Extensions selects the specific excepted version automatically by calling corepack enable && corepack prepare pnpm@8.6.12 --activate. If you have manually installed PNPM before, uninstall it and let our library manage the version using corepack that comes with node out of the box.

What's Changed

Full Changelog: v1.2.5...v1.3.0

v1.2.5

11 Aug 23:37
c7c51a4
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @wAsnk made their first contribution in #54

Full Changelog: v1.2.4...v1.2.5

v1.2.4

18 Jun 22:11
6c328f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

28 Apr 13:42
a32eca7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

30 Mar 13:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

16 Mar 12:20
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1