2.1.0 (2024-09-23)
- allow using node22 (a9bbbaf)
2.0.4 (2024-09-16)
- ensure mjs files are interpreted as esm (bf0fceb)
2.0.3 (2024-09-11)
- update
zx
and another try atwebpack
invocation on windows (8973b61)
2.0.2 (2024-09-08)
- build script bad webpack path for some projects (a35529b)
2.0.1 (2024-09-08)
- avoid
yarn
calls inside build script (d8086c0)
2.0.0 (2024-08-25)
- remove eslint and prettier as dependencies, modules should install these directly (#43)
1.5.1 (2024-06-20)
- don't expand
extraFiles
directories when copying (6ad1d43)
1.5.0 (2024-02-08)
- add option to force node-gyp to not be included in the build package (838bb52)
1.4.4 (2024-02-08)
- yarn install failing due to
CI=1
(076bc54)
1.4.3 (2024-02-08)
- touch lockfile before running
yarn install
in package. (c502dd7)
1.4.2 (2023-12-27)
- use name from package.json when building externals dependencies object (339d2ac)
1.4.1 (2023-09-11)
- support for yarn3 (6ab2458)
1.4.0 (2023-08-22)
- add option to disable minification. (9f626f6)
1.3.2 (2023-06-20)
companion-module-check
script (45fa276)
1.3.1 (2023-06-08)
- update readme (def7f19)
1.3.0 (2023-06-08)
- 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)
- use name from package.json when building externals dependencies object (6563d0e)
1.2.0 (2023-03-06)
- flatten directory structure for extra files (edfff7d)
1.1.0 (2023-02-22)
- add
--dev
parameter to produce adevelopment
webpack build (ffb36bc) - allow modules to specify additional webpack plugins (3dc1f5f)
1.0.2 (2023-02-19)
- paths on windows in bash (85f5438)
1.0.1 (2023-02-17)
- missing prebuilds in built packages (acd76e8)
1.0.0 (2023-02-05)
- rename webpack-ext.cjs to build-config.cjs
- rename webpack-ext.cjs to build-config.cjs (c8864cd)
- support including 'extraFiles' in the built pkg (b130f57)
0.5.2 (2023-01-10)
- scripts unable to resolve dependencies (312caf3)
0.5.1 (2022-12-01)
- update minimum @companion-module/base (5897c0a)
0.5.0 (2022-11-27)
- support copying native module prebuilt binaries (3e5610a)
0.4.1 (2022-11-26)
- updated tsconfig (6dd1a05)
0.4.0 (2022-11-26)
- require node 18 (f4dfdd2)
- add missing dependency (eacc0f4)
0.3.3 (2022-11-22)
- tsconfig recommends commonjs (1851276)
0.3.2 (2022-10-11)
- preserve json files (6d464b5)
0.3.1 (2022-10-01)
- errors (26af195)
0.3.0 (2022-10-01)
- validateManifest before building module (0166c7d)
- generating of manifest incorrectly processing 'products' field (5f5ad9e)
- update runtime.api in conversion script (ce95e96)
0.2.0 (2022-09-04)
- update @companion-module/base (97742a5)
0.1.1 (2022-07-21)
- don't rename modules (0d35f51)
0.1.0 (2022-07-12)
- 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)
- missing webpack config (a039dee)
- initial commit (c07d9af)
- update readme (8a240c5)