- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
7.1.75 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
7.1.41 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
7.1.0 (2022-07-12)
- add
onlyFnRefs
option (a23fc98)
7.0.0 (2022-07-07)
- add ResolveOpts, conditional unwrapping (a23308b)
- BREAKING CHANGE: update resolve() signature, use new
ResolveOpts
- this change has only downstream impact on use cases requiring custom prefixes to indicate lookup paths
- add new option to control value unwrapping in final result
- update docs/readme
- add new tests
6.2.0 (2022-07-07)
- unwrap all resolved() values in result (888fa33)
- add unwrapResolved() to unwrap any values wrapped via
resolved()
- update resolveMap/Array()
- update doc strings
- update tests
- add unwrapResolved() to unwrap any values wrapped via
6.1.0 (2022-05-23)
- add support for protected values (6280510)
- add
Resolved
wrapper & factory fn for protecting values from future/duplicate resolution attempts - add tests
- update docs/readme
- add
6.0.0 (2022-05-02)
- add
Unresolved
type & type checking (a997fd2) - BREAKING CHANGE: add type checking to
resolve()
. This MIGHT require additional type generics (of the result object type) to be added to any call sites. See tests for examples.
5.1.5 (2022-04-07)
- replace deprecated .substr() w/ .substring() (0710509)