2.1.2 (2024-09-26)
2.1.1 (2024-08-23)
- add missing .yaml extension for loader manager (0e56ab4)
- deps: bump jiti from 1.21.0 to 1.21.6 (#544) (7f24ea9)
- deps: bump yaml from 2.4.1 to 2.4.5 (#543) (790c080)
- deps: bump yaml from 2.4.5 to 2.5.0 (#580) (cd29c41)
2.1.0 (2024-04-02)
- deps: bump destr from 2.0.2 to 2.0.3 (#475) (4955630)
- deps: bump yaml from 2.3.4 to 2.4.1 (#473) (7d450ec)
2.0.2 (2024-01-18)
- nested default exports with using dynamic import (9cf3e36)
2.0.1 (2024-01-18)
- use require for async loading in jest environment (878ab64)
2.0.0 (2024-01-18)
- get module export api changed
1.3.0 (2024-01-09)
1.2.3 (2023-11-25)
- bump (dev-) dependencies (d26237d)
- deps: bump destr from 2.0.0 to 2.0.1 (#372) (eaa078d)
- deps: bump destr from 2.0.0 to 2.0.1 (#372) (ac38c56)
- deps: bump glob from 10.3.3 to 10.3.4 (#373) (7631de4)
- deps: bump glob from 10.3.3 to 10.3.4 (#373) (df9181b)
1.2.2 (2023-09-02)
- deps: bump ebec from 1.1.0 to 1.1.1 (#368) (63bb048)
- deps: bump jiti from 1.19.1 to 1.19.3 (#367) (eda17d0)
1.2.1 (2023-07-24)
- deps: bump glob to v10.x (af38163)
1.2.0 (2023-07-20)
- optimize remove file name extension (fb6edfb)
1.1.3 (2023-07-18)
- deps: bump destr to v2.0 (99e5c31)
- deps: bump ebec from 1.0.0 to 1.1.0 (#299) (dc41409)
- deps: bump jiti from 1.18.2 to 1.19.1 (#326) (dfa7473)
1.1.2 (2023-05-29)
- append file extension for esm unsupported url scheme error (fa308b8)
1.1.1 (2023-05-29)
- don't use fallback for module loading on syntax/reference-error (a6c9009)
1.1.0 (2023-03-27)
- add built-in conf loader (cc50423)
1.0.11 (2023-03-26)
- deps: bump ebec from 0.2.1 to 1.0.0 (#231) (fa5c0f3)
- deps: bump glob from 9.3.0 to 9.3.2 (#235) (6b563f8)
1.0.10 (2023-03-17)
- deps: bump glob from 9.2.1 to 9.3.0 (#225) (2697879)
- deps: bump jiti from 1.17.2 to 1.18.2 (#227) (232e3fd)
1.0.9 (2023-03-10)
1.0.8 (2023-03-10)
1.0.7 (2023-03-05)
1.0.6 (2023-02-28)
- deps: bump glob to v9 + simplified commitlint config (1cf0baa)
1.0.5 (2023-02-17)
- don't use esm resolver (9a6c627)
1.0.4 (2023-02-17)
1.0.3 (2023-02-14)
- append file extension for loading by file-info (122e3f9)
1.0.2 (2023-02-14)
1.0.1 (2023-02-07)
- change return type of load and loadSync (1613372)
1.0.0 (2023-02-07)
- refactored code base and public api (a864805)
- public api changed
0.8.2 (2023-01-31)
- compatibility issues with ts-node (da3db7f)
0.8.1 (2023-01-31)
- fallback to require for jest env, due segmentation fault (c514882)
0.8.0 (2023-01-30)
- enable just in time compilation/transpiling for esm & ts files (732bb4b)
0.7.1 (2023-01-17)
- deps: bump glob from 8.0.3 to 8.1.0 (403b309)
0.7.0 (2023-01-14)
- stricter file loader + enhanced cjs/esm build (85b7e70)
0.6.2 (2023-01-07)
- deps: bump json5 from 1.0.1 to 1.0.2 (118696d)
0.6.1 (2022-12-19)
- transpile dynamic imports for cjs to require (5a62235)
0.6.0 (2022-12-01)
- accept multiple inputs for loading json (7a81c7a)
- better error handling for script loading (8f18261)
0.5.3 (2022-11-30)
- guarantee that option is not already set on load error (b1736dd)
0.5.2 (2022-11-29)
- sync script loading with fallback for appending extension (b988e0f)
0.5.1 (2022-11-29)
- enhance async script loader (f6091fa)
0.5.0 (2022-11-29)
- enhance loader api + fix esm build (253ea59)
0.4.0 (2022-11-28)
- added esm modules support (e201769)
0.3.2 (2022-10-11)
- export utils directory (8dde358)
0.3.1 (2022-10-03)
- add missing util function export (7ee7de0)
0.3.0 (2022-10-03)
- add file-name extension helper (ce1095f)