Releases: jcoreio/toolchains
Releases · jcoreio/toolchains
v3.3.2
3.3.2 (2024-03-01)
Bug Fixes
- run test command from coverage instead of running mocha directly (8555c3e)
v3.3.1
3.3.1 (2024-03-01)
Bug Fixes
- run pre/post hooks when running subscripts (f6cfceb)
v3.3.0
3.3.0 (2024-03-01)
Features
- add ability to define tc scripts with custom js functions (8db5a5c)
- add scripts option to toolchain.config.cjs (dac5028)
v3.2.2
3.2.2 (2024-01-30)
Bug Fixes
- migrate: fix export map generation (5927304)
- use dist paths in main/exports (2d818bb)
v3.2.1
3.2.1 (2023-11-28)
Bug Fixes
- esnext: when building TS projects, copy .js and .mjs files from src to dist (00aa88f)
v3.2.0
3.2.0 (2023-10-17)
Features
- replace leading ./dist/ in paths in package.json when building (1fd4abd)
v3.1.3
3.1.3 (2023-10-15)
Bug Fixes
- typescript: turn on skipLibCheck: true (38792c9)
v3.1.2
3.1.2 (2023-10-15)
Bug Fixes
- mocha: if spec files are passed on cli, only run those files (f736825)
v3.1.1
3.1.1 (2023-09-07)
Bug Fixes
- build: copy src/.js.flow to dest/.mjs.flow if no .mjs.flow file is in src (33979b2)
- build: don't output .cjs.flow files (fe444e3)
v3.1.0
3.1.0 (2023-08-15)
Features
- init: add interactive prompt (5bce94d)