All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2024-06-14)
5.1.0 (2024-06-14)
- add $state rune to globals (586a6d8)
- add coverage (e6679d0)
- add e2e test for svelte 4 (80941b6)
- add jest-dom (5f1d5f5)
- add RELEASE documentation (c69d0e9)
- add svelte4 test project (d9f4f2c)
- add test case (109a0b4)
- add test dependencies (08f2821)
- add test dependencies, setup and scripts (71076e5)
- enable import (f9a947d)
- lock version to 3 (c9839cd)
- rename svelte test folder to svelte-3 (25709ca)
- replace cross-env with pnpm shell emulation (25afa84)
- run e2e tests during validation (9a1cb23)
- set version to 5.0.0 (44d54c0)
- svelte5: add support for Svelte 5 modules (ed57c66)
- test only supported engines (3f77257)
- add npmrc with shell emulation for all e2e folders (fc3f525)
- add option no-cache (1248b36)
- bring back cross-env (759d4cb)
- enable tests (8356e0f)
- fix merge lockfile (17caa9a)
- formatting (d28dfb8)
- let tests complete on node 16 - 22 (a9b21e1)
- pass linter (2f89077)
- pnpm handles argument passing (0b2dd99)
- reduce visibility of const (250441a)
- remove missing vite logo (b7a54cb)
- remove obsolete step (01c82c7)
- remove unused npmrc (cea907d)
- rewrite url as suggested by npm (ec050b6)
- use different matcher to pass linter (df6d2a3)
3.0.0 (2023-07-24)
- add jest globals to standard (be8c23d)
- allow svelteVersion to be injected for tests (5b12cc0)
- disallow calling ESM mode from processSync (d6a381e)
- document option svelteVersion (210591a)
- extract functions into utils (ea8b0c3)
- remove * import for treeshaking (d079756)
- remove globals (15c5f5c)
- remove restriction on Svelte3 (3051249)
- run dependabot only on root package.json (6abfb88)
- split release script into pre phase (96edf43)
- split test call to not use NODE_OPTIONS for CJS (7493725)
- upgrade e2e packages (1372d0f)
- upgrade e2e packages (5d4d08c)
- upgrade svelte to v4 (227785e)
- add jest globals (a047c45)
- add missing jest import (c88841d)
- add missing jest-environment (66bad7b)
- add missing words to comment (801162e)
- enable validation for standardjs (a028920)
- migrate deprecated tsconfig object (875f27f)
- remove duplicate line (5cf2ca6)
- rename constant (9243034)
- revert change from last PR breaking windows (a4f1341)
- use real svelte version as default (847933e)
- use same relative path (6004a96)
2.3.2 (2022-02-16)
2.3.1 (2022-02-01)
- drop min node version to
14
fornode-sass
(aa4508d)
2.3.0 (2022-02-01)
- bump min node version to
16
(9172250)
2.2.0 (2022-02-01)
- bump min node version to
14
(526d3ed)
- [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received an instance of URL (1384839)
2.1.5 (2021-09-22)
2.1.4 (2021-09-21)
2.1.3 (2021-09-19)
2.1.2 (2021-09-12)
2.1.1 (2021-08-31)
2.1.0 (2021-08-27)
2.0.1 (2021-08-05)
2.0.0 (2021-08-04)
- async transformers are only supported in Jest
>=27
.
1.8.2 (2021-08-04)
- actually revert async changes -_- (64c3d4d)
1.8.1 (2021-08-04)
1.8.0 (2021-08-04)
- 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)
1.6.0 (2021-05-25)
1.5.0 (2021-04-22)
1.4.0 (2021-04-12)
1.3.2 (2021-03-24)
- use RawSourceMap for sourcemap (b056107)
1.3.1 (2021-03-19)
1.3.0 (2020-12-10)
- allow user to specify
svelte.config
path (540e986)
1.2.0 (2020-12-09)
1.1.5 (2020-09-02)
- svelte.config.js should not be required unless preprocessing (6b3e567)
1.1.4 (2020-09-02)
- use double quotes for windows (e45313d)
1.1.3 (2020-08-31)
- error when path to preprocessor contains some characters like '&' (00e61d8)
1.1.2 (2020-08-16)
1.1.1 (2020-08-15)
- add svelteconfig.js to files pattern (a0f57b3)
1.1.0 (2020-08-15)
- rootMode option (531e7d7)
1.0.6 (2020-05-18)
1.0.5 (2020-03-05)
1.0.4 (2020-02-14)
- replace sync-rpc due to leaving open handles in jest@25 (9024ca9)
1.0.3 (2019-12-05)
- cosmiconfig was loading config from pkg if svelte key was defined (8783131)