Skip to content

Releases: tada5hi/locter

v1.0.0

07 Feb 10:17
Compare
Choose a tag to compare

1.0.0 (2023-02-07)

Features

  • refactored code base and public api (a864805)

BREAKING CHANGES

  • public api changed

v0.8.2

31 Jan 16:47
Compare
Choose a tag to compare

0.8.2 (2023-01-31)

Bug Fixes

  • compatibility issues with ts-node (da3db7f)

v0.8.1

31 Jan 11:03
Compare
Choose a tag to compare

0.8.1 (2023-01-31)

Bug Fixes

  • fallback to require for jest env, due segmentation fault (c514882)

v0.8.0

30 Jan 14:10
Compare
Choose a tag to compare

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

17 Jan 11:49
Compare
Choose a tag to compare

0.7.1 (2023-01-17)

Bug Fixes

  • deps: bump glob from 8.0.3 to 8.1.0 (403b309)

v0.7.0

14 Jan 12:54
Compare
Choose a tag to compare

0.7.0 (2023-01-14)

Features

  • stricter file loader + enhanced cjs/esm build (85b7e70)

v0.6.2

07 Jan 12:44
Compare
Choose a tag to compare

0.6.2 (2023-01-07)

Bug Fixes

  • deps: bump json5 from 1.0.1 to 1.0.2 (118696d)

v0.6.1

19 Dec 11:06
Compare
Choose a tag to compare

0.6.1 (2022-12-19)

Bug Fixes

  • transpile dynamic imports for cjs to require (5a62235)

v0.6.0

01 Dec 08:45
Compare
Choose a tag to compare

0.6.0 (2022-12-01)

Features

  • accept multiple inputs for loading json (7a81c7a)
  • better error handling for script loading (8f18261)

v0.5.3

30 Nov 08:41
Compare
Choose a tag to compare

0.5.3 (2022-11-30)

Bug Fixes

  • guarantee that option is not already set on load error (b1736dd)