Skip to content

Releases: jcoreio/toolchains

v3.3.2

01 Mar 01:59
Compare
Choose a tag to compare

3.3.2 (2024-03-01)

Bug Fixes

  • run test command from coverage instead of running mocha directly (8555c3e)

v3.3.1

01 Mar 01:42
Compare
Choose a tag to compare

3.3.1 (2024-03-01)

Bug Fixes

  • run pre/post hooks when running subscripts (f6cfceb)

v3.3.0

01 Mar 00:30
Compare
Choose a tag to compare

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

30 Jan 17:48
6fbebef
Compare
Choose a tag to compare

3.2.2 (2024-01-30)

Bug Fixes

  • migrate: fix export map generation (5927304)
  • use dist paths in main/exports (2d818bb)

v3.2.1

28 Nov 20:58
Compare
Choose a tag to compare

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

17 Oct 20:45
Compare
Choose a tag to compare

3.2.0 (2023-10-17)

Features

  • replace leading ./dist/ in paths in package.json when building (1fd4abd)

v3.1.3

15 Oct 16:06
Compare
Choose a tag to compare

3.1.3 (2023-10-15)

Bug Fixes

  • typescript: turn on skipLibCheck: true (38792c9)

v3.1.2

15 Oct 16:00
Compare
Choose a tag to compare

3.1.2 (2023-10-15)

Bug Fixes

  • mocha: if spec files are passed on cli, only run those files (f736825)

v3.1.1

07 Sep 17:10
Compare
Choose a tag to compare

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

15 Aug 03:17
Compare
Choose a tag to compare

3.1.0 (2023-08-15)

Features

  • init: add interactive prompt (5bce94d)