All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.4 (2021-10-25)
Note: Version bump only for package @thi.ng/paths
5.0.3 (2021-10-15)
Note: Version bump only for package @thi.ng/paths
5.0.2 (2021-10-15)
Note: Version bump only for package @thi.ng/paths
5.0.1 (2021-10-13)
Note: Version bump only for package @thi.ng/paths
5.0.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
node --experimental-specifier-resolution=node --experimental-repl-await
- in the node REPL use
await import(...)
instead ofrequire()
- UMD obsolete due to widespread browser support for ESM
Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
4.2.0 (2021-02-20)
- paths: use updated/more safe isProtoPath() (456fac1)
4.1.0 (2020-07-08)
- paths: add isProtoPath/disallowProtoPath() helpers (2e6a80f)
4.0.7 (2020-05-16)
- paths: arg type for 2-arity getIn() (56d5cd0)
4.0.0 (2020-03-28)
- paths: update path value inference (ab4440e)
- paths: add/update unsafe type infer, update doc strings (5cc5b46)
- paths: major API update (b51efc6)
- paths: update typed path sigs (0b6c155)
- paths: update generics for
UpdateFn
- UpdateFn now takes input & output type generics
3.0.0 (2019-11-30)
- paths: update fn signatures (remove obsolete) (47dd001)
- paths: re-use
Path
from @thi.ng/api, remove local def
2.1.0 (2019-07-07)
- paths: enable TS strict compiler flags (refactor) (55e93ee)
2.0.7 (2019-03-28)
- paths: fix getIn for empty leaves, add tests (49952fd)
2.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
1.6.0 (2018-09-01)
- paths: add exists() path checker & tests (f018353)
1.5.0 (2018-07-11)
- paths: add updater(), refactor updateIn(), update readme (ad4caad)
1.4.0 (2018-07-04)
- paths: update setter() to support arrays, optimize (~2.5x faster) (3d9d620)
1.3.0 (2018-04-17)
1.2.0 (2018-04-16)
- paths: add mutator() & mutIn() (4c1bd85)
1.1.1 (2018-03-18)
- paths: fix setter fast paths (eaeccf4)
- paths: fix setIn fast paths for path length 3/4 (92f0e27)
- paths: add/extract @thi.ng/paths from @thi.ng/atom (f9f6eb1)