@ezez/utils 4.8.0 → 4.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/.claude/settings.local.json +7 -0
  2. package/CHANGELOG.md +4 -0
  3. package/CLAUDE.md +137 -0
  4. package/dist/serializeToBuffer/unserializeFromBuffer.d.ts.map +1 -1
  5. package/dist/serializeToBuffer/unserializeFromBuffer.js +1 -3
  6. package/dist/serializeToBuffer/unserializeFromBuffer.js.map +1 -1
  7. package/docs/documents/Changelog.html +26 -23
  8. package/docs/functions/index.assertProps.html +2 -2
  9. package/docs/functions/index.cap.html +2 -2
  10. package/docs/functions/index.capitalize.html +2 -2
  11. package/docs/functions/index.coalesce.html +2 -2
  12. package/docs/functions/index.compareArrays.html +2 -2
  13. package/docs/functions/index.compareProps.html +2 -2
  14. package/docs/functions/index.deserialize.html +2 -2
  15. package/docs/functions/index.ensureArray.html +2 -2
  16. package/docs/functions/index.ensureDate.html +2 -2
  17. package/docs/functions/index.ensureError.html +2 -2
  18. package/docs/functions/index.ensurePrefix.html +2 -2
  19. package/docs/functions/index.ensureSuffix.html +2 -2
  20. package/docs/functions/index.ensureTimestamp.html +2 -2
  21. package/docs/functions/index.escapeRegExp.html +2 -2
  22. package/docs/functions/index.formatDate.html +2 -2
  23. package/docs/functions/index.formatHash.html +2 -2
  24. package/docs/functions/index.get.html +2 -2
  25. package/docs/functions/index.getMultiple.html +2 -2
  26. package/docs/functions/index.hasProps.html +2 -2
  27. package/docs/functions/index.ignore.html +2 -2
  28. package/docs/functions/index.insertSeparator.html +2 -2
  29. package/docs/functions/index.isEmpty.html +2 -2
  30. package/docs/functions/index.isNumericString.html +2 -2
  31. package/docs/functions/index.isPlainObject.html +2 -2
  32. package/docs/functions/index.last.html +2 -2
  33. package/docs/functions/index.later-1.html +2 -2
  34. package/docs/functions/index.mapAsync.html +2 -2
  35. package/docs/functions/index.mapValues.html +2 -2
  36. package/docs/functions/index.match.html +2 -2
  37. package/docs/functions/index.memoize.html +2 -2
  38. package/docs/functions/index.merge.html +2 -2
  39. package/docs/functions/index.mostFrequent.html +2 -2
  40. package/docs/functions/index.noop.html +2 -2
  41. package/docs/functions/index.occurrences.html +2 -2
  42. package/docs/functions/index.omit.html +2 -2
  43. package/docs/functions/index.pick.html +2 -2
  44. package/docs/functions/index.pull.html +2 -2
  45. package/docs/functions/index.race.html +2 -2
  46. package/docs/functions/index.remove.html +2 -2
  47. package/docs/functions/index.removeCommonProperties.html +2 -2
  48. package/docs/functions/index.replace.html +2 -2
  49. package/docs/functions/index.replaceDeep.html +2 -2
  50. package/docs/functions/index.rethrow.html +2 -2
  51. package/docs/functions/index.retry.html +2 -2
  52. package/docs/functions/index.round.html +2 -2
  53. package/docs/functions/index.safe.html +2 -2
  54. package/docs/functions/index.sample.html +2 -2
  55. package/docs/functions/index.samples.html +2 -2
  56. package/docs/functions/index.scale.html +2 -2
  57. package/docs/functions/index.seq.html +2 -2
  58. package/docs/functions/index.seqEarlyBreak.html +2 -2
  59. package/docs/functions/index.serialize.html +2 -2
  60. package/docs/functions/index.serializeToBuffer.html +2 -2
  61. package/docs/functions/index.set.html +2 -2
  62. package/docs/functions/index.setImmutable.html +2 -2
  63. package/docs/functions/index.shuffle.html +2 -2
  64. package/docs/functions/index.sortBy.html +2 -2
  65. package/docs/functions/index.sortByMultiple.html +2 -2
  66. package/docs/functions/index.sortProps.html +2 -2
  67. package/docs/functions/index.stripPrefix.html +2 -2
  68. package/docs/functions/index.stripSuffix.html +2 -2
  69. package/docs/functions/index.throttle.html +2 -2
  70. package/docs/functions/index.toggle.html +2 -2
  71. package/docs/functions/index.trim.html +2 -2
  72. package/docs/functions/index.trimEnd.html +2 -2
  73. package/docs/functions/index.trimStart.html +2 -2
  74. package/docs/functions/index.truthy.html +2 -2
  75. package/docs/functions/index.unique.html +2 -2
  76. package/docs/functions/index.unserializeFromBuffer.html +2 -2
  77. package/docs/functions/index.wait.html +2 -2
  78. package/docs/functions/index.waitFor.html +2 -2
  79. package/docs/functions/index.waitSync.html +2 -2
  80. package/docs/index.html +2 -2
  81. package/docs/interfaces/index.ComparePropsOptions.html +3 -3
  82. package/docs/interfaces/index.GetMultipleSource.html +2 -2
  83. package/docs/interfaces/index.GetSource.html +2 -2
  84. package/docs/interfaces/index.IsNumericStringOptions.html +2 -2
  85. package/docs/interfaces/index.OccurencesOptions.html +2 -2
  86. package/docs/interfaces/index.SetImmutableSource.html +2 -2
  87. package/docs/interfaces/index.SetSource.html +2 -2
  88. package/docs/interfaces/index.ThrottleOptions.html +3 -3
  89. package/docs/interfaces/index.ThrottledFunctionExtras.html +3 -3
  90. package/docs/modules/index.html +1 -1
  91. package/docs/modules.html +1 -1
  92. package/docs/types/index.CustomDeserializers.html +1 -1
  93. package/docs/types/index.CustomSerializers.html +1 -1
  94. package/docs/types/index.Later.html +2 -2
  95. package/docs/types/index.MapValuesFn.html +2 -2
  96. package/docs/types/index.MatchCallback.html +1 -1
  97. package/docs/types/index.MergeTwo.html +2 -2
  98. package/docs/types/index.SeqEarlyBreaker.html +2 -2
  99. package/docs/types/index.SeqFn.html +2 -2
  100. package/docs/types/index.SeqFunctions.html +2 -2
  101. package/docs/types/index.SetImmutablePath.html +2 -2
  102. package/docs/types/index.ThrottledFunction.html +1 -1
  103. package/docs/variables/index.mapValuesUNSET.html +2 -2
  104. package/docs/variables/index.mergeUNSET.html +2 -2
  105. package/esm/serializeToBuffer/unserializeFromBuffer.d.ts.map +1 -1
  106. package/esm/serializeToBuffer/unserializeFromBuffer.js +1 -3
  107. package/esm/serializeToBuffer/unserializeFromBuffer.js.map +1 -1
  108. package/package.json +4 -8
  109. package/src/serializeToBuffer/unserializeFromBuffer.spec.ts +10 -0
  110. package/src/serializeToBuffer/unserializeFromBuffer.ts +1 -4
@@ -0,0 +1,7 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(pnpm test:*)"
5
+ ]
6
+ }
7
+ }
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
  ## [UNRELEASED]
7
7
  - (nothing yet)
8
8
 
9
+ ## [4.8.1] - 2026-01-28
10
+ ### Fixed
11
+ - removed unserializeFromBuffer artificial limit of returned items
12
+
9
13
  ## [4.8.0] - 2026-01-22
10
14
  ### Added
11
15
  - `formatHash` method
