Skip to content

Releases: guoyunhe/node-scripts

2.2.0

Choose a tag to compare

@guoyunhe guoyunhe released this 24 Jun 11:53
  • Updated esbuild (0.17→0.18)

2.1.0

Choose a tag to compare

@guoyunhe guoyunhe released this 20 Jun 08:20
  • Updated typescript (4→5)
  • Changed to not output CJS and give ESM .js ext when type: "module" found in package.json

2.0.2

Choose a tag to compare

@guoyunhe guoyunhe released this 11 Feb 05:49
  • Fixed global type PACKAGE_NAME

2.0.1

Choose a tag to compare

@guoyunhe guoyunhe released this 11 Feb 05:12
  • Fixed exception when here is no src/index.ts

2.0.0

Choose a tag to compare

@guoyunhe guoyunhe released this 11 Feb 04:55
  • BREAKING CHANGE: Changed output file paths
    • dist/cjs/index.js -> dist/index.js
    • dist/cjs/bin/my-cli.js -> dist/my-cli.js
    • dist/esm/index.js -> dist/index.mjs
    • dist/esm/bin/my-cli.js -> (deleted)
    • dist/dts/index.d.ts -> dist/index.d.ts
  • Updated commander from 9.x to 10.x
  • Added PACKAGE_NAME global definition

1.9.0

Choose a tag to compare

@guoyunhe guoyunhe released this 30 Jan 08:59
  • Refactored build action

1.8.0

Choose a tag to compare

@guoyunhe guoyunhe released this 30 Jan 07:02
  • Refactored lint and test actions

1.7.1

Choose a tag to compare

@guoyunhe guoyunhe released this 26 Jan 08:13
  • Fix package.json spaces

1.7.0

Choose a tag to compare

@guoyunhe guoyunhe released this 26 Jan 08:06
  • Format package.json

1.6.0

Choose a tag to compare

@guoyunhe guoyunhe released this 22 Jan 10:10
  • Update esbuild from 0.16.x to 0.17.x