Skip to content

Latest commit

 

History

History
237 lines (106 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

237 lines (106 loc) · 10.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.2 (2022-02-16)

2.3.1 (2022-02-01)

Bug Fixes

  • drop min node version to 14 for node-sass (aa4508d)

2.3.0 (2022-02-01)

Features

  • bump min node version to 16 (9172250)

2.2.0 (2022-02-01)

Features

  • bump min node version to 14 (526d3ed)

Bug Fixes

  • [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received an instance of URL (1384839)

2.1.5 (2021-09-22)

Bug Fixes

  • add preprocess to published files array (#84) (4a10e92)
  • allow installation on Node 12 (7093aee)

2.1.4 (2021-09-21)

Bug Fixes

2.1.3 (2021-09-19)

Bug Fixes

  • invalid transformer export (#75) (4729f0b)
  • surface frame on failed Svelte compilation (a747d96)

2.1.2 (2021-09-12)

Bug Fixes

  • add back process method for CJS support (#71) (6ee7c5c)

2.1.1 (2021-08-31)

Bug Fixes

  • file paths in package.json pointing to src instead of dist (#69) (b6f2cbb)

2.1.0 (2021-08-27)

Features

  • build CJS and ESM versions of the library (#68) (d93f2dc)

2.0.1 (2021-08-05)

Bug Fixes

2.0.0 (2021-08-04)

⚠ BREAKING CHANGES

  • async transformers are only supported in Jest >=27.

Features

  • avoid creating new node processes by leveraging processAsync (#57) (92760dd)

1.8.2 (2021-08-04)

Bug Fixes

  • actually revert async changes -_- (64c3d4d)

1.8.1 (2021-08-04)

Bug Fixes

  • revert "Avoid creating new node processes by leveraging processAsync (#57)" (#58) (3a3e500)

1.8.0 (2021-08-04)

Features

  • avoid creating new node processes by leveraging processAsync (#57) (d5be238)
  • provide option to show console.logs from preprocessors (#53) (173620a)

1.7.0 (2021-06-01)

Features

1.6.0 (2021-05-25)

Features

1.5.0 (2021-04-22)

Features

  • all process env variables are passed down to child transform process (#40) (beecf48)

1.4.0 (2021-04-12)

Features

1.3.2 (2021-03-24)

Bug Fixes

  • use RawSourceMap for sourcemap (b056107)

1.3.1 (2021-03-19)

Bug Fixes

1.3.0 (2020-12-10)

Features

  • allow user to specify svelte.config path (540e986)

1.2.0 (2020-12-09)

Features

  • adds maxBuffer option that sets buffer limit for preprocess (bd80185), closes #20

1.1.5 (2020-09-02)

Bug Fixes

  • svelte.config.js should not be required unless preprocessing (6b3e567)

1.1.4 (2020-09-02)

Bug Fixes

  • use double quotes for windows (e45313d)

1.1.3 (2020-08-31)

Bug Fixes

  • error when path to preprocessor contains some characters like '&' (00e61d8)

1.1.2 (2020-08-16)

1.1.1 (2020-08-15)

Bug Fixes

  • add svelteconfig.js to files pattern (a0f57b3)

1.1.0 (2020-08-15)

Features

1.0.6 (2020-05-18)

Bug Fixes

  • raise unhandled rejection on child process as uncaught exception (ae64409), closes #5

1.0.5 (2020-03-05)

1.0.4 (2020-02-14)

Bug Fixes

  • replace sync-rpc due to leaving open handles in jest@25 (9024ca9)

1.0.3 (2019-12-05)

Bug Fixes

  • cosmiconfig was loading config from pkg if svelte key was defined (8783131)

1.0.2 (2019-12-05)

1.0.1 (2019-12-05)