package/CLAUDE.md ADDED
@@ -0,0 +1,137 @@
1
+ # CLAUDE.md
2
+
3
+ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+ ## Project Overview
6
+
7
+ `@ezez/utils` is a lightweight utility library designed as a fast, minimal alternative to Lodash. The library focuses on covering typical use cases while maintaining small bundle sizes and avoiding over-engineering. Each utility function is implemented in a single file with co-located tests following the pattern `functionName.ts` and `functionName.spec.ts`.
8
+
9
+ ## Development Commands
10
+
11
+ ### Testing
12
+ - `pnpm test` - Run all tests with Jest
13
+ - `pnpm test -- <filename>` - Run a single test file (e.g., `pnpm test -- pick.spec.ts`)
14
+ - `NODE_ENV=test jest <filepath>` - Run specific test file directly
15
+
16
+ ### Building
17
+ - `pnpm run compile` - Build both ESM and CJS outputs (runs both compile:esm and compile:cjs)
18
+ - `pnpm run compile:esm` - Build ES modules to `esm/` directory
19
+ - `pnpm run compile:cjs` - Build CommonJS modules to `dist/` directory
20
+ - `pnpm run typecheck` - Run TypeScript type checking without emitting files
21
+
22
+ ### Code Quality
23
+ - `pnpm run lint` - Lint source code with ezlint
24
+ - `pnpm run lint:fix` - Auto-fix linting issues
25
+
26
+ ### Documentation
27
+ - `pnpm run docs` - Generate TypeDoc documentation to `docs/` directory
28
+
29
+ ### Pre-publish
30
+ - `pnpm run prepublishOnly` - Runs lint, test, and docs (automatically runs before publishing)
31
+
32
+ ## Architecture
33
+
34
+ ### Dual Build System
35
+
36
+ The library supports both ESM and CommonJS through a dual compilation strategy:
37
+
38
+ 1. **ESM build** (`esm/`): Uses `tsconfig.esm.json`, compiles to ES2015 modules with target ES2022
39
+ 2. **CJS build** (`dist/`): Uses `tsconfig.cjs.json`, compiles to CommonJS modules
40
+ 3. **Post-processing**: Both builds use `resolve-tspaths` to resolve TypeScript path aliases
41
+ 4. **CJS package.json injection**: The CJS build adds a `package.json` with `{"type": "commonjs"}` to the `dist/` directory to ensure proper module resolution
42
+
43
+ The package.json exports field correctly maps:
44
+ - CommonJS: `./dist/index.js`
45
+ - ESM: `./esm/index.js`
46
+ - Types: `./esm/index.d.ts`
47
+
48
+ ### Code Organization
49
+
50
+ - **Flat structure**: All utility functions live directly in `src/` (except `serializeToBuffer` which has a subdirectory)
51
+ - **Co-located tests**: Each function has its spec file in the same directory (e.g., `pick.ts` + `pick.spec.ts`)
52
+ - **Single export per file**: Each utility file exports one main function
53
+ - **Central index**: `src/index.ts` re-exports all utilities
54
+
55
+ ### TypeScript Configuration
56
+
57
+ The project uses strict TypeScript settings:
58
+ - `strict: true` with all strictness flags enabled
59
+ - `noUncheckedIndexedAccess: true` - ensures index access returns `T | undefined`
60
+ - `exactOptionalPropertyTypes: true` - distinguishes between `undefined` and missing properties
61
+ - `noImplicitReturns: true` - requires all code paths to return a value
62
+ - Target: ES2022 with ES2015 modules (for ESM)
63
+
64
+ ### Testing Setup
65
+
66
+ - **Jest** with Babel transformation
67
+ - Spec files excluded from TypeScript compilation (`tsconfig.json` excludes `src/**/*.spec.ts`)
68
+ - Bootstrap file: `test/bootstrap.cjs`
69
+ - Babel config: `test/babel.config.cjs`
70
+ - Module mapping handles `.js` extensions for ESM compatibility
71
+
72
+ ## Coding Patterns
73
+
74
+ ### Function Structure
75
+
76
+ Each utility follows this pattern:
77
+ 1. JSDoc comment with description, parameters, examples, and return value
78
+ 2. Type-safe function signature with generics where appropriate
79
+ 3. Input validation and early returns for edge cases
80
+ 4. Implementation focusing on the typical use case
81
+ 5. Named export (not default)
82
+
83
+ Example from `pick.ts`:
84
+ ```typescript
85
+ /**
86
+ * Returns a new object with given properties copied from a source object.
87
+ *
88
+ * @param {Object} object - source object
89
+ * @param {Array.<string>} props - properties to copy
90
+ * @example
91
+ * pick({ name: "Jack", age: 69 }, ["age", "title"]);
92
+ * // { age: 69 }
93
+ * @returns {Object} - new object with given properties
94
+ */
95
+ const pick = <T extends object, K extends keyof T>(
96
+ object: T | null, props: K[],
97
+ ): ReturnType => {
98
+ // validation
99
+ // implementation
100
+ };
101
+
102
+ export { pick };
103
+ ```
104
+
105
+ ### TypeScript Patterns
106
+
107
+ - Use `@ts-expect-error` for known type system limitations with explanatory comments
108
+ - Prefer explicit return types on all functions (per 4.6.0 changelog goal)
109
+ - Use generics for type-safe object manipulation
110
+ - Handle null/undefined inputs gracefully
111
+
112
+ ### Testing Patterns
113
+
114
+ - Use `must` assertion library (not Jest expect)
115
+ - Test typical use cases first
116
+ - Test edge cases (null, undefined, empty arrays/objects)
117
+ - Test TypeScript types where relevant
118
+
119
+ ## Adding New Utilities
120
+
121
+ When adding a new utility function:
122
+
123
+ 1. Create `functionName.ts` in `src/` with the implementation
124
+ 2. Create `functionName.spec.ts` in `src/` with comprehensive tests
125
+ 3. Add export to `src/index.ts` following alphabetical order
126
+ 4. Update README.md's "Supported methods" section
127
+ 5. Run `pnpm test` to verify tests pass
128
+ 6. Run `pnpm run compile` to ensure builds work
129
+ 7. Run `pnpm run docs` to update documentation
130
+
131
+ ## Important Notes
132
+
133
+ - **Philosophy**: Cover typical use cases, not every edge case. Keep implementations simple and focused.
134
+ - **Bundle size**: This is a primary concern. Avoid unnecessary dependencies and complexity.
135
+ - **Not a polyfill**: Don't add functions that already exist in modern JavaScript (like `map`, `forEach`, etc.)
136
+ - **Lodash compatibility**: Not required. Similar behavior is fine, but perfect compatibility is not a goal.
137
+ - **Deprecation strategy**: Old functions are deprecated (like `match` deprecated in favor of `hasProps`/`assertProps`) but not removed.
@@ -1 +1 @@
1
- {"version":3,"file":"unserializeFromBuffer.d.ts","sourceRoot":"","sources":["../../src/serializeToBuffer/unserializeFromBuffer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAQhD,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,MAAM,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,CAAC;AAWlG,QAAA,MAAM,qBAAqB,GAAI,EAAE,SAAS,GAAG,EAAE,GAAG,OAAO,EAAE,EACvD,sBAAsB,OAAO,MAAM,EAAE,iBAAiB,eAAe,EAAE,SAAS,MAAM,GAAG,UAAU,KACpG,EAkDF,CAAC;AAEF,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,IAAI,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"unserializeFromBuffer.d.ts","sourceRoot":"","sources":["../../src/serializeToBuffer/unserializeFromBuffer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMhD,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,MAAM,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,CAAC;AAWlG,QAAA,MAAM,qBAAqB,GAAI,EAAE,SAAS,GAAG,EAAE,GAAG,OAAO,EAAE,EACvD,sBAAsB,OAAO,MAAM,EAAE,iBAAiB,eAAe,EAAE,SAAS,MAAM,GAAG,UAAU,KACpG,EAiDF,CAAC;AAEF,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,IAAI,qBAAqB,EAAE,CAAC"}
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.deserializeFromBuffer = exports.unserializeFromBuffer = void 0;
4
4
  const deserialize_js_1 = require("../deserialize.js");
5
5
  const const_js_1 = require("./const.js");
6
- const MAX_DATA_PARTS = 4;
7
6
  const NOT_FOUND = -1;
8
7
  const LAST_CHAR = -1;
9
8
  const unserializeFromBuffer = (BufferImplementation, deserializeArgs, rawData) => {
@@ -13,8 +12,7 @@ const unserializeFromBuffer = (BufferImplementation, deserializeArgs, rawData) =
13
12
  }
14
13
  let startPoint = 0;
15
14
  const result = [];
16
- let i = 0;
17
- while (i++ < MAX_DATA_PARTS) {
15
+ while (startPoint < intData.length) {
18
16
  const dataSplitPoint = intData.indexOf(0, startPoint);
19
17
  if (dataSplitPoint === NOT_FOUND) {
20
18
  break;
@@ -1 +1 @@
1
- {"version":3,"file":"unserializeFromBuffer.js","sourceRoot":"","sources":["../../src/serializeToBuffer/unserializeFromBuffer.ts"],"names":[],"mappings":";;;AAAA,sDAAgD;AAChD,yCAAkF;AAElF,MAAM,cAAc,GAAG,CAAC,CAAC;AAEzB,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC;AACrB,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC;AAarB,MAAM,qBAAqB,GAAG,CAC1B,oBAAmC,EAAE,eAAgC,EAAE,OAA4B,EACjG,EAAE;IACJ,MAAM,OAAO,GAAe,OAAO,YAAY,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,OAAO,CAAC,CAAC;IAE9F,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACvB,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAC9C,CAAC;IAED,IAAI,UAAU,GAAG,CAAC,CAAC;IACnB,MAAM,MAAM,GAAG,EAAE,CAAC;IAElB,IAAI,CAAC,GAAG,CAAC,CAAC;IACV,OAAO,CAAC,EAAE,GAAG,cAAc,EAAE,CAAC;QAC1B,MAAM,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;QACtD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YAC/B,MAAM;QACV,CAAC;QAED,MAAM,WAAW,GAAG,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QAC1G,MAAM,UAAU,GAAG,WAAW,CAAC,KAAK,CAAC,SAAS,CAAiC,CAAC;QAChF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,0BAAe,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,KAAK,CAAC,wBAAwB,UAAU,EAAE,CAAC,CAAC;QAC1D,CAAC;QAED,MAAM,GAAG,GAAG,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,EAAE,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;QAEjE,MAAM,cAAc,GAAG,cAAc,GAAG,CAAC,CAAC;QAC1C,MAAM,YAAY,GAAG,cAAc,GAAG,GAAG,CAAC;QAC1C,MAAM,SAAS,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;QAE9D,IAAI,UAAU,KAAK,0BAAe,EAAE,CAAC;YACjC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3B,CAAC;aACI,IAAI,UAAU,KAAK,6BAAkB,EAAE,CAAC;YACzC,MAAM,UAAU,GAAG,oBAAoB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;YACzE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC5B,CAAC;aACI,CAAC;YACF,MAAM,UAAU,GAAG,oBAAoB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;YACzE,MAAM,QAAQ,GAAG,IAAA,4BAAW,EAAC,UAAU,EAAE,GAAG,eAAe,CAAC,CAAC;YAC7D,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1B,CAAC;QAED,UAAU,GAAG,YAAY,GAAG,CAAC,CAAC;IAClC,CAAC;IAED,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;IACvD,CAAC;IAED,OAAO,MAAY,CAAC;AACxB,CAAC,CAAC;AAEO,sDAAqB;AAA2B,sDAAqB"}
1
+ {"version":3,"file":"unserializeFromBuffer.js","sourceRoot":"","sources":["../../src/serializeToBuffer/unserializeFromBuffer.ts"],"names":[],"mappings":";;;AAAA,sDAAgD;AAChD,yCAAkF;AAElF,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC;AACrB,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC;AAarB,MAAM,qBAAqB,GAAG,CAC1B,oBAAmC,EAAE,eAAgC,EAAE,OAA4B,EACjG,EAAE;IACJ,MAAM,OAAO,GAAe,OAAO,YAAY,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,OAAO,CAAC,CAAC;IAE9F,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACvB,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAC9C,CAAC;IAED,IAAI,UAAU,GAAG,CAAC,CAAC;IACnB,MAAM,MAAM,GAAG,EAAE,CAAC;IAElB,OAAO,UAAU,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;QACjC,MAAM,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;QACtD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YAC/B,MAAM;QACV,CAAC;QAED,MAAM,WAAW,GAAG,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QAC1G,MAAM,UAAU,GAAG,WAAW,CAAC,KAAK,CAAC,SAAS,CAAiC,CAAC;QAChF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,0BAAe,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,KAAK,CAAC,wBAAwB,UAAU,EAAE,CAAC,CAAC;QAC1D,CAAC;QAED,MAAM,GAAG,GAAG,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,EAAE,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;QAEjE,MAAM,cAAc,GAAG,cAAc,GAAG,CAAC,CAAC;QAC1C,MAAM,YAAY,GAAG,cAAc,GAAG,GAAG,CAAC;QAC1C,MAAM,SAAS,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;QAE9D,IAAI,UAAU,KAAK,0BAAe,EAAE,CAAC;YACjC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3B,CAAC;aACI,IAAI,UAAU,KAAK,6BAAkB,EAAE,CAAC;YACzC,MAAM,UAAU,GAAG,oBAAoB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;YACzE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC5B,CAAC;aACI,CAAC;YACF,MAAM,UAAU,GAAG,oBAAoB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;YACzE,MAAM,QAAQ,GAAG,IAAA,4BAAW,EAAC,UAAU,EAAE,GAAG,eAAe,CAAC,CAAC;YAC7D,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1B,CAAC;QAED,UAAU,GAAG,YAAY,GAAG,CAAC,CAAC;IAClC,CAAC;IAED,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;IACvD,CAAC;IAED,OAAO,MAAY,CAAC;AACxB,CAAC,CAAC;AAEO,sDAAqB;AAA2B,sDAAqB"}
@@ -1,16 +1,19 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v4.8.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.8.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="Changelog.html">Changelog</a></li></ul></div><div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v4.8.1</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.8.1</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="Changelog.html">Changelog</a></li></ul></div><div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
2
2
  <p>The format is based on <a href="https://ezez.dev/changelog/">EZEZ Changelog</a>
3
3
  and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
4
4
  <a id="unreleased" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[UNRELEASED]<a href="#unreleased" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><ul>
5
5
  <li>(nothing yet)</li>
6
6
  </ul>
7
+ <a id="481---2026-01-28" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.8.1] - 2026-01-28<a href="#481---2026-01-28" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
8
+ <li>removed unserializeFromBuffer artificial limit of returned items</li>
9
+ </ul>
7
10
  <a id="480---2026-01-22" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.8.0] - 2026-01-22<a href="#480---2026-01-22" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
8
11
  <li><code>formatHash</code> method</li>
9
12
  </ul>
10
- <a id="472---2025-10-16" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.7.2] - 2025-10-16<a href="#472---2025-10-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
13
+ <a id="472---2025-10-16" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.7.2] - 2025-10-16<a href="#472---2025-10-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-1" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
11
14
  <li>serializeToBuffer misbehaving on multi-byte characters</li>
12
15
  </ul>
13
- <a id="471---2025-10-16" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.7.1] - 2025-10-16<a href="#471---2025-10-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-1" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
16
+ <a id="471---2025-10-16" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.7.1] - 2025-10-16<a href="#471---2025-10-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-2" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
14
17
  <li>added missing exports of <code>hasProps</code> and <code>assertProps</code></li>
