Skip to content

Latest commit

 

History

History
288 lines (128 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

288 lines (128 loc) · 11.6 KB

Changelog

2.1.0 (2024-09-23)

Features

2.0.4 (2024-09-16)

Bug Fixes

  • ensure mjs files are interpreted as esm (bf0fceb)

2.0.3 (2024-09-11)

Bug Fixes

  • update zx and another try at webpack invocation on windows (8973b61)

2.0.2 (2024-09-08)

Bug Fixes

  • build script bad webpack path for some projects (a35529b)

2.0.1 (2024-09-08)

Bug Fixes

  • avoid yarn calls inside build script (d8086c0)

2.0.0 (2024-08-25)

⚠ BREAKING CHANGES

  • remove eslint and prettier as dependencies, modules should install these directly (#43)

Features

  • remove eslint and prettier as dependencies, modules should install these directly (#43) (45615fc)

1.5.1 (2024-06-20)

Bug Fixes

  • don't expand extraFiles directories when copying (6ad1d43)

1.5.0 (2024-02-08)

Features

  • add option to force node-gyp to not be included in the build package (838bb52)

1.4.4 (2024-02-08)

Bug Fixes

  • yarn install failing due to CI=1 (076bc54)

1.4.3 (2024-02-08)

Bug Fixes

  • touch lockfile before running yarn install in package. (c502dd7)

1.4.2 (2023-12-27)

Bug Fixes

  • use name from package.json when building externals dependencies object (339d2ac)

1.4.1 (2023-09-11)

Bug Fixes

1.4.0 (2023-08-22)

Features

  • add option to disable minification. (9f626f6)

1.3.2 (2023-06-20)

Bug Fixes

  • companion-module-check script (45fa276)

1.3.1 (2023-06-08)

Bug Fixes

1.3.0 (2023-06-08)

Features

  • add option to build with support for node-gyp-build (#24) (2a4e311)
  • rework eslint config to be generated to allow further customisation (e30ae2b)

1.2.1 (2023-05-12)

Bug Fixes

  • use name from package.json when building externals dependencies object (6563d0e)

1.2.0 (2023-03-06)

Features

  • flatten directory structure for extra files (edfff7d)

1.1.0 (2023-02-22)

Features

  • add --dev parameter to produce a development webpack build (ffb36bc)
  • allow modules to specify additional webpack plugins (3dc1f5f)

1.0.2 (2023-02-19)

Bug Fixes

  • paths on windows in bash (85f5438)

1.0.1 (2023-02-17)

Bug Fixes

  • missing prebuilds in built packages (acd76e8)

1.0.0 (2023-02-05)

⚠ BREAKING CHANGES

  • rename webpack-ext.cjs to build-config.cjs

Features

  • rename webpack-ext.cjs to build-config.cjs (c8864cd)
  • support including 'extraFiles' in the built pkg (b130f57)

0.5.2 (2023-01-10)

Bug Fixes

  • scripts unable to resolve dependencies (312caf3)

0.5.1 (2022-12-01)

Bug Fixes

  • update minimum @companion-module/base (5897c0a)

0.5.0 (2022-11-27)

Features

  • support copying native module prebuilt binaries (3e5610a)

0.4.1 (2022-11-26)

Bug Fixes

0.4.0 (2022-11-26)

Features

Bug Fixes

0.3.3 (2022-11-22)

Bug Fixes

  • tsconfig recommends commonjs (1851276)

0.3.2 (2022-10-11)

Bug Fixes

0.3.1 (2022-10-01)

Bug Fixes

0.3.0 (2022-10-01)

Features

  • validateManifest before building module (0166c7d)

Bug Fixes

  • generating of manifest incorrectly processing 'products' field (5f5ad9e)
  • update runtime.api in conversion script (ce95e96)

0.2.0 (2022-09-04)

Features

  • update @companion-module/base (97742a5)

0.1.1 (2022-07-21)

Bug Fixes

0.1.0 (2022-07-12)

Features

  • add runtime.apiVersion to manifest (b42703b)
  • remove husky & lint-staged (7b71d84)

Bug Fixes

  • set importHelpers: false for recommended tsconfig (1b04d89)
  • set version field in manifest when generating pkg.tgz (b42703b)
  • update @companion-module/base (33df2a6)

0.0.2 (2022-07-10)

Bug Fixes

0.0.1 (2022-07-10)

Features

Miscellaneous Chores