Releases: tada5hi/locter
Releases · tada5hi/locter
v1.0.0
1.0.0 (2023-02-07)
Features
- refactored code base and public api (a864805)
BREAKING CHANGES
v0.8.2
0.8.2 (2023-01-31)
Bug Fixes
- compatibility issues with ts-node (da3db7f)
v0.8.1
0.8.1 (2023-01-31)
Bug Fixes
- fallback to require for jest env, due segmentation fault (c514882)
v0.8.0
0.8.0 (2023-01-30)
Bug Fixes
- added missing loader exports (7bcc6fb)
- deps: bump dependencies (cf93b11)
Features
- enable just in time compilation/transpiling for esm & ts files (732bb4b)
v0.7.1
0.7.1 (2023-01-17)
Bug Fixes
- deps: bump glob from 8.0.3 to 8.1.0 (403b309)
v0.7.0
0.7.0 (2023-01-14)
Features
- stricter file loader + enhanced cjs/esm build (85b7e70)
v0.6.2
0.6.2 (2023-01-07)
Bug Fixes
- deps: bump json5 from 1.0.1 to 1.0.2 (118696d)
v0.6.1
0.6.1 (2022-12-19)
Bug Fixes
- transpile dynamic imports for cjs to require (5a62235)
v0.6.0
0.6.0 (2022-12-01)
Features
- accept multiple inputs for loading json (7a81c7a)
- better error handling for script loading (8f18261)
v0.5.3
0.5.3 (2022-11-30)
Bug Fixes
- guarantee that option is not already set on load error (b1736dd)