15
18
  </ul>
16
19
  <a id="470---2025-10-16" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.7.0] - 2025-10-16<a href="#470---2025-10-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-1" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -38,7 +41,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
38
41
  <li><code>unserializeFromBuffer</code> method (aliased as <code>deserializeFromBuffer</code>)</li>
39
42
  <li><code>unserialize</code> alias to <code>deserialize</code> method</li>
40
43
  </ul>
41
- <a id="fixed-2" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
44
+ <a id="fixed-3" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
42
45
  <li><code>serialize</code> JSDoc mentioned custom serializer limitation with values with <code>.toJSON</code> method that was fixed in 4.0.0</li>
43
46
  </ul>
44
47
  <a id="440---2025-03-23" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.4.0] - 2025-03-23<a href="#440---2025-03-23" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-4" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -53,7 +56,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
53
56
  <a id="420---2025-03-04" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.2.0] - 2025-03-04<a href="#420---2025-03-04" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-6" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
54
57
  <li><code>retry</code> method</li>
55
58
  </ul>
56
- <a id="410---2024-05-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.1.0] - 2024-05-31<a href="#410---2024-05-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-3" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
59
+ <a id="410---2024-05-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[4.1.0] - 2024-05-31<a href="#410---2024-05-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-4" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
57
60
  <li><code>sample</code> adds <code>undefined</code> to the result type unless the input is a tuple</li>
58
61
  <li><code>merge</code> return type was a basic intersection, which is not a correct way to represent merging</li>
59
62
  <li><code>waitFor</code> will reject but call the callback indefinitely if timeout is set without <code>maxRetries</code></li>
@@ -120,7 +123,7 @@ transpile this lib yourself</li>
120
123
  <a id="190---2023-07-07" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[1.9.0] - 2023-07-07<a href="#190---2023-07-07" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-12" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
