Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.54 KB

File metadata and controls

45 lines (34 loc) · 1.54 KB

1.3.3 / 2026-04-02

  • Update lodash dependency.

1.3.2 / 2026-03-26

  • Simple dev and peer dependency updates.

1.3.1 / 2026-02-15

  • Replace tsx slop nightmare, with trustworthy ts-node.

1.3.0 / 2026-02-15

  • More capable config merging + export of merge utility function (mergeViaDirectives).
  • Upgraded tsc target to es2019 (but dist is still fully es2017 compatible).
  • Upgrade dependencies, which flushed out duplicate (incorrect) test suite name.

1.2.0 / 2026-02-14

  • ESM fixes:
    • Added .js extensions to all relative imports (using tsc-esm-fix)
    • Use lodash-es for ESM builds
    • json5 imports now ESM compatible
    • peer dependency loading (yaml, dotenv, properties-reader) to by using dynamic imports
  • Use tsx for tests
  • Added package.json exports for browser entry point (browser-index.ts) that excludes Node.js functions.

1.1.1 / 2025-11-18

  • Updated devDependencies (dependabot alerts about build toolchain).

1.1.1 / 2024-09-11

1.1.0 / 2024-08-03

  • When merging config, allow for lodash merge of arrays (overriding the default union behavior introduced in v1.0.3).
  • Update patch level dependencies

1.0.3 / 2024-05-30

  • When merging config, union arrays (instead of right replacing left).

1.0.2 / 2024-05-27 (No functional changes)

  • Improve index.ts

1.0.1 / 2024-05-27 (No functional changes)

  • Expose some constants.
  • Documentation typos.

1.0.0 / 2024-05-20

  • Initial release