@thi.ng/paths
Advanced tools
Comparing version 5.1.21 to 5.1.22
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -41,5 +41,5 @@ | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f)) | ||
- add .js suffix for all relative imports | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
@@ -65,2 +65,5 @@ # [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@5.0.0) (2021-10-12) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a)) | ||
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e)) | ||
@@ -72,5 +75,2 @@ - largely related to recent updates/restructuring of these packages: | ||
- logger | ||
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a)) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
@@ -121,13 +121,4 @@ ## [4.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@4.2.0) (2021-02-20) | ||
- update path value inference ([ab4440e](https://github.com/thi-ng/umbrella/commit/ab4440e)) | ||
- use OptPathVal for return type of read ops | ||
- use PathVal for value arg in update ops | ||
- BREAKING CHANGE: update generics for `UpdateFn` | ||
- UpdateFn now takes input & output type generics | ||
#### 🚀 Features | ||
- add/update unsafe type infer, update doc strings ([5cc5b46](https://github.com/thi-ng/umbrella/commit/5cc5b46)) | ||
- major API update ([b51efc6](https://github.com/thi-ng/umbrella/commit/b51efc6)) | ||
BREAKING CHANGES: Major API updates, new semantics, renamed operators | ||
- BREAKING CHANGES: Major API updates, new semantics, renamed operators | ||
- major simplification func sigs (using new `Path1-8` types) | ||
@@ -143,5 +134,14 @@ - add/rename `getter()` => `defGetter()`/`defGetterUnsafe()` | ||
- update tests | ||
- update path value inference ([ab4440e](https://github.com/thi-ng/umbrella/commit/ab4440e)) | ||
- use OptPathVal for return type of read ops | ||
- use PathVal for value arg in update ops | ||
- BREAKING CHANGE: update generics for `UpdateFn` | ||
- UpdateFn now takes input & output type generics | ||
#### 🚀 Features | ||
- update typed path sigs ([0b6c155](https://github.com/thi-ng/umbrella/commit/0b6c155)) | ||
- add readonly modifier to allow const path tuples in accessors | ||
e.g. `<const>["a", "b"]` | ||
- add/update unsafe type infer, update doc strings ([5cc5b46](https://github.com/thi-ng/umbrella/commit/5cc5b46)) | ||
@@ -148,0 +148,0 @@ ### [3.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@3.0.2) (2020-02-25) |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "5.1.21", | ||
"version": "5.1.22", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -37,12 +37,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/checks": "^3.3.2", | ||
"@thi.ng/errors": "^2.2.3" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/checks": "^3.3.3", | ||
"@thi.ng/errors": "^2.2.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -75,4 +75,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -128,3 +128,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
@@ -113,3 +113,2 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
|:--------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------| | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) | | ||
| | Using hdom in an Elm-like manner | [Demo](https://demo.thi.ng/umbrella/hdom-elm/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-elm) | | ||
@@ -116,0 +115,0 @@ | | UI component w/ local state stored in hdom context | [Demo](https://demo.thi.ng/umbrella/hdom-localstate/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-localstate) | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82509
387
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/checks@^3.3.3
Updated@thi.ng/errors@^2.2.4