121
124
  <li><code>removeCommonProperties</code> method</li>
122
125
  </ul>
123
- <a id="181---2023-06-24" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[1.8.1] - 2023-06-24<a href="#181---2023-06-24" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-4" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
126
+ <a id="181---2023-06-24" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[1.8.1] - 2023-06-24<a href="#181---2023-06-24" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-5" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
124
127
  <li><code>replace</code> method replacing everything with bunch of <code>undefined</code> when empty map is given</li>
125
128
  </ul>
126
129
  <a id="180---2023-06-03" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[1.8.0] - 2023-06-03<a href="#180---2023-06-03" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-13" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -198,14 +201,14 @@ transpile this lib yourself</li>
198
201
  <a id="changed-6" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Changed<a href="#changed-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
199
202
  <li><code>throttle</code> with multiple timeouts working more as intended with <code>opts.leading</code> = true</li>
200
203
  </ul>
201
- <a id="fixed-5" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
204
+ <a id="fixed-6" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
202
205
  <li>first timeout of <code>throttle</code> with multiple timeouts repeated two times</li>
203
206
  </ul>
204
- <a id="0232---2022-08-21" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.23.2] - 2022-08-21<a href="#0232---2022-08-21" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-6" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
207
+ <a id="0232---2022-08-21" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.23.2] - 2022-08-21<a href="#0232---2022-08-21" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-7" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
205
208
  <li><code>throttle</code> with trailing call not respecting multiple timeouts</li>
206
209
  <li><code>truthy</code> typings</li>
207
210
  </ul>
208
- <a id="0231---2022-07-17" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.23.1] - 2022-07-17<a href="#0231---2022-07-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-7" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
211
+ <a id="0231---2022-07-17" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.23.1] - 2022-07-17<a href="#0231---2022-07-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-8" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
209
212
  <li>missing <code>mostFrequent</code> export</li>
210
213
  </ul>
211
214
  <a id="0230---2022-07-17" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.23.0] - 2022-07-17<a href="#0230---2022-07-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-23" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-23" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -214,7 +217,7 @@ transpile this lib yourself</li>
214
217
  <a id="0220---2022-07-16" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.22.0] - 2022-07-16<a href="#0220---2022-07-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-24" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-24" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
215
218
  <li><code>capitalize</code> method</li>
216
219
  </ul>
217
- <a id="fixed-8" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
220
+ <a id="fixed-9" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
218
221
  <li><code>throttle</code> reset not resetting array of times</li>
219
222
  </ul>
220
223
  <a id="0210---2022-07-08" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.21.0] - 2022-07-08<a href="#0210---2022-07-08" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-25" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-25" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -223,7 +226,7 @@ transpile this lib yourself</li>
223
226
  <a id="0200---2022-07-03" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.20.0] - 2022-07-03<a href="#0200---2022-07-03" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-26" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-26" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
224
227
  <li><code>ensureError</code> method</li>
225
228
  </ul>
226
- <a id="0191---2022-04-27" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.19.1] - 2022-04-27<a href="#0191---2022-04-27" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-9" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
229
+ <a id="0191---2022-04-27" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.19.1] - 2022-04-27<a href="#0191---2022-04-27" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-10" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
227
230
  <li>new methods not exported</li>
228
231
  </ul>
229
232
  <a id="0190---2022-04-27" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.19.0] - 2022-04-27<a href="#0190---2022-04-27" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-27" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-27" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -240,7 +243,7 @@ transpile this lib yourself</li>
240
243
  <li><code>wait</code> method</li>
241
244
  <li><code>mapAsync</code> method</li>
242
245
  </ul>
243
- <a id="0171---2021-10-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.17.1] - 2021-10-31<a href="#0171---2021-10-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-10" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
246
+ <a id="0171---2021-10-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.17.1] - 2021-10-31<a href="#0171---2021-10-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-11" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-11" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
244
247
  <li>missing <code>merge</code> export</li>
245
248
  </ul>
246
249
  <a id="0170---2021-10-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.17.0] - 2021-10-31<a href="#0170---2021-10-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-29" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-29" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -294,7 +297,7 @@ transpile this lib yourself</li>
294
297
  <a id="changed-14" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Changed<a href="#changed-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
295
298
  <li>small README update</li>
296
299
  </ul>
297
- <a id="0101---2020-09-14" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.10.1] - 2020-09-14<a href="#0101---2020-09-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-11" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-11" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
300
+ <a id="0101---2020-09-14" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.10.1] - 2020-09-14<a href="#0101---2020-09-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-12" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
298
301
  <li><code>pages</code> export</li>
299
302
  </ul>
300
303
  <a id="0100---2020-09-14" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.10.0] - 2020-09-14<a href="#0100---2020-09-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-35" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-35" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -303,14 +306,14 @@ transpile this lib yourself</li>
303
306
  <a id="090---2020-07-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.9.0] - 2020-07-09<a href="#090---2020-07-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-36" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-36" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
304
307
  <li><code>remove</code> method</li>
305
308
  </ul>
306
- <a id="080---2020-03-13" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.8.0] - 2020-03-13<a href="#080---2020-03-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-12" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
309
+ <a id="080---2020-03-13" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.8.0] - 2020-03-13<a href="#080---2020-03-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-13" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
307
310
  <li>CommonJS code still not working properly</li>
308
311
  </ul>
309
312
  <a id="changed-15" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Changed<a href="#changed-15" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
310
313
  <li><code>REMOVE</code> enum from mapValues attached to the function instead of extra export</li>
311
314
  <li>better native ESM support</li>
312
315
  </ul>
313
- <a id="071---2020-03-12" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.7.1] - 2020-03-12<a href="#071---2020-03-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-13" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
316
+ <a id="071---2020-03-12" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.7.1] - 2020-03-12<a href="#071---2020-03-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-14" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
314
317
  <li>CommonJS code not working properly</li>
315
318
  </ul>
316
319
  <a id="070---2020-03-10" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.7.0] - 2020-03-10<a href="#070---2020-03-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-37" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-37" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -323,13 +326,13 @@ transpile this lib yourself</li>
323
326
  <li>support for deep imports like: <code>bottom-line-utils/get</code>, use <code>bottom-line-utils/src/get</code> or
324
327
  <code>bottom-line-utils/dist/get</code> for now</li>
325
328
  </ul>
326
- <a id="063---2019-08-29" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.3] - 2019-08-29<a href="#063---2019-08-29" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-14" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
329
+ <a id="063---2019-08-29" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.3] - 2019-08-29<a href="#063---2019-08-29" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-15" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-15" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
327
330
  <li>dev deps audit issues</li>
328
331
  </ul>
329
- <a id="062---2019-06-06" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.2] - 2019-06-06<a href="#062---2019-06-06" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-15" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-15" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
332
+ <a id="062---2019-06-06" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.2] - 2019-06-06<a href="#062---2019-06-06" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-16" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
330
333
  <li>deps audit issue, related to development (eslint), not the code (0.6.2 is not released to npm as a result)</li>
331
334
  </ul>
332
- <a id="061---2019-06-05" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.1] - 2019-06-05<a href="#061---2019-06-05" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-16" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
335
+ <a id="061---2019-06-05" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.1] - 2019-06-05<a href="#061---2019-06-05" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-17" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
333
336
  <li>deps audit issue, related to docs generating, not the code (0.6.1 is not released to npm as a result)</li>
334
337
  </ul>
335
338
  <a id="060---2019-05-12" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.6.0] - 2019-05-12<a href="#060---2019-05-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-38" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-38" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -341,16 +344,16 @@ transpile this lib yourself</li>
341
344
  <a id="050---2019-04-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.5.0] - 2019-04-09<a href="#050---2019-04-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-39" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-39" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
342
345
  <li><code>coalesce</code> method</li>
343
346
  </ul>
344
- <a id="041---2019-01-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.4.1] - 2019-01-31<a href="#041---2019-01-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-17" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
347
+ <a id="041---2019-01-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.4.1] - 2019-01-31<a href="#041---2019-01-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-18" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-18" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
345
348
  <li><code>setImmutable</code> not allowing number as path and allowing other incorrect/unexpected values as paths</li>
346
349
  </ul>
347
350
  <a id="040---2019-01-30" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.4.0] - 2019-01-30<a href="#040---2019-01-30" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="added-40" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Added<a href="#added-40" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
348
351
  <li><code>insertSeparator</code> method</li>
349
352
  </ul>
350
- <a id="031---2018-12-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.3.1] - 2018-12-09<a href="#031---2018-12-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-18" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-18" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
353
+ <a id="031---2018-12-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.3.1] - 2018-12-09<a href="#031---2018-12-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-19" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-19" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
351
354
  <li>added missing export of <code>setImmutable</code> to index</li>
352
355
  </ul>
353
- <a id="030---2018-12-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.3.0] - 2018-12-09<a href="#030---2018-12-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-19" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-19" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
356
+ <a id="030---2018-12-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.3.0] - 2018-12-09<a href="#030---2018-12-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-20" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-20" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
354
357
  <li>missing labels in <code>set</code> tests</li>
355
358
  <li>disabled removing unused labels in tests</li>
356
359
  </ul>
@@ -370,7 +373,7 @@ transpile this lib yourself</li>
370
373
  <li>switched code to es modules</li>
371
374
  <li>linted code</li>
372
375
  </ul>
373
- <a id="012---2018-11-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.1.2] - 2018-11-09<a href="#012---2018-11-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-20" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-20" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
376
+ <a id="012---2018-11-09" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.1.2] - 2018-11-09<a href="#012---2018-11-09" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="fixed-21" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<a href="#fixed-21" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
374
377
  <li>fixed <code>mapValues</code> calling the method twice</li>
375
378
  </ul>
376
379
  <a id="011---2018-05-31" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[0.1.1] - 2018-05-31<a href="#011---2018-05-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="changed-20" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Changed<a href="#changed-20" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
@@ -383,4 +386,4 @@ transpile this lib yourself</li>
383
386
  <li><code>last</code> function</li>
384
387
  <li><code>mapValues</code> function</li>
385
388
  </ul>
386
- </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#unreleased"><span>[UNRELEASED]</span></a><a href="#480---2026-01-22"><span>[4.8.0] -<wbr/> 2026-<wbr/>01-<wbr/>22</span></a><ul><li><a href="#added"><span>Added</span></a></li></ul><a href="#472---2025-10-16"><span>[4.7.2] -<wbr/> 2025-<wbr/>10-<wbr/>16</span></a><ul><li><a href="#fixed"><span>Fixed</span></a></li></ul><a href="#471---2025-10-16"><span>[4.7.1] -<wbr/> 2025-<wbr/>10-<wbr/>16</span></a><ul><li><a href="#fixed-1"><span>Fixed</span></a></li></ul><a href="#470---2025-10-16"><span>[4.7.0] -<wbr/> 2025-<wbr/>10-<wbr/>16</span></a><ul><li><a href="#added-1"><span>Added</span></a></li><li><a href="#changed"><span>Changed</span></a></li></ul><a href="#460---2025-10-10"><span>[4.6.0] -<wbr/> 2025-<wbr/>10-<wbr/>10</span></a><ul><li><a href="#added-2"><span>Added</span></a></li><li><a href="#changed-1"><span>Changed</span></a></li><li><a href="#dev"><span>Dev</span></a></li></ul><a href="#450---2025-05-08"><span>[4.5.0] -<wbr/> 2025-<wbr/>05-<wbr/>08</span></a><ul><li><a href="#added-3"><span>Added</span></a></li><li><a href="#fixed-2"><span>Fixed</span></a></li></ul><a href="#440---2025-03-23"><span>[4.4.0] -<wbr/> 2025-<wbr/>03-<wbr/>23</span></a><ul><li><a href="#added-4"><span>Added</span></a></li><li><a href="#dev-1"><span>Dev</span></a></li></ul><a href="#430---2025-03-04"><span>[4.3.0] -<wbr/> 2025-<wbr/>03-<wbr/>04</span></a><ul><li><a href="#added-5"><span>Added</span></a></li></ul><a href="#420---2025-03-04"><span>[4.2.0] -<wbr/> 2025-<wbr/>03-<wbr/>04</span></a><ul><li><a href="#added-6"><span>Added</span></a></li></ul><a href="#410---2024-05-31"><span>[4.1.0] -<wbr/> 2024-<wbr/>05-<wbr/>31</span></a><ul><li><a href="#fixed-3"><span>Fixed</span></a></li><li><a href="#added-7"><span>Added</span></a></li><li><a href="#changed-2"><span>Changed</span></a></li></ul><a href="#400---2024-05-16"><span>[4.0.0] -<wbr/> 2024-<wbr/>05-<wbr/>16</span></a><ul><li><a href="#breaking"><span>Breaking</span></a></li><li><a href="#changed-3"><span>Changed</span></a></li><li><a href="#added-8"><span>Added</span></a></li><li><a href="#dev-2"><span>Dev</span></a></li></ul><a href="#300---2024-03-25"><span>[3.0.0] -<wbr/> 2024-<wbr/>03-<wbr/>25</span></a><ul><li><a href="#breaking-1"><span>Breaking</span></a></li><li><a href="#added-9"><span>Added</span></a></li><li><a href="#dev-3"><span>Dev</span></a></li></ul><a href="#210---2023-10-29"><span>[2.1.0] -<wbr/> 2023-<wbr/>10-<wbr/>29</span></a><ul><li><a href="#added-10"><span>Added</span></a></li></ul><a href="#200---2023-10-09"><span>[2.0.0] -<wbr/> 2023-<wbr/>10-<wbr/>09</span></a><ul><li><a href="#breaking-2"><span>Breaking</span></a></li><li><a href="#added-11"><span>Added</span></a></li></ul><a href="#190---2023-07-07"><span>[1.9.0] -<wbr/> 2023-<wbr/>07-<wbr/>07</span></a><ul><li><a href="#added-12"><span>Added</span></a></li></ul><a href="#181---2023-06-24"><span>[1.8.1] -<wbr/> 2023-<wbr/>06-<wbr/>24</span></a><ul><li><a href="#fixed-4"><span>Fixed</span></a></li></ul><a href="#180---2023-06-03"><span>[1.8.0] -<wbr/> 2023-<wbr/>06-<wbr/>03</span></a><ul><li><a href="#added-13"><span>Added</span></a></li><li><a href="#dev-4"><span>Dev</span></a></li></ul><a href="#170---2023-05-22"><span>[1.7.0] -<wbr/> 2023-<wbr/>05-<wbr/>22</span></a><ul><li><a href="#added-14"><span>Added</span></a></li></ul><a href="#160---2023-05-12"><span>[1.6.0] -<wbr/> 2023-<wbr/>05-<wbr/>12</span></a><ul><li><a href="#added-15"><span>Added</span></a></li></ul><a href="#150---2023-05-12"><span>[1.5.0] -<wbr/> 2023-<wbr/>05-<wbr/>12</span></a><ul><li><a href="#added-16"><span>Added</span></a></li></ul><a href="#140---2023-05-11"><span>[1.4.0] -<wbr/> 2023-<wbr/>05-<wbr/>11</span></a><ul><li><a href="#added-17"><span>Added</span></a></li></ul><a href="#130---2023-05-07"><span>[1.3.0] -<wbr/> 2023-<wbr/>05-<wbr/>07</span></a><ul><li><a href="#added-18"><span>Added</span></a></li><li><a href="#dev-5"><span>Dev</span></a></li></ul><a href="#120---2023-03-01"><span>[1.2.0] -<wbr/> 2023-<wbr/>03-<wbr/>01</span></a><ul><li><a href="#added-19"><span>Added</span></a></li></ul><a href="#110---2023-02-20"><span>[1.1.0] -<wbr/> 2023-<wbr/>02-<wbr/>20</span></a><ul><li><a href="#added-20"><span>Added</span></a></li><li><a href="#changed-4"><span>Changed</span></a></li></ul><a href="#100---2023-02-19"><span>[1.0.0] -<wbr/> 2023-<wbr/>02-<wbr/>19</span></a><ul><li><a href="#added-21"><span>Added</span></a></li><li><a href="#breaking-3"><span>Breaking</span></a></li><li><a href="#changed-5"><span>Changed</span></a></li><li><a href="#dev-6"><span>Dev</span></a></li></ul><a href="#0241---2022-11-08"><span>[0.24.1] -<wbr/> 2022-<wbr/>11-<wbr/>08</span></a><ul><li><a href="#dev-7"><span>Dev</span></a></li></ul><a href="#0240---2022-09-23"><span>[0.24.0] -<wbr/> 2022-<wbr/>09-<wbr/>23</span></a><ul><li><a href="#added-22"><span>Added</span></a></li><li><a href="#changed-6"><span>Changed</span></a></li><li><a href="#fixed-5"><span>Fixed</span></a></li></ul><a href="#0232---2022-08-21"><span>[0.23.2] -<wbr/> 2022-<wbr/>08-<wbr/>21</span></a><ul><li><a href="#fixed-6"><span>Fixed</span></a></li></ul><a href="#0231---2022-07-17"><span>[0.23.1] -<wbr/> 2022-<wbr/>07-<wbr/>17</span></a><ul><li><a href="#fixed-7"><span>Fixed</span></a></li></ul><a href="#0230---2022-07-17"><span>[0.23.0] -<wbr/> 2022-<wbr/>07-<wbr/>17</span></a><ul><li><a href="#added-23"><span>Added</span></a></li></ul><a href="#0220---2022-07-16"><span>[0.22.0] -<wbr/> 2022-<wbr/>07-<wbr/>16</span></a><ul><li><a href="#added-24"><span>Added</span></a></li><li><a href="#fixed-8"><span>Fixed</span></a></li></ul><a href="#0210---2022-07-08"><span>[0.21.0] -<wbr/> 2022-<wbr/>07-<wbr/>08</span></a><ul><li><a href="#added-25"><span>Added</span></a></li></ul><a href="#0200---2022-07-03"><span>[0.20.0] -<wbr/> 2022-<wbr/>07-<wbr/>03</span></a><ul><li><a href="#added-26"><span>Added</span></a></li></ul><a href="#0191---2022-04-27"><span>[0.19.1] -<wbr/> 2022-<wbr/>04-<wbr/>27</span></a><ul><li><a href="#fixed-9"><span>Fixed</span></a></li></ul><a href="#0190---2022-04-27"><span>[0.19.0] -<wbr/> 2022-<wbr/>04-<wbr/>27</span></a><ul><li><a href="#added-27"><span>Added</span></a></li><li><a href="#changed-7"><span>Changed</span></a></li><li><a href="#breaking-4"><span>Breaking</span></a></li></ul><a href="#0180---2021-12-04"><span>[0.18.0] -<wbr/> 2021-<wbr/>12-<wbr/>04</span></a><ul><li><a href="#added-28"><span>Added</span></a></li></ul><a href="#0171---2021-10-31"><span>[0.17.1] -<wbr/> 2021-<wbr/>10-<wbr/>31</span></a><ul><li><a href="#fixed-10"><span>Fixed</span></a></li></ul><a href="#0170---2021-10-31"><span>[0.17.0] -<wbr/> 2021-<wbr/>10-<wbr/>31</span></a><ul><li><a href="#added-29"><span>Added</span></a></li><li><a href="#changed-8"><span>Changed</span></a></li></ul><a href="#0160---2021-09-24"><span>[0.16.0] -<wbr/> 2021-<wbr/>09-<wbr/>24</span></a><ul><li><a href="#added-30"><span>Added</span></a></li></ul><a href="#0150---2021-07-04"><span>[0.15.0] -<wbr/> 2021-<wbr/>07-<wbr/>04</span></a><ul><li><a href="#added-31"><span>Added</span></a></li><li><a href="#changed-9"><span>Changed</span></a></li></ul><a href="#0141---2021-06-13"><span>[0.14.1] -<wbr/> 2021-<wbr/>06-<wbr/>13</span></a><ul><li><a href="#changed-10"><span>Changed</span></a></li></ul><a href="#0140---2021-06-05"><span>[0.14.0] -<wbr/> 2021-<wbr/>06-<wbr/>05</span></a><ul><li><a href="#changed-11"><span>Changed</span></a></li><li><a href="#added-32"><span>Added</span></a></li></ul><a href="#0132---2021-05-16"><span>[0.13.2] -<wbr/> 2021-<wbr/>05-<wbr/>16</span></a><ul><li><a href="#changed-12"><span>Changed</span></a></li></ul><a href="#0131---2021-04-14"><span>[0.13.1] -<wbr/> 2021-<wbr/>04-<wbr/>14</span></a><ul><li><a href="#changed-13"><span>Changed</span></a></li><li><a href="#dev-8"><span>Dev</span></a></li></ul><a href="#0130---2021-02-03"><span>[0.13.0] -<wbr/> 2021-<wbr/>02-<wbr/>03</span></a><ul><li><a href="#added-33"><span>Added</span></a></li></ul><a href="#0120---2021-01-19"><span>[0.12.0] -<wbr/> 2021-<wbr/>01-<wbr/>19</span></a><ul><li><a href="#added-34"><span>Added</span></a></li></ul><a href="#0110-beta2---2021-01-08"><span>[0.11.0-<wbr/>beta.2] -<wbr/> 2021-<wbr/>01-<wbr/>08</span></a><ul><li><a href="#dev-9"><span>Dev</span></a></li><li><a href="#changed-14"><span>Changed</span></a></li></ul><a href="#0101---2020-09-14"><span>[0.10.1] -<wbr/> 2020-<wbr/>09-<wbr/>14</span></a><ul><li><a href="#fixed-11"><span>Fixed</span></a></li></ul><a href="#0100---2020-09-14"><span>[0.10.0] -<wbr/> 2020-<wbr/>09-<wbr/>14</span></a><ul><li><a href="#added-35"><span>Added</span></a></li></ul><a href="#090---2020-07-09"><span>[0.9.0] -<wbr/> 2020-<wbr/>07-<wbr/>09</span></a><ul><li><a href="#added-36"><span>Added</span></a></li></ul><a href="#080---2020-03-13"><span>[0.8.0] -<wbr/> 2020-<wbr/>03-<wbr/>13</span></a><ul><li><a href="#fixed-12"><span>Fixed</span></a></li><li><a href="#changed-15"><span>Changed</span></a></li></ul><a href="#071---2020-03-12"><span>[0.7.1] -<wbr/> 2020-<wbr/>03-<wbr/>12</span></a><ul><li><a href="#fixed-13"><span>Fixed</span></a></li></ul><a href="#070---2020-03-10"><span>[0.7.0] -<wbr/> 2020-<wbr/>03-<wbr/>10</span></a><ul><li><a href="#added-37"><span>Added</span></a></li><li><a href="#changed-16"><span>Changed</span></a></li><li><a href="#removed"><span>Removed</span></a></li></ul><a href="#063---2019-08-29"><span>[0.6.3] -<wbr/> 2019-<wbr/>08-<wbr/>29</span></a><ul><li><a href="#fixed-14"><span>Fixed</span></a></li></ul><a href="#062---2019-06-06"><span>[0.6.2] -<wbr/> 2019-<wbr/>06-<wbr/>06</span></a><ul><li><a href="#fixed-15"><span>Fixed</span></a></li></ul><a href="#061---2019-06-05"><span>[0.6.1] -<wbr/> 2019-<wbr/>06-<wbr/>05</span></a><ul><li><a href="#fixed-16"><span>Fixed</span></a></li></ul><a href="#060---2019-05-12"><span>[0.6.0] -<wbr/> 2019-<wbr/>05-<wbr/>12</span></a><ul><li><a href="#added-38"><span>Added</span></a></li><li><a href="#changed-17"><span>Changed</span></a></li></ul><a href="#050---2019-04-09"><span>[0.5.0] -<wbr/> 2019-<wbr/>04-<wbr/>09</span></a><ul><li><a href="#added-39"><span>Added</span></a></li></ul><a href="#041---2019-01-31"><span>[0.4.1] -<wbr/> 2019-<wbr/>01-<wbr/>31</span></a><ul><li><a href="#fixed-17"><span>Fixed</span></a></li></ul><a href="#040---2019-01-30"><span>[0.4.0] -<wbr/> 2019-<wbr/>01-<wbr/>30</span></a><ul><li><a href="#added-40"><span>Added</span></a></li></ul><a href="#031---2018-12-09"><span>[0.3.1] -<wbr/> 2018-<wbr/>12-<wbr/>09</span></a><ul><li><a href="#fixed-18"><span>Fixed</span></a></li></ul><a href="#030---2018-12-09"><span>[0.3.0] -<wbr/> 2018-<wbr/>12-<wbr/>09</span></a><ul><li><a href="#fixed-19"><span>Fixed</span></a></li><li><a href="#changed-18"><span>Changed</span></a></li><li><a href="#added-41"><span>Added</span></a></li></ul><a href="#020-2018-12-09"><span>[0.2.0] 2018-<wbr/>12-<wbr/>09</span></a><ul><li><a href="#added-42"><span>Added</span></a></li><li><a href="#changed-19"><span>Changed</span></a></li></ul><a href="#012---2018-11-09"><span>[0.1.2] -<wbr/> 2018-<wbr/>11-<wbr/>09</span></a><ul><li><a href="#fixed-20"><span>Fixed</span></a></li></ul><a href="#011---2018-05-31"><span>[0.1.1] -<wbr/> 2018-<wbr/>05-<wbr/>31</span></a><ul><li><a href="#changed-20"><span>Changed</span></a></li></ul><a href="#010---2018-05-31"><span>[0.1.0] -<wbr/> 2018-<wbr/>05-<wbr/>31</span></a><ul><li><a href="#added-43"><span>Added</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.8.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
389
+ </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#unreleased"><span>[UNRELEASED]</span></a><a href="#481---2026-01-28"><span>[4.8.1] -<wbr/> 2026-<wbr/>01-<wbr/>28</span></a><ul><li><a href="#fixed"><span>Fixed</span></a></li></ul><a href="#480---2026-01-22"><span>[4.8.0] -<wbr/> 2026-<wbr/>01-<wbr/>22</span></a><ul><li><a href="#added"><span>Added</span></a></li></ul><a href="#472---2025-10-16"><span>[4.7.2] -<wbr/> 2025-<wbr/>10-<wbr/>16</span></a><ul><li><a href="#fixed-1"><span>Fixed</span></a></li></ul><a href="#471---2025-10-16"><span>[4.7.1] -<wbr/> 2025-<wbr/>10-<wbr/>16</span></a><ul><li><a href="#fixed-2"><span>Fixed</span></a></li></ul><a href="#470---2025-10-16"><span>[4.7.0] -<wbr/> 2025-<wbr/>10-<wbr/>16</span></a><ul><li><a href="#added-1"><span>Added</span></a></li><li><a href="#changed"><span>Changed</span></a></li></ul><a href="#460---2025-10-10"><span>[4.6.0] -<wbr/> 2025-<wbr/>10-<wbr/>10</span></a><ul><li><a href="#added-2"><span>Added</span></a></li><li><a href="#changed-1"><span>Changed</span></a></li><li><a href="#dev"><span>Dev</span></a></li></ul><a href="#450---2025-05-08"><span>[4.5.0] -<wbr/> 2025-<wbr/>05-<wbr/>08</span></a><ul><li><a href="#added-3"><span>Added</span></a></li><li><a href="#fixed-3"><span>Fixed</span></a></li></ul><a href="#440---2025-03-23"><span>[4.4.0] -<wbr/> 2025-<wbr/>03-<wbr/>23</span></a><ul><li><a href="#added-4"><span>Added</span></a></li><li><a href="#dev-1"><span>Dev</span></a></li></ul><a href="#430---2025-03-04"><span>[4.3.0] -<wbr/> 2025-<wbr/>03-<wbr/>04</span></a><ul><li><a href="#added-5"><span>Added</span></a></li></ul><a href="#420---2025-03-04"><span>[4.2.0] -<wbr/> 2025-<wbr/>03-<wbr/>04</span></a><ul><li><a href="#added-6"><span>Added</span></a></li></ul><a href="#410---2024-05-31"><span>[4.1.0] -<wbr/> 2024-<wbr/>05-<wbr/>31</span></a><ul><li><a href="#fixed-4"><span>Fixed</span></a></li><li><a href="#added-7"><span>Added</span></a></li><li><a href="#changed-2"><span>Changed</span></a></li></ul><a href="#400---2024-05-16"><span>[4.0.0] -<wbr/> 2024-<wbr/>05-<wbr/>16</span></a><ul><li><a href="#breaking"><span>Breaking</span></a></li><li><a href="#changed-3"><span>Changed</span></a></li><li><a href="#added-8"><span>Added</span></a></li><li><a href="#dev-2"><span>Dev</span></a></li></ul><a href="#300---2024-03-25"><span>[3.0.0] -<wbr/> 2024-<wbr/>03-<wbr/>25</span></a><ul><li><a href="#breaking-1"><span>Breaking</span></a></li><li><a href="#added-9"><span>Added</span></a></li><li><a href="#dev-3"><span>Dev</span></a></li></ul><a href="#210---2023-10-29"><span>[2.1.0] -<wbr/> 2023-<wbr/>10-<wbr/>29</span></a><ul><li><a href="#added-10"><span>Added</span></a></li></ul><a href="#200---2023-10-09"><span>[2.0.0] -<wbr/> 2023-<wbr/>10-<wbr/>09</span></a><ul><li><a href="#breaking-2"><span>Breaking</span></a></li><li><a href="#added-11"><span>Added</span></a></li></ul><a href="#190---2023-07-07"><span>[1.9.0] -<wbr/> 2023-<wbr/>07-<wbr/>07</span></a><ul><li><a href="#added-12"><span>Added</span></a></li></ul><a href="#181---2023-06-24"><span>[1.8.1] -<wbr/> 2023-<wbr/>06-<wbr/>24</span></a><ul><li><a href="#fixed-5"><span>Fixed</span></a></li></ul><a href="#180---2023-06-03"><span>[1.8.0] -<wbr/> 2023-<wbr/>06-<wbr/>03</span></a><ul><li><a href="#added-13"><span>Added</span></a></li><li><a href="#dev-4"><span>Dev</span></a></li></ul><a href="#170---2023-05-22"><span>[1.7.0] -<wbr/> 2023-<wbr/>05-<wbr/>22</span></a><ul><li><a href="#added-14"><span>Added</span></a></li></ul><a href="#160---2023-05-12"><span>[1.6.0] -<wbr/> 2023-<wbr/>05-<wbr/>12</span></a><ul><li><a href="#added-15"><span>Added</span></a></li></ul><a href="#150---2023-05-12"><span>[1.5.0] -<wbr/> 2023-<wbr/>05-<wbr/>12</span></a><ul><li><a href="#added-16"><span>Added</span></a></li></ul><a href="#140---2023-05-11"><span>[1.4.0] -<wbr/> 2023-<wbr/>05-<wbr/>11</span></a><ul><li><a href="#added-17"><span>Added</span></a></li></ul><a href="#130---2023-05-07"><span>[1.3.0] -<wbr/> 2023-<wbr/>05-<wbr/>07</span></a><ul><li><a href="#added-18"><span>Added</span></a></li><li><a href="#dev-5"><span>Dev</span></a></li></ul><a href="#120---2023-03-01"><span>[1.2.0] -<wbr/> 2023-<wbr/>03-<wbr/>01</span></a><ul><li><a href="#added-19"><span>Added</span></a></li></ul><a href="#110---2023-02-20"><span>[1.1.0] -<wbr/> 2023-<wbr/>02-<wbr/>20</span></a><ul><li><a href="#added-20"><span>Added</span></a></li><li><a href="#changed-4"><span>Changed</span></a></li></ul><a href="#100---2023-02-19"><span>[1.0.0] -<wbr/> 2023-<wbr/>02-<wbr/>19</span></a><ul><li><a href="#added-21"><span>Added</span></a></li><li><a href="#breaking-3"><span>Breaking</span></a></li><li><a href="#changed-5"><span>Changed</span></a></li><li><a href="#dev-6"><span>Dev</span></a></li></ul><a href="#0241---2022-11-08"><span>[0.24.1] -<wbr/> 2022-<wbr/>11-<wbr/>08</span></a><ul><li><a href="#dev-7"><span>Dev</span></a></li></ul><a href="#0240---2022-09-23"><span>[0.24.0] -<wbr/> 2022-<wbr/>09-<wbr/>23</span></a><ul><li><a href="#added-22"><span>Added</span></a></li><li><a href="#changed-6"><span>Changed</span></a></li><li><a href="#fixed-6"><span>Fixed</span></a></li></ul><a href="#0232---2022-08-21"><span>[0.23.2] -<wbr/> 2022-<wbr/>08-<wbr/>21</span></a><ul><li><a href="#fixed-7"><span>Fixed</span></a></li></ul><a href="#0231---2022-07-17"><span>[0.23.1] -<wbr/> 2022-<wbr/>07-<wbr/>17</span></a><ul><li><a href="#fixed-8"><span>Fixed</span></a></li></ul><a href="#0230---2022-07-17"><span>[0.23.0] -<wbr/> 2022-<wbr/>07-<wbr/>17</span></a><ul><li><a href="#added-23"><span>Added</span></a></li></ul><a href="#0220---2022-07-16"><span>[0.22.0] -<wbr/> 2022-<wbr/>07-<wbr/>16</span></a><ul><li><a href="#added-24"><span>Added</span></a></li><li><a href="#fixed-9"><span>Fixed</span></a></li></ul><a href="#0210---2022-07-08"><span>[0.21.0] -<wbr/> 2022-<wbr/>07-<wbr/>08</span></a><ul><li><a href="#added-25"><span>Added</span></a></li></ul><a href="#0200---2022-07-03"><span>[0.20.0] -<wbr/> 2022-<wbr/>07-<wbr/>03</span></a><ul><li><a href="#added-26"><span>Added</span></a></li></ul><a href="#0191---2022-04-27"><span>[0.19.1] -<wbr/> 2022-<wbr/>04-<wbr/>27</span></a><ul><li><a href="#fixed-10"><span>Fixed</span></a></li></ul><a href="#0190---2022-04-27"><span>[0.19.0] -<wbr/> 2022-<wbr/>04-<wbr/>27</span></a><ul><li><a href="#added-27"><span>Added</span></a></li><li><a href="#changed-7"><span>Changed</span></a></li><li><a href="#breaking-4"><span>Breaking</span></a></li></ul><a href="#0180---2021-12-04"><span>[0.18.0] -<wbr/> 2021-<wbr/>12-<wbr/>04</span></a><ul><li><a href="#added-28"><span>Added</span></a></li></ul><a href="#0171---2021-10-31"><span>[0.17.1] -<wbr/> 2021-<wbr/>10-<wbr/>31</span></a><ul><li><a href="#fixed-11"><span>Fixed</span></a></li></ul><a href="#0170---2021-10-31"><span>[0.17.0] -<wbr/> 2021-<wbr/>10-<wbr/>31</span></a><ul><li><a href="#added-29"><span>Added</span></a></li><li><a href="#changed-8"><span>Changed</span></a></li></ul><a href="#0160---2021-09-24"><span>[0.16.0] -<wbr/> 2021-<wbr/>09-<wbr/>24</span></a><ul><li><a href="#added-30"><span>Added</span></a></li></ul><a href="#0150---2021-07-04"><span>[0.15.0] -<wbr/> 2021-<wbr/>07-<wbr/>04</span></a><ul><li><a href="#added-31"><span>Added</span></a></li><li><a href="#changed-9"><span>Changed</span></a></li></ul><a href="#0141---2021-06-13"><span>[0.14.1] -<wbr/> 2021-<wbr/>06-<wbr/>13</span></a><ul><li><a href="#changed-10"><span>Changed</span></a></li></ul><a href="#0140---2021-06-05"><span>[0.14.0] -<wbr/> 2021-<wbr/>06-<wbr/>05</span></a><ul><li><a href="#changed-11"><span>Changed</span></a></li><li><a href="#added-32"><span>Added</span></a></li></ul><a href="#0132---2021-05-16"><span>[0.13.2] -<wbr/> 2021-<wbr/>05-<wbr/>16</span></a><ul><li><a href="#changed-12"><span>Changed</span></a></li></ul><a href="#0131---2021-04-14"><span>[0.13.1] -<wbr/> 2021-<wbr/>04-<wbr/>14</span></a><ul><li><a href="#changed-13"><span>Changed</span></a></li><li><a href="#dev-8"><span>Dev</span></a></li></ul><a href="#0130---2021-02-03"><span>[0.13.0] -<wbr/> 2021-<wbr/>02-<wbr/>03</span></a><ul><li><a href="#added-33"><span>Added</span></a></li></ul><a href="#0120---2021-01-19"><span>[0.12.0] -<wbr/> 2021-<wbr/>01-<wbr/>19</span></a><ul><li><a href="#added-34"><span>Added</span></a></li></ul><a href="#0110-beta2---2021-01-08"><span>[0.11.0-<wbr/>beta.2] -<wbr/> 2021-<wbr/>01-<wbr/>08</span></a><ul><li><a href="#dev-9"><span>Dev</span></a></li><li><a href="#changed-14"><span>Changed</span></a></li></ul><a href="#0101---2020-09-14"><span>[0.10.1] -<wbr/> 2020-<wbr/>09-<wbr/>14</span></a><ul><li><a href="#fixed-12"><span>Fixed</span></a></li></ul><a href="#0100---2020-09-14"><span>[0.10.0] -<wbr/> 2020-<wbr/>09-<wbr/>14</span></a><ul><li><a href="#added-35"><span>Added</span></a></li></ul><a href="#090---2020-07-09"><span>[0.9.0] -<wbr/> 2020-<wbr/>07-<wbr/>09</span></a><ul><li><a href="#added-36"><span>Added</span></a></li></ul><a href="#080---2020-03-13"><span>[0.8.0] -<wbr/> 2020-<wbr/>03-<wbr/>13</span></a><ul><li><a href="#fixed-13"><span>Fixed</span></a></li><li><a href="#changed-15"><span>Changed</span></a></li></ul><a href="#071---2020-03-12"><span>[0.7.1] -<wbr/> 2020-<wbr/>03-<wbr/>12</span></a><ul><li><a href="#fixed-14"><span>Fixed</span></a></li></ul><a href="#070---2020-03-10"><span>[0.7.0] -<wbr/> 2020-<wbr/>03-<wbr/>10</span></a><ul><li><a href="#added-37"><span>Added</span></a></li><li><a href="#changed-16"><span>Changed</span></a></li><li><a href="#removed"><span>Removed</span></a></li></ul><a href="#063---2019-08-29"><span>[0.6.3] -<wbr/> 2019-<wbr/>08-<wbr/>29</span></a><ul><li><a href="#fixed-15"><span>Fixed</span></a></li></ul><a href="#062---2019-06-06"><span>[0.6.2] -<wbr/> 2019-<wbr/>06-<wbr/>06</span></a><ul><li><a href="#fixed-16"><span>Fixed</span></a></li></ul><a href="#061---2019-06-05"><span>[0.6.1] -<wbr/> 2019-<wbr/>06-<wbr/>05</span></a><ul><li><a href="#fixed-17"><span>Fixed</span></a></li></ul><a href="#060---2019-05-12"><span>[0.6.0] -<wbr/> 2019-<wbr/>05-<wbr/>12</span></a><ul><li><a href="#added-38"><span>Added</span></a></li><li><a href="#changed-17"><span>Changed</span></a></li></ul><a href="#050---2019-04-09"><span>[0.5.0] -<wbr/> 2019-<wbr/>04-<wbr/>09</span></a><ul><li><a href="#added-39"><span>Added</span></a></li></ul><a href="#041---2019-01-31"><span>[0.4.1] -<wbr/> 2019-<wbr/>01-<wbr/>31</span></a><ul><li><a href="#fixed-18"><span>Fixed</span></a></li></ul><a href="#040---2019-01-30"><span>[0.4.0] -<wbr/> 2019-<wbr/>01-<wbr/>30</span></a><ul><li><a href="#added-40"><span>Added</span></a></li></ul><a href="#031---2018-12-09"><span>[0.3.1] -<wbr/> 2018-<wbr/>12-<wbr/>09</span></a><ul><li><a href="#fixed-19"><span>Fixed</span></a></li></ul><a href="#030---2018-12-09"><span>[0.3.0] -<wbr/> 2018-<wbr/>12-<wbr/>09</span></a><ul><li><a href="#fixed-20"><span>Fixed</span></a></li><li><a href="#changed-18"><span>Changed</span></a></li><li><a href="#added-41"><span>Added</span></a></li></ul><a href="#020-2018-12-09"><span>[0.2.0] 2018-<wbr/>12-<wbr/>09</span></a><ul><li><a href="#added-42"><span>Added</span></a></li><li><a href="#changed-19"><span>Changed</span></a></li></ul><a href="#012---2018-11-09"><span>[0.1.2] -<wbr/> 2018-<wbr/>11-<wbr/>09</span></a><ul><li><a href="#fixed-21"><span>Fixed</span></a></li></ul><a href="#011---2018-05-31"><span>[0.1.1] -<wbr/> 2018-<wbr/>05-<wbr/>31</span></a><ul><li><a href="#changed-20"><span>Changed</span></a></li></ul><a href="#010---2018-05-31"><span>[0.1.0] -<wbr/> 2018-<wbr/>05-<wbr/>31</span></a><ul><li><a href="#added-43"><span>Added</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.8.1</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>