@ezez/utils 3.0.0 → 4.1.0
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.
- package/CHANGELOG.md +31 -0
- package/dist/cap.js.map +1 -1
- package/dist/coalesce.d.ts.map +1 -1
- package/dist/coalesce.js.map +1 -1
- package/dist/compareArrays.d.ts.map +1 -1
- package/dist/compareProps.d.ts.map +1 -1
- package/dist/compareProps.js.map +1 -1
- package/dist/deserialize.d.ts.map +1 -1
- package/dist/deserialize.js.map +1 -1
- package/dist/ensureArray.d.ts.map +1 -1
- package/dist/ensureArray.js.map +1 -1
- package/dist/ensureDate.js.map +1 -1
- package/dist/ensureError.js.map +1 -1
- package/dist/ensurePrefix.js.map +1 -1
- package/dist/ensureSuffix.js.map +1 -1
- package/dist/ensureTimestamp.js.map +1 -1
- package/dist/escapeRegExp.d.ts.map +1 -1
- package/dist/escapeRegExp.js +1 -1
- package/dist/escapeRegExp.js.map +1 -1
- package/dist/formatDate.js +1 -1
- package/dist/formatDate.js.map +1 -1
- package/dist/get.js.map +1 -1
- package/dist/getMultiple.d.ts.map +1 -1
- package/dist/getMultiple.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/insertSeparator.d.ts.map +1 -1
- package/dist/insertSeparator.js.map +1 -1
- package/dist/isEmpty.js.map +1 -1
- package/dist/isNumericString.js +1 -1
- package/dist/isNumericString.js.map +1 -1
- package/dist/last.d.ts.map +1 -1
- package/dist/later.d.ts.map +1 -1
- package/dist/mapAsync.d.ts.map +1 -1
- package/dist/mapAsync.js.map +1 -1
- package/dist/mapValues.d.ts.map +1 -1
- package/dist/mapValues.js.map +1 -1
- package/dist/match.d.ts.map +1 -1
- package/dist/match.js.map +1 -1
- package/dist/memoize.d.ts +3 -0
- package/dist/memoize.d.ts.map +1 -0
- package/dist/memoize.js +19 -0
- package/dist/memoize.js.map +1 -0
- package/dist/merge.d.ts +11 -7
- package/dist/merge.d.ts.map +1 -1
- package/dist/merge.js.map +1 -1
- package/dist/mostFrequent.d.ts.map +1 -1
- package/dist/mostFrequent.js.map +1 -1
- package/dist/occurrences.js.map +1 -1
- package/dist/omit.d.ts +1 -1
- package/dist/omit.d.ts.map +1 -1
- package/dist/omit.js.map +1 -1
- package/dist/pick.d.ts.map +1 -1
- package/dist/pick.js.map +1 -1
- package/dist/pull.d.ts.map +1 -1
- package/dist/pull.js.map +1 -1
- package/dist/remove.d.ts.map +1 -1
- package/dist/remove.js +1 -1
- package/dist/remove.js.map +1 -1
- package/dist/removeCommonProperties.d.ts.map +1 -1
- package/dist/removeCommonProperties.js +3 -1
- package/dist/removeCommonProperties.js.map +1 -1
- package/dist/replace.js +1 -1
- package/dist/replace.js.map +1 -1
- package/dist/replaceDeep.d.ts +5 -1
- package/dist/replaceDeep.d.ts.map +1 -1
- package/dist/replaceDeep.js +3 -20
- package/dist/replaceDeep.js.map +1 -1
- package/dist/replaceDeepByFn.d.ts +7 -0
- package/dist/replaceDeepByFn.d.ts.map +1 -0
- package/dist/replaceDeepByFn.js +47 -0
- package/dist/replaceDeepByFn.js.map +1 -0
- package/dist/safe.js.map +1 -1
- package/dist/sample.d.ts +3 -1
- package/dist/sample.d.ts.map +1 -1
- package/dist/sample.js.map +1 -1
- package/dist/samples.d.ts.map +1 -1
- package/dist/samples.js.map +1 -1
- package/dist/seq.d.ts.map +1 -1
- package/dist/seq.js +1 -1
- package/dist/seq.js.map +1 -1
- package/dist/serialize.d.ts.map +1 -1
- package/dist/serialize.js +56 -18
- package/dist/serialize.js.map +1 -1
- package/dist/set.js.map +1 -1
- package/dist/setImmutable.js.map +1 -1
- package/dist/shuffle.d.ts.map +1 -1
- package/dist/sortBy.d.ts.map +1 -1
- package/dist/sortBy.js.map +1 -1
- package/dist/sortProps.d.ts.map +1 -1
- package/dist/sortProps.js.map +1 -1
- package/dist/stripPrefix.js.map +1 -1
- package/dist/stripSuffix.js.map +1 -1
- package/dist/throttle.d.ts.map +1 -1
- package/dist/throttle.js.map +1 -1
- package/dist/toggle.d.ts.map +1 -1
- package/dist/toggle.js.map +1 -1
- package/dist/trim.d.ts +3 -0
- package/dist/trim.d.ts.map +1 -0
- package/dist/trim.js +10 -0
- package/dist/trim.js.map +1 -0
- package/dist/trimEnd.d.ts +3 -0
- package/dist/trimEnd.d.ts.map +1 -0
- package/dist/trimEnd.js +12 -0
- package/dist/trimEnd.js.map +1 -0
- package/dist/trimStart.d.ts +3 -0
- package/dist/trimStart.d.ts.map +1 -0
- package/dist/trimStart.js +12 -0
- package/dist/trimStart.js.map +1 -0
- package/dist/truthy.d.ts +1 -1
- package/dist/truthy.d.ts.map +1 -1
- package/dist/unique.d.ts.map +1 -1
- package/dist/utils/utils.d.ts +6 -0
- package/dist/utils/utils.d.ts.map +1 -0
- package/dist/utils/utils.js +10 -0
- package/dist/utils/utils.js.map +1 -0
- package/dist/waitFor.d.ts.map +1 -1
- package/dist/waitFor.js +1 -1
- package/dist/waitFor.js.map +1 -1
- package/dist/waitSync.js.map +1 -1
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +4 -3
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +544 -394
- package/docs/documents/CHANGELOG.html +337 -0
- package/docs/functions/index.cap.html +5 -0
- package/docs/functions/index.capitalize.html +13 -0
- package/docs/functions/index.coalesce.html +16 -0
- package/docs/functions/index.compareArrays.html +8 -0
- package/docs/functions/index.compareProps.html +11 -0
- package/docs/functions/index.deserialize.html +6 -0
- package/docs/functions/index.ensureArray.html +3 -0
- package/docs/functions/index.ensureDate.html +10 -0
- package/docs/functions/index.ensureError.html +14 -0
- package/docs/functions/index.ensurePrefix.html +10 -0
- package/docs/functions/index.ensureSuffix.html +10 -0
- package/docs/functions/index.ensureTimestamp.html +10 -0
- package/docs/functions/index.escapeRegExp.html +7 -0
- package/docs/functions/index.formatDate.html +6 -0
- package/docs/functions/index.get.html +26 -0
- package/docs/functions/index.getMultiple.html +16 -0
- package/docs/functions/index.insertSeparator.html +7 -0
- package/docs/functions/index.isEmpty.html +33 -0
- package/docs/functions/index.isNumericString.html +5 -0
- package/docs/functions/index.isPlainObject.html +18 -0
- package/docs/functions/index.last.html +15 -0
- package/docs/functions/index.later-1.html +6 -0
- package/docs/functions/index.mapAsync.html +8 -0
- package/docs/functions/index.mapValues.html +14 -0
- package/docs/functions/index.match.html +4 -0
- package/docs/functions/index.memoize.html +8 -0
- package/docs/functions/index.merge.html +13 -0
- package/docs/functions/index.mostFrequent.html +2 -0
- package/docs/functions/index.noop.html +2 -0
- package/docs/functions/index.occurrences.html +14 -0
- package/docs/functions/index.omit.html +18 -0
- package/docs/functions/index.pick.html +13 -0
- package/docs/functions/index.pull.html +2 -0
- package/docs/functions/index.remove.html +2 -0
- package/docs/functions/index.removeCommonProperties.html +18 -0
- package/docs/functions/index.replace.html +10 -0
- package/docs/functions/index.replaceDeep.html +15 -0
- package/docs/functions/index.rethrow.html +2 -0
- package/docs/functions/index.round.html +7 -0
- package/docs/functions/index.safe.html +7 -0
- package/docs/functions/index.sample.html +6 -0
- package/docs/functions/index.samples.html +7 -0
- package/docs/functions/index.scale.html +5 -0
- package/docs/functions/index.seq.html +17 -0
- package/docs/functions/index.seqEarlyBreak.html +12 -0
- package/docs/functions/index.serialize.html +14 -0
- package/docs/functions/index.set.html +26 -0
- package/docs/functions/index.setImmutable.html +25 -0
- package/docs/functions/index.shuffle.html +3 -0
- package/docs/functions/index.sortBy.html +6 -0
- package/docs/functions/index.sortProps.html +10 -0
- package/docs/functions/index.stripPrefix.html +4 -0
- package/docs/functions/index.stripSuffix.html +4 -0
- package/docs/functions/index.throttle.html +14 -0
- package/docs/functions/index.toggle.html +5 -0
- package/docs/functions/index.trim.html +8 -0
- package/docs/functions/index.trimEnd.html +8 -0
- package/docs/functions/index.trimStart.html +8 -0
- package/docs/functions/index.truthy.html +7 -0
- package/docs/functions/index.unique.html +6 -0
- package/docs/functions/index.wait.html +3 -0
- package/docs/functions/index.waitFor.html +10 -0
- package/docs/functions/index.waitSync.html +3 -0
- package/docs/index.html +18 -204
- package/docs/interfaces/index.ComparePropsOptions.html +5 -0
- package/docs/interfaces/index.GetMultipleSource.html +3 -0
- package/docs/interfaces/index.GetSource.html +3 -0
- package/docs/interfaces/index.IsNumericStringOptions.html +5 -0
- package/docs/interfaces/index.OccurencesOptions.html +3 -0
- package/docs/interfaces/index.SetImmutableSource.html +3 -0
- package/docs/interfaces/index.SetSource.html +3 -0
- package/docs/interfaces/index.ThrottleOptions.html +5 -0
- package/docs/interfaces/index.ThrottledFunctionExtras.html +5 -0
- package/docs/modules/index.html +86 -0
- package/docs/types/index.CustomDeserializers.html +1 -0
- package/docs/types/index.CustomSerializers.html +1 -0
- package/docs/types/index.Later.html +4 -0
- package/docs/types/index.MapValuesFn.html +14 -0
- package/docs/types/index.MatchCallback.html +1 -0
- package/docs/types/index.MergeTwo.html +3 -0
- package/docs/types/index.SeqEarlyBreaker.html +4 -0
- package/docs/types/index.SeqFn.html +3 -0
- package/docs/types/index.SeqFunctions.html +4 -0
- package/docs/types/index.SetImmutablePath.html +4 -0
- package/docs/types/index.ThrottledFunction.html +1 -0
- package/docs/variables/index.mapValuesUNSET.html +2 -0
- package/docs/variables/index.mergeUNSET.html +4 -0
- package/esm/cap.js.map +1 -1
- package/esm/coalesce.d.ts.map +1 -1
- package/esm/coalesce.js.map +1 -1
- package/esm/compareArrays.d.ts.map +1 -1
- package/esm/compareProps.d.ts.map +1 -1
- package/esm/compareProps.js.map +1 -1
- package/esm/deserialize.d.ts.map +1 -1
- package/esm/deserialize.js.map +1 -1
- package/esm/ensureArray.d.ts.map +1 -1
- package/esm/ensureArray.js.map +1 -1
- package/esm/ensureDate.js.map +1 -1
- package/esm/ensureError.js.map +1 -1
- package/esm/ensurePrefix.js.map +1 -1
- package/esm/ensureSuffix.js.map +1 -1
- package/esm/ensureTimestamp.js.map +1 -1
- package/esm/escapeRegExp.d.ts.map +1 -1
- package/esm/escapeRegExp.js +1 -1
- package/esm/escapeRegExp.js.map +1 -1
- package/esm/formatDate.js +1 -1
- package/esm/formatDate.js.map +1 -1
- package/esm/get.js.map +1 -1
- package/esm/getMultiple.d.ts.map +1 -1
- package/esm/getMultiple.js.map +1 -1
- package/esm/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +4 -0
- package/esm/index.js.map +1 -1
- package/esm/insertSeparator.d.ts.map +1 -1
- package/esm/insertSeparator.js.map +1 -1
- package/esm/isEmpty.js.map +1 -1
- package/esm/isNumericString.js +1 -1
- package/esm/isNumericString.js.map +1 -1
- package/esm/last.d.ts.map +1 -1
- package/esm/later.d.ts.map +1 -1
- package/esm/mapAsync.d.ts.map +1 -1
- package/esm/mapAsync.js.map +1 -1
- package/esm/mapValues.d.ts.map +1 -1
- package/esm/mapValues.js.map +1 -1
- package/esm/match.d.ts.map +1 -1
- package/esm/match.js.map +1 -1
- package/esm/memoize.d.ts +3 -0
- package/esm/memoize.d.ts.map +1 -0
- package/esm/memoize.js +16 -0
- package/esm/memoize.js.map +1 -0
- package/esm/merge.d.ts +11 -7
- package/esm/merge.d.ts.map +1 -1
- package/esm/merge.js.map +1 -1
- package/esm/mostFrequent.d.ts.map +1 -1
- package/esm/mostFrequent.js.map +1 -1
- package/esm/occurrences.js.map +1 -1
- package/esm/omit.d.ts +1 -1
- package/esm/omit.d.ts.map +1 -1
- package/esm/omit.js.map +1 -1
- package/esm/pick.d.ts.map +1 -1
- package/esm/pick.js.map +1 -1
- package/esm/pull.d.ts.map +1 -1
- package/esm/pull.js.map +1 -1
- package/esm/remove.d.ts.map +1 -1
- package/esm/remove.js +1 -1
- package/esm/remove.js.map +1 -1
- package/esm/removeCommonProperties.d.ts.map +1 -1
- package/esm/removeCommonProperties.js +3 -1
- package/esm/removeCommonProperties.js.map +1 -1
- package/esm/replace.js +1 -1
- package/esm/replace.js.map +1 -1
- package/esm/replaceDeep.d.ts +5 -1
- package/esm/replaceDeep.d.ts.map +1 -1
- package/esm/replaceDeep.js +3 -20
- package/esm/replaceDeep.js.map +1 -1
- package/esm/replaceDeepByFn.d.ts +7 -0
- package/esm/replaceDeepByFn.d.ts.map +1 -0
- package/esm/replaceDeepByFn.js +44 -0
- package/esm/replaceDeepByFn.js.map +1 -0
- package/esm/safe.js.map +1 -1
- package/esm/sample.d.ts +3 -1
- package/esm/sample.d.ts.map +1 -1
- package/esm/sample.js.map +1 -1
- package/esm/samples.d.ts.map +1 -1
- package/esm/samples.js.map +1 -1
- package/esm/seq.d.ts.map +1 -1
- package/esm/seq.js +1 -1
- package/esm/seq.js.map +1 -1
- package/esm/serialize.d.ts.map +1 -1
- package/esm/serialize.js +56 -18
- package/esm/serialize.js.map +1 -1
- package/esm/set.js.map +1 -1
- package/esm/setImmutable.js.map +1 -1
- package/esm/shuffle.d.ts.map +1 -1
- package/esm/sortBy.d.ts.map +1 -1
- package/esm/sortBy.js.map +1 -1
- package/esm/sortProps.d.ts.map +1 -1
- package/esm/sortProps.js.map +1 -1
- package/esm/stripPrefix.js.map +1 -1
- package/esm/stripSuffix.js.map +1 -1
- package/esm/throttle.d.ts.map +1 -1
- package/esm/throttle.js.map +1 -1
- package/esm/toggle.d.ts.map +1 -1
- package/esm/toggle.js.map +1 -1
- package/esm/trim.d.ts +3 -0
- package/esm/trim.d.ts.map +1 -0
- package/esm/trim.js +7 -0
- package/esm/trim.js.map +1 -0
- package/esm/trimEnd.d.ts +3 -0
- package/esm/trimEnd.d.ts.map +1 -0
- package/esm/trimEnd.js +9 -0
- package/esm/trimEnd.js.map +1 -0
- package/esm/trimStart.d.ts +3 -0
- package/esm/trimStart.d.ts.map +1 -0
- package/esm/trimStart.js +9 -0
- package/esm/trimStart.js.map +1 -0
- package/esm/truthy.d.ts +1 -1
- package/esm/truthy.d.ts.map +1 -1
- package/esm/unique.d.ts.map +1 -1
- package/esm/utils/utils.d.ts +6 -0
- package/esm/utils/utils.d.ts.map +1 -0
- package/esm/utils/utils.js +7 -0
- package/esm/utils/utils.js.map +1 -0
- package/esm/waitFor.d.ts.map +1 -1
- package/esm/waitFor.js +1 -1
- package/esm/waitFor.js.map +1 -1
- package/esm/waitSync.js.map +1 -1
- package/package.json +10 -17
- package/pnpm-lock.yaml +661 -386
- package/src/compareProps.ts +9 -2
- package/src/deserialize.spec.ts +13 -0
- package/src/escapeRegExp.spec.ts +5 -3
- package/src/escapeRegExp.ts +3 -2
- package/src/formatDate.ts +2 -2
- package/src/get.spec.ts +1 -0
- package/src/getMultiple.ts +1 -0
- package/src/index.ts +4 -0
- package/src/isNumericString.ts +3 -3
- package/src/memoize.spec.ts +90 -0
- package/src/memoize.ts +35 -0
- package/src/merge.ts +30 -8
- package/src/mostFrequent.ts +1 -0
- package/src/omit.ts +8 -2
- package/src/pick.ts +1 -1
- package/src/remove.ts +1 -1
- package/src/removeCommonProperties.ts +4 -2
- package/src/replace.ts +1 -1
- package/src/replaceDeep.spec.ts +91 -0
- package/src/replaceDeep.ts +22 -27
- package/src/replaceDeepByFn.spec.ts +162 -0
- package/src/replaceDeepByFn.ts +93 -0
- package/src/rethrow.ts +1 -1
- package/src/sample.spec.ts +1 -0
- package/src/sample.ts +18 -2
- package/src/samples.ts +1 -1
- package/src/seq.spec.ts +6 -3
- package/src/seq.ts +1 -1
- package/src/serialize.spec.ts +43 -0
- package/src/serialize.ts +66 -19
- package/src/set.ts +1 -1
- package/src/setImmutable.ts +1 -1
- package/src/sortBy.ts +1 -1
- package/src/throttle.ts +1 -1
- package/src/trim.spec.ts +22 -0
- package/src/trim.ts +23 -0
- package/src/trimEnd.spec.ts +20 -0
- package/src/trimEnd.ts +22 -0
- package/src/trimStart.spec.ts +20 -0
- package/src/trimStart.ts +22 -0
- package/src/utils/utils.ts +11 -0
- package/src/waitFor.spec.ts +7 -2
- package/src/waitFor.ts +1 -1
- package/typedoc.cjs +2 -4
- package/docs/assets/pages.css +0 -14
- package/docs/functions/cap.html +0 -149
- package/docs/functions/capitalize.html +0 -154
- package/docs/functions/coalesce.html +0 -159
- package/docs/functions/compareArrays.html +0 -162
- package/docs/functions/compareProps.html +0 -161
- package/docs/functions/deserialize.html +0 -153
- package/docs/functions/ensureArray.html +0 -147
- package/docs/functions/ensureDate.html +0 -149
- package/docs/functions/ensureError.html +0 -153
- package/docs/functions/ensurePrefix.html +0 -151
- package/docs/functions/ensureSuffix.html +0 -151
- package/docs/functions/ensureTimestamp.html +0 -149
- package/docs/functions/escapeRegExp.html +0 -145
- package/docs/functions/formatDate.html +0 -147
- package/docs/functions/get.html +0 -171
- package/docs/functions/getMultiple.html +0 -162
- package/docs/functions/insertSeparator.html +0 -156
- package/docs/functions/isEmpty.html +0 -172
- package/docs/functions/isNumericString.html +0 -146
- package/docs/functions/isPlainObject.html +0 -156
- package/docs/functions/last.html +0 -159
- package/docs/functions/later-1.html +0 -144
- package/docs/functions/mapAsync.html +0 -177
- package/docs/functions/mapValues.html +0 -163
- package/docs/functions/match.html +0 -155
- package/docs/functions/merge.html +0 -497
- package/docs/functions/mostFrequent.html +0 -144
- package/docs/functions/noop.html +0 -134
- package/docs/functions/occurrences.html +0 -158
- package/docs/functions/omit.html +0 -162
- package/docs/functions/pick.html +0 -162
- package/docs/functions/pull.html +0 -146
- package/docs/functions/remove.html +0 -162
- package/docs/functions/removeCommonProperties.html +0 -161
- package/docs/functions/replace.html +0 -151
- package/docs/functions/replaceDeep.html +0 -158
- package/docs/functions/rethrow.html +0 -139
- package/docs/functions/round.html +0 -148
- package/docs/functions/safe.html +0 -189
- package/docs/functions/sample.html +0 -146
- package/docs/functions/samples.html +0 -156
- package/docs/functions/scale.html +0 -150
- package/docs/functions/seq.html +0 -161
- package/docs/functions/seqEarlyBreak.html +0 -159
- package/docs/functions/serialize.html +0 -158
- package/docs/functions/set.html +0 -171
- package/docs/functions/setImmutable.html +0 -170
- package/docs/functions/shuffle.html +0 -146
- package/docs/functions/sortBy.html +0 -168
- package/docs/functions/sortProps.html +0 -156
- package/docs/functions/stripPrefix.html +0 -145
- package/docs/functions/stripSuffix.html +0 -145
- package/docs/functions/throttle.html +0 -164
- package/docs/functions/toggle.html +0 -151
- package/docs/functions/truthy.html +0 -151
- package/docs/functions/unique.html +0 -149
- package/docs/functions/wait.html +0 -142
- package/docs/functions/waitFor.html +0 -161
- package/docs/functions/waitSync.html +0 -142
- package/docs/interfaces/ComparePropsOptions.html +0 -70
- package/docs/interfaces/GetMultipleSource.html +0 -139
- package/docs/interfaces/GetSource.html +0 -139
- package/docs/interfaces/IsNumericStringOptions.html +0 -91
- package/docs/interfaces/OccurencesOptions.html +0 -72
- package/docs/interfaces/SetImmutableSource.html +0 -139
- package/docs/interfaces/SetSource.html +0 -139
- package/docs/interfaces/ThrottleOptions.html +0 -81
- package/docs/interfaces/ThrottledFunctionExtras.html +0 -97
- package/docs/modules.html +0 -217
- package/docs/pages/CHANGELOG.html +0 -924
- package/docs/pages/Introduction.html +0 -127
- package/docs/types/CustomDeserializers.html +0 -156
- package/docs/types/CustomSerializers.html +0 -156
- package/docs/types/Later.html +0 -170
- package/docs/types/MapValuesFn.html +0 -167
- package/docs/types/MatchCallback.html +0 -146
- package/docs/types/SeqEarlyBreaker.html +0 -147
- package/docs/types/SeqFn.html +0 -145
- package/docs/types/SeqFunctions.html +0 -138
- package/docs/types/SetImmutablePath.html +0 -132
- package/docs/types/ThrottledFunction.html +0 -146
- package/docs/variables/mapValuesUNSET.html +0 -134
- package/docs/variables/mergeUNSET.html +0 -136
- package/tutorials/Introduction.md +0 -1
|
@@ -1,924 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v3.0.0</title><meta name="description" content="Documentation for @ezez/utils - v3.0.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
-
<div class="tsd-toolbar-contents container">
|
|
3
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
-
<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"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
-
<div class="field">
|
|
6
|
-
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
-
<ul class="results">
|
|
8
|
-
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v3.0.0</a></div>
|
|
10
|
-
<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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
-
<div class="container container-main">
|
|
12
|
-
<div class="col-8 col-content">
|
|
13
|
-
<div class="tsd-page-title">
|
|
14
|
-
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v3.0.0</a></li>
|
|
16
|
-
<li><a href="CHANGELOG.html">Changelog</a></li></ul>
|
|
17
|
-
<h1> Changelog</h1></div>
|
|
18
|
-
<div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
|
|
19
|
-
<p>The format is based on <a href="https://ezez.dev/changelog/">EZEZ Changelog</a>
|
|
20
|
-
and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
|
|
21
|
-
|
|
22
|
-
<a href="#300---2024-03-25" id="300---2024-03-25" style="color: inherit; text-decoration: none;">
|
|
23
|
-
<h2>[3.0.0] - 2024-03-25</h2>
|
|
24
|
-
</a>
|
|
25
|
-
|
|
26
|
-
<a href="#breaking" id="breaking" style="color: inherit; text-decoration: none;">
|
|
27
|
-
<h3>Breaking</h3>
|
|
28
|
-
</a>
|
|
29
|
-
<ul>
|
|
30
|
-
<li><code>waitFor</code> method was upgraded:<ul>
|
|
31
|
-
<li>now it supports Promises</li>
|
|
32
|
-
<li>the check fails only if <code>undefined</code>, <code>null</code> or <code>false</code> is given</li>
|
|
33
|
-
<li>function signature is changed (object options)</li>
|
|
34
|
-
<li><code>maxTries</code> option is added to have a limit of tries unrelated to time</li>
|
|
35
|
-
<li>no wait before the initial check</li>
|
|
36
|
-
</ul>
|
|
37
|
-
</li>
|
|
38
|
-
</ul>
|
|
39
|
-
|
|
40
|
-
<a href="#added" id="added" style="color: inherit; text-decoration: none;">
|
|
41
|
-
<h3>Added</h3>
|
|
42
|
-
</a>
|
|
43
|
-
<ul>
|
|
44
|
-
<li><code>toggle</code> method</li>
|
|
45
|
-
<li><code>sample</code> method</li>
|
|
46
|
-
<li><code>samples</code> method</li>
|
|
47
|
-
<li><code>shuffle</code> method</li>
|
|
48
|
-
</ul>
|
|
49
|
-
|
|
50
|
-
<a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
|
|
51
|
-
<h3>Dev</h3>
|
|
52
|
-
</a>
|
|
53
|
-
<ul>
|
|
54
|
-
<li>added <code>waitFor</code> unit tests</li>
|
|
55
|
-
<li>added missing build files to repo (missing since 2.0.0)</li>
|
|
56
|
-
</ul>
|
|
57
|
-
|
|
58
|
-
<a href="#210---2023-10-29" id="210---2023-10-29" style="color: inherit; text-decoration: none;">
|
|
59
|
-
<h2>[2.1.0] - 2023-10-29</h2>
|
|
60
|
-
</a>
|
|
61
|
-
|
|
62
|
-
<a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
|
|
63
|
-
<h3>Added</h3>
|
|
64
|
-
</a>
|
|
65
|
-
<ul>
|
|
66
|
-
<li><code>round</code> method</li>
|
|
67
|
-
</ul>
|
|
68
|
-
|
|
69
|
-
<a href="#200---2023-10-09" id="200---2023-10-09" style="color: inherit; text-decoration: none;">
|
|
70
|
-
<h2>[2.0.0] - 2023-10-09</h2>
|
|
71
|
-
</a>
|
|
72
|
-
|
|
73
|
-
<a href="#breaking-1" id="breaking-1" style="color: inherit; text-decoration: none;">
|
|
74
|
-
<h3>Breaking</h3>
|
|
75
|
-
</a>
|
|
76
|
-
<ul>
|
|
77
|
-
<li>code is compiled to es2020 due to <code>bigint</code> usage, if you are not using <code>serialize</code> or <code>deserialize</code> you can still
|
|
78
|
-
transpile this lib yourself</li>
|
|
79
|
-
</ul>
|
|
80
|
-
|
|
81
|
-
<a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
|
|
82
|
-
<h3>Added</h3>
|
|
83
|
-
</a>
|
|
84
|
-
<ul>
|
|
85
|
-
<li><code>serialize</code> method</li>
|
|
86
|
-
<li><code>deserialize</code> method</li>
|
|
87
|
-
<li><code>replaceDeep</code> method</li>
|
|
88
|
-
</ul>
|
|
89
|
-
|
|
90
|
-
<a href="#190---2023-07-07" id="190---2023-07-07" style="color: inherit; text-decoration: none;">
|
|
91
|
-
<h2>[1.9.0] - 2023-07-07</h2>
|
|
92
|
-
</a>
|
|
93
|
-
|
|
94
|
-
<a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
|
|
95
|
-
<h3>Added</h3>
|
|
96
|
-
</a>
|
|
97
|
-
<ul>
|
|
98
|
-
<li><code>removeCommonProperties</code> method</li>
|
|
99
|
-
</ul>
|
|
100
|
-
|
|
101
|
-
<a href="#181---2023-06-24" id="181---2023-06-24" style="color: inherit; text-decoration: none;">
|
|
102
|
-
<h2>[1.8.1] - 2023-06-24</h2>
|
|
103
|
-
</a>
|
|
104
|
-
|
|
105
|
-
<a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
|
|
106
|
-
<h3>Fixed</h3>
|
|
107
|
-
</a>
|
|
108
|
-
<ul>
|
|
109
|
-
<li><code>replace</code> method replacing everything with bunch of <code>undefined</code> when empty map is given</li>
|
|
110
|
-
</ul>
|
|
111
|
-
|
|
112
|
-
<a href="#180---2023-06-03" id="180---2023-06-03" style="color: inherit; text-decoration: none;">
|
|
113
|
-
<h2>[1.8.0] - 2023-06-03</h2>
|
|
114
|
-
</a>
|
|
115
|
-
|
|
116
|
-
<a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
|
|
117
|
-
<h3>Added</h3>
|
|
118
|
-
</a>
|
|
119
|
-
<ul>
|
|
120
|
-
<li><code>formatDate</code> method</li>
|
|
121
|
-
</ul>
|
|
122
|
-
|
|
123
|
-
<a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
|
|
124
|
-
<h3>Dev</h3>
|
|
125
|
-
</a>
|
|
126
|
-
<ul>
|
|
127
|
-
<li>deps update</li>
|
|
128
|
-
</ul>
|
|
129
|
-
|
|
130
|
-
<a href="#170---2023-05-22" id="170---2023-05-22" style="color: inherit; text-decoration: none;">
|
|
131
|
-
<h2>[1.7.0] - 2023-05-22</h2>
|
|
132
|
-
</a>
|
|
133
|
-
|
|
134
|
-
<a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
|
|
135
|
-
<h3>Added</h3>
|
|
136
|
-
</a>
|
|
137
|
-
<ul>
|
|
138
|
-
<li><code>later</code> method</li>
|
|
139
|
-
</ul>
|
|
140
|
-
|
|
141
|
-
<a href="#160---2023-05-12" id="160---2023-05-12" style="color: inherit; text-decoration: none;">
|
|
142
|
-
<h2>[1.6.0] - 2023-05-12</h2>
|
|
143
|
-
</a>
|
|
144
|
-
|
|
145
|
-
<a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
|
|
146
|
-
<h3>Added</h3>
|
|
147
|
-
</a>
|
|
148
|
-
<ul>
|
|
149
|
-
<li><code>compareProps</code> method</li>
|
|
150
|
-
</ul>
|
|
151
|
-
|
|
152
|
-
<a href="#150---2023-05-12" id="150---2023-05-12" style="color: inherit; text-decoration: none;">
|
|
153
|
-
<h2>[1.5.0] - 2023-05-12</h2>
|
|
154
|
-
</a>
|
|
155
|
-
|
|
156
|
-
<a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
|
|
157
|
-
<h3>Added</h3>
|
|
158
|
-
</a>
|
|
159
|
-
<ul>
|
|
160
|
-
<li><code>compareArrays</code> method</li>
|
|
161
|
-
<li><code>unique</code> method</li>
|
|
162
|
-
</ul>
|
|
163
|
-
|
|
164
|
-
<a href="#140---2023-05-11" id="140---2023-05-11" style="color: inherit; text-decoration: none;">
|
|
165
|
-
<h2>[1.4.0] - 2023-05-11</h2>
|
|
166
|
-
</a>
|
|
167
|
-
|
|
168
|
-
<a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
|
|
169
|
-
<h3>Added</h3>
|
|
170
|
-
</a>
|
|
171
|
-
<ul>
|
|
172
|
-
<li><code>escapeRegExp</code> method</li>
|
|
173
|
-
<li><code>replace</code> method</li>
|
|
174
|
-
<li><code>sortProps</code> method</li>
|
|
175
|
-
</ul>
|
|
176
|
-
|
|
177
|
-
<a href="#130---2023-05-07" id="130---2023-05-07" style="color: inherit; text-decoration: none;">
|
|
178
|
-
<h2>[1.3.0] - 2023-05-07</h2>
|
|
179
|
-
</a>
|
|
180
|
-
|
|
181
|
-
<a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
|
|
182
|
-
<h3>Added</h3>
|
|
183
|
-
</a>
|
|
184
|
-
<ul>
|
|
185
|
-
<li><code>safe</code> method</li>
|
|
186
|
-
</ul>
|
|
187
|
-
|
|
188
|
-
<a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
|
|
189
|
-
<h3>Dev</h3>
|
|
190
|
-
</a>
|
|
191
|
-
<ul>
|
|
192
|
-
<li>upgraded some jsdocs</li>
|
|
193
|
-
<li>upgraded deps</li>
|
|
194
|
-
</ul>
|
|
195
|
-
|
|
196
|
-
<a href="#120---2023-03-01" id="120---2023-03-01" style="color: inherit; text-decoration: none;">
|
|
197
|
-
<h2>[1.2.0] - 2023-03-01</h2>
|
|
198
|
-
</a>
|
|
199
|
-
|
|
200
|
-
<a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
|
|
201
|
-
<h3>Added</h3>
|
|
202
|
-
</a>
|
|
203
|
-
<ul>
|
|
204
|
-
<li><code>ensureDate</code> method</li>
|
|
205
|
-
<li><code>ensurePrefix</code> method</li>
|
|
206
|
-
<li><code>ensureSuffix</code> method</li>
|
|
207
|
-
<li><code>ensureTimestamp</code> method</li>
|
|
208
|
-
<li><code>stripPrefix</code> method</li>
|
|
209
|
-
<li><code>stripSuffix</code> method</li>
|
|
210
|
-
</ul>
|
|
211
|
-
|
|
212
|
-
<a href="#110---2023-02-20" id="110---2023-02-20" style="color: inherit; text-decoration: none;">
|
|
213
|
-
<h2>[1.1.0] - 2023-02-20</h2>
|
|
214
|
-
</a>
|
|
215
|
-
|
|
216
|
-
<a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
|
|
217
|
-
<h3>Added</h3>
|
|
218
|
-
</a>
|
|
219
|
-
<ul>
|
|
220
|
-
<li><code>isNumericString</code> method</li>
|
|
221
|
-
<li><code>occurrences</code> method</li>
|
|
222
|
-
</ul>
|
|
223
|
-
|
|
224
|
-
<a href="#changed" id="changed" style="color: inherit; text-decoration: none;">
|
|
225
|
-
<h3>Changed</h3>
|
|
226
|
-
</a>
|
|
227
|
-
<ul>
|
|
228
|
-
<li><code>isEmpty</code> throws <code>TypeError</code> instead of <code>Error</code> on primitives</li>
|
|
229
|
-
</ul>
|
|
230
|
-
|
|
231
|
-
<a href="#100---2023-02-19" id="100---2023-02-19" style="color: inherit; text-decoration: none;">
|
|
232
|
-
<h2>[1.0.0] - 2023-02-19</h2>
|
|
233
|
-
</a>
|
|
234
|
-
|
|
235
|
-
<a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
|
|
236
|
-
<h3>Added</h3>
|
|
237
|
-
</a>
|
|
238
|
-
<ul>
|
|
239
|
-
<li><code>isPlainObject</code> method</li>
|
|
240
|
-
</ul>
|
|
241
|
-
|
|
242
|
-
<a href="#breaking-2" id="breaking-2" style="color: inherit; text-decoration: none;">
|
|
243
|
-
<h3>Breaking</h3>
|
|
244
|
-
</a>
|
|
245
|
-
<ul>
|
|
246
|
-
<li>changed <code>isEmpty</code> to throw on primitives</li>
|
|
247
|
-
<li><code>makeArray</code> is renamed to <code>ensureArray</code></li>
|
|
248
|
-
<li><code>wait.sync</code> is extracted as <code>waitSync</code></li>
|
|
249
|
-
<li>removed <code>pack</code> method</li>
|
|
250
|
-
<li>removed <code>pages</code> method</li>
|
|
251
|
-
<li>replaced <code>merge.UNSET</code> with <code>mergeUNSET</code></li>
|
|
252
|
-
<li>replaced <code>mapValues.REMOVE</code> with <code>mapValuesUNSET</code></li>
|
|
253
|
-
</ul>
|
|
254
|
-
|
|
255
|
-
<a href="#changed-1" id="changed-1" style="color: inherit; text-decoration: none;">
|
|
256
|
-
<h3>Changed</h3>
|
|
257
|
-
</a>
|
|
258
|
-
<ul>
|
|
259
|
-
<li>added some examples to docs</li>
|
|
260
|
-
<li>in jsdoc added a warning to get/set and family about using them with TS</li>
|
|
261
|
-
</ul>
|
|
262
|
-
|
|
263
|
-
<a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
|
|
264
|
-
<h3>Dev</h3>
|
|
265
|
-
</a>
|
|
266
|
-
<ul>
|
|
267
|
-
<li>added missing docs</li>
|
|
268
|
-
<li>fixed some jsdoc strings (so they contain types for non-ts users)</li>
|
|
269
|
-
<li>fixed typedoc warnings</li>
|
|
270
|
-
<li>README update, preparing to rename library</li>
|
|
271
|
-
</ul>
|
|
272
|
-
|
|
273
|
-
<a href="#0241---2022-11-08" id="0241---2022-11-08" style="color: inherit; text-decoration: none;">
|
|
274
|
-
<h2>[0.24.1] - 2022-11-08</h2>
|
|
275
|
-
</a>
|
|
276
|
-
|
|
277
|
-
<a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
|
|
278
|
-
<h3>Dev</h3>
|
|
279
|
-
</a>
|
|
280
|
-
<ul>
|
|
281
|
-
<li>exported some typings</li>
|
|
282
|
-
<li>library template bump</li>
|
|
283
|
-
</ul>
|
|
284
|
-
|
|
285
|
-
<a href="#0240---2022-09-23" id="0240---2022-09-23" style="color: inherit; text-decoration: none;">
|
|
286
|
-
<h2>[0.24.0] - 2022-09-23</h2>
|
|
287
|
-
</a>
|
|
288
|
-
|
|
289
|
-
<a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
|
|
290
|
-
<h3>Added</h3>
|
|
291
|
-
</a>
|
|
292
|
-
<ul>
|
|
293
|
-
<li><code>pull</code> method</li>
|
|
294
|
-
</ul>
|
|
295
|
-
|
|
296
|
-
<a href="#changed-2" id="changed-2" style="color: inherit; text-decoration: none;">
|
|
297
|
-
<h3>Changed</h3>
|
|
298
|
-
</a>
|
|
299
|
-
<ul>
|
|
300
|
-
<li><code>throttle</code> with multiple timeouts working more as intended with <code>opts.leading</code> = true</li>
|
|
301
|
-
</ul>
|
|
302
|
-
|
|
303
|
-
<a href="#fixed-1" id="fixed-1" style="color: inherit; text-decoration: none;">
|
|
304
|
-
<h3>Fixed</h3>
|
|
305
|
-
</a>
|
|
306
|
-
<ul>
|
|
307
|
-
<li>first timeout of <code>throttle</code> with multiple timeouts repeated two times</li>
|
|
308
|
-
</ul>
|
|
309
|
-
|
|
310
|
-
<a href="#0232---2022-08-21" id="0232---2022-08-21" style="color: inherit; text-decoration: none;">
|
|
311
|
-
<h2>[0.23.2] - 2022-08-21</h2>
|
|
312
|
-
</a>
|
|
313
|
-
|
|
314
|
-
<a href="#fixed-2" id="fixed-2" style="color: inherit; text-decoration: none;">
|
|
315
|
-
<h3>Fixed</h3>
|
|
316
|
-
</a>
|
|
317
|
-
<ul>
|
|
318
|
-
<li><code>throttle</code> with trailing call not respecting multiple timeouts</li>
|
|
319
|
-
<li><code>truthy</code> typings</li>
|
|
320
|
-
</ul>
|
|
321
|
-
|
|
322
|
-
<a href="#0231---2022-07-17" id="0231---2022-07-17" style="color: inherit; text-decoration: none;">
|
|
323
|
-
<h2>[0.23.1] - 2022-07-17</h2>
|
|
324
|
-
</a>
|
|
325
|
-
|
|
326
|
-
<a href="#fixed-3" id="fixed-3" style="color: inherit; text-decoration: none;">
|
|
327
|
-
<h3>Fixed</h3>
|
|
328
|
-
</a>
|
|
329
|
-
<ul>
|
|
330
|
-
<li>missing <code>mostFrequent</code> export</li>
|
|
331
|
-
</ul>
|
|
332
|
-
|
|
333
|
-
<a href="#0230---2022-07-17" id="0230---2022-07-17" style="color: inherit; text-decoration: none;">
|
|
334
|
-
<h2>[0.23.0] - 2022-07-17</h2>
|
|
335
|
-
</a>
|
|
336
|
-
|
|
337
|
-
<a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
|
|
338
|
-
<h3>Added</h3>
|
|
339
|
-
</a>
|
|
340
|
-
<ul>
|
|
341
|
-
<li><code>mostFrequent</code> method</li>
|
|
342
|
-
</ul>
|
|
343
|
-
|
|
344
|
-
<a href="#0220---2022-07-16" id="0220---2022-07-16" style="color: inherit; text-decoration: none;">
|
|
345
|
-
<h2>[0.22.0] - 2022-07-16</h2>
|
|
346
|
-
</a>
|
|
347
|
-
|
|
348
|
-
<a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
|
|
349
|
-
<h3>Added</h3>
|
|
350
|
-
</a>
|
|
351
|
-
<ul>
|
|
352
|
-
<li><code>capitalize</code> method</li>
|
|
353
|
-
</ul>
|
|
354
|
-
|
|
355
|
-
<a href="#fixed-4" id="fixed-4" style="color: inherit; text-decoration: none;">
|
|
356
|
-
<h3>Fixed</h3>
|
|
357
|
-
</a>
|
|
358
|
-
<ul>
|
|
359
|
-
<li><code>throttle</code> reset not resetting array of times</li>
|
|
360
|
-
</ul>
|
|
361
|
-
|
|
362
|
-
<a href="#0210---2022-07-08" id="0210---2022-07-08" style="color: inherit; text-decoration: none;">
|
|
363
|
-
<h2>[0.21.0] - 2022-07-08</h2>
|
|
364
|
-
</a>
|
|
365
|
-
|
|
366
|
-
<a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
|
|
367
|
-
<h3>Added</h3>
|
|
368
|
-
</a>
|
|
369
|
-
<ul>
|
|
370
|
-
<li><code>throttle</code> method</li>
|
|
371
|
-
</ul>
|
|
372
|
-
|
|
373
|
-
<a href="#0200---2022-07-03" id="0200---2022-07-03" style="color: inherit; text-decoration: none;">
|
|
374
|
-
<h2>[0.20.0] - 2022-07-03</h2>
|
|
375
|
-
</a>
|
|
376
|
-
|
|
377
|
-
<a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
|
|
378
|
-
<h3>Added</h3>
|
|
379
|
-
</a>
|
|
380
|
-
<ul>
|
|
381
|
-
<li><code>ensureError</code> method</li>
|
|
382
|
-
</ul>
|
|
383
|
-
|
|
384
|
-
<a href="#0191---2022-04-27" id="0191---2022-04-27" style="color: inherit; text-decoration: none;">
|
|
385
|
-
<h2>[0.19.1] - 2022-04-27</h2>
|
|
386
|
-
</a>
|
|
387
|
-
|
|
388
|
-
<a href="#fixed-5" id="fixed-5" style="color: inherit; text-decoration: none;">
|
|
389
|
-
<h3>Fixed</h3>
|
|
390
|
-
</a>
|
|
391
|
-
<ul>
|
|
392
|
-
<li>new methods not exported</li>
|
|
393
|
-
</ul>
|
|
394
|
-
|
|
395
|
-
<a href="#0190---2022-04-27" id="0190---2022-04-27" style="color: inherit; text-decoration: none;">
|
|
396
|
-
<h2>[0.19.0] - 2022-04-27</h2>
|
|
397
|
-
</a>
|
|
398
|
-
|
|
399
|
-
<a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
|
|
400
|
-
<h3>Added</h3>
|
|
401
|
-
</a>
|
|
402
|
-
<ul>
|
|
403
|
-
<li><code>scale</code>, <code>truthy</code>, <code>waitFor</code>, <code>cap</code> methods</li>
|
|
404
|
-
</ul>
|
|
405
|
-
|
|
406
|
-
<a href="#changed-3" id="changed-3" style="color: inherit; text-decoration: none;">
|
|
407
|
-
<h3>Changed</h3>
|
|
408
|
-
</a>
|
|
409
|
-
<ul>
|
|
410
|
-
<li>improved types for <code>insertSeparator</code></li>
|
|
411
|
-
<li>added/improved jsdoc to <code>mapAsync</code>, <code>match</code>, <code>merge</code>, <code>noop</code>, <code>rethrow</code></li>
|
|
412
|
-
</ul>
|
|
413
|
-
|
|
414
|
-
<a href="#breaking-3" id="breaking-3" style="color: inherit; text-decoration: none;">
|
|
415
|
-
<h3>Breaking</h3>
|
|
416
|
-
</a>
|
|
417
|
-
<ul>
|
|
418
|
-
<li><code>seq</code> no longer uses nor exports custom error</li>
|
|
419
|
-
</ul>
|
|
420
|
-
|
|
421
|
-
<a href="#0180---2021-12-04" id="0180---2021-12-04" style="color: inherit; text-decoration: none;">
|
|
422
|
-
<h2>[0.18.0] - 2021-12-04</h2>
|
|
423
|
-
</a>
|
|
424
|
-
|
|
425
|
-
<a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
|
|
426
|
-
<h3>Added</h3>
|
|
427
|
-
</a>
|
|
428
|
-
<ul>
|
|
429
|
-
<li><code>wait</code> method</li>
|
|
430
|
-
<li><code>mapAsync</code> method</li>
|
|
431
|
-
</ul>
|
|
432
|
-
|
|
433
|
-
<a href="#0171---2021-10-31" id="0171---2021-10-31" style="color: inherit; text-decoration: none;">
|
|
434
|
-
<h2>[0.17.1] - 2021-10-31</h2>
|
|
435
|
-
</a>
|
|
436
|
-
|
|
437
|
-
<a href="#fixed-6" id="fixed-6" style="color: inherit; text-decoration: none;">
|
|
438
|
-
<h3>Fixed</h3>
|
|
439
|
-
</a>
|
|
440
|
-
<ul>
|
|
441
|
-
<li>missing <code>merge</code> export</li>
|
|
442
|
-
</ul>
|
|
443
|
-
|
|
444
|
-
<a href="#0170---2021-10-31" id="0170---2021-10-31" style="color: inherit; text-decoration: none;">
|
|
445
|
-
<h2>[0.17.0] - 2021-10-31</h2>
|
|
446
|
-
</a>
|
|
447
|
-
|
|
448
|
-
<a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
|
|
449
|
-
<h3>Added</h3>
|
|
450
|
-
</a>
|
|
451
|
-
<ul>
|
|
452
|
-
<li><code>merge</code> method</li>
|
|
453
|
-
</ul>
|
|
454
|
-
|
|
455
|
-
<a href="#changed-4" id="changed-4" style="color: inherit; text-decoration: none;">
|
|
456
|
-
<h3>Changed</h3>
|
|
457
|
-
</a>
|
|
458
|
-
<ul>
|
|
459
|
-
<li><code>REMOVE</code> special property in <code>mapValues</code> now uses Symbols if available</li>
|
|
460
|
-
</ul>
|
|
461
|
-
|
|
462
|
-
<a href="#0160---2021-09-24" id="0160---2021-09-24" style="color: inherit; text-decoration: none;">
|
|
463
|
-
<h2>[0.16.0] - 2021-09-24</h2>
|
|
464
|
-
</a>
|
|
465
|
-
|
|
466
|
-
<a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
|
|
467
|
-
<h3>Added</h3>
|
|
468
|
-
</a>
|
|
469
|
-
<ul>
|
|
470
|
-
<li><code>noop</code> and <code>rethrow</code> methods</li>
|
|
471
|
-
</ul>
|
|
472
|
-
|
|
473
|
-
<a href="#0150---2021-07-04" id="0150---2021-07-04" style="color: inherit; text-decoration: none;">
|
|
474
|
-
<h2>[0.15.0] - 2021-07-04</h2>
|
|
475
|
-
</a>
|
|
476
|
-
|
|
477
|
-
<a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
|
|
478
|
-
<h3>Added</h3>
|
|
479
|
-
</a>
|
|
480
|
-
<ul>
|
|
481
|
-
<li><code>seq</code> with early break mode</li>
|
|
482
|
-
</ul>
|
|
483
|
-
|
|
484
|
-
<a href="#changed-5" id="changed-5" style="color: inherit; text-decoration: none;">
|
|
485
|
-
<h3>Changed</h3>
|
|
486
|
-
</a>
|
|
487
|
-
<ul>
|
|
488
|
-
<li>upgraded typings for <code>last</code></li>
|
|
489
|
-
</ul>
|
|
490
|
-
|
|
491
|
-
<a href="#0141---2021-06-13" id="0141---2021-06-13" style="color: inherit; text-decoration: none;">
|
|
492
|
-
<h2>[0.14.1] - 2021-06-13</h2>
|
|
493
|
-
</a>
|
|
494
|
-
|
|
495
|
-
<a href="#changed-6" id="changed-6" style="color: inherit; text-decoration: none;">
|
|
496
|
-
<h3>Changed</h3>
|
|
497
|
-
</a>
|
|
498
|
-
<ul>
|
|
499
|
-
<li>upgraded typings for <code>pick</code>, <code>omit</code>, <code>pack</code>, <code>sortBy</code></li>
|
|
500
|
-
</ul>
|
|
501
|
-
|
|
502
|
-
<a href="#0140---2021-06-05" id="0140---2021-06-05" style="color: inherit; text-decoration: none;">
|
|
503
|
-
<h2>[0.14.0] - 2021-06-05</h2>
|
|
504
|
-
</a>
|
|
505
|
-
|
|
506
|
-
<a href="#changed-7" id="changed-7" style="color: inherit; text-decoration: none;">
|
|
507
|
-
<h3>Changed</h3>
|
|
508
|
-
</a>
|
|
509
|
-
<ul>
|
|
510
|
-
<li>upgraded typings for sortBy</li>
|
|
511
|
-
</ul>
|
|
512
|
-
|
|
513
|
-
<a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
|
|
514
|
-
<h3>Added</h3>
|
|
515
|
-
</a>
|
|
516
|
-
<ul>
|
|
517
|
-
<li><code>seq</code> method</li>
|
|
518
|
-
</ul>
|
|
519
|
-
|
|
520
|
-
<a href="#0132---2021-05-16" id="0132---2021-05-16" style="color: inherit; text-decoration: none;">
|
|
521
|
-
<h2>[0.13.2] - 2021-05-16</h2>
|
|
522
|
-
</a>
|
|
523
|
-
|
|
524
|
-
<a href="#changed-8" id="changed-8" style="color: inherit; text-decoration: none;">
|
|
525
|
-
<h3>Changed</h3>
|
|
526
|
-
</a>
|
|
527
|
-
<ul>
|
|
528
|
-
<li>upgraded typings for pick, omit, get, getMultiple, mapValues, set, setImmutable, sortBy</li>
|
|
529
|
-
</ul>
|
|
530
|
-
|
|
531
|
-
<a href="#0131---2021-04-14" id="0131---2021-04-14" style="color: inherit; text-decoration: none;">
|
|
532
|
-
<h2>[0.13.1] - 2021-04-14</h2>
|
|
533
|
-
</a>
|
|
534
|
-
|
|
535
|
-
<a href="#changed-9" id="changed-9" style="color: inherit; text-decoration: none;">
|
|
536
|
-
<h3>Changed</h3>
|
|
537
|
-
</a>
|
|
538
|
-
<ul>
|
|
539
|
-
<li>upgraded typings for mapValues</li>
|
|
540
|
-
</ul>
|
|
541
|
-
|
|
542
|
-
<a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
|
|
543
|
-
<h3>Dev</h3>
|
|
544
|
-
</a>
|
|
545
|
-
<ul>
|
|
546
|
-
<li>fixed invalid name in <code>types</code> package.json field</li>
|
|
547
|
-
<li>bumped some deps</li>
|
|
548
|
-
<li>added missing testcase for mapValues</li>
|
|
549
|
-
</ul>
|
|
550
|
-
|
|
551
|
-
<a href="#0130---2021-02-03" id="0130---2021-02-03" style="color: inherit; text-decoration: none;">
|
|
552
|
-
<h2>[0.13.0] - 2021-02-03</h2>
|
|
553
|
-
</a>
|
|
554
|
-
|
|
555
|
-
<a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
|
|
556
|
-
<h3>Added</h3>
|
|
557
|
-
</a>
|
|
558
|
-
<ul>
|
|
559
|
-
<li><code>match</code> method</li>
|
|
560
|
-
<li><code>pack</code> method</li>
|
|
561
|
-
<li><code>sortBy</code> method</li>
|
|
562
|
-
</ul>
|
|
563
|
-
|
|
564
|
-
<a href="#0120---2021-01-19" id="0120---2021-01-19" style="color: inherit; text-decoration: none;">
|
|
565
|
-
<h2>[0.12.0] - 2021-01-19</h2>
|
|
566
|
-
</a>
|
|
567
|
-
|
|
568
|
-
<a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
|
|
569
|
-
<h3>Added</h3>
|
|
570
|
-
</a>
|
|
571
|
-
<ul>
|
|
572
|
-
<li><code>makeArray</code> method</li>
|
|
573
|
-
</ul>
|
|
574
|
-
|
|
575
|
-
<a href="#0110-beta2---2021-01-08" id="0110-beta2---2021-01-08" style="color: inherit; text-decoration: none;">
|
|
576
|
-
<h2>[0.11.0-beta.2] - 2021-01-08</h2>
|
|
577
|
-
</a>
|
|
578
|
-
|
|
579
|
-
<a href="#dev-6" id="dev-6" style="color: inherit; text-decoration: none;">
|
|
580
|
-
<h3>Dev</h3>
|
|
581
|
-
</a>
|
|
582
|
-
<ul>
|
|
583
|
-
<li>add basic TypeScript support</li>
|
|
584
|
-
<li>replaced mocha with jest</li>
|
|
585
|
-
<li>replaced jsdoc with typedoc</li>
|
|
586
|
-
</ul>
|
|
587
|
-
|
|
588
|
-
<a href="#changed-10" id="changed-10" style="color: inherit; text-decoration: none;">
|
|
589
|
-
<h3>Changed</h3>
|
|
590
|
-
</a>
|
|
591
|
-
<ul>
|
|
592
|
-
<li>small README update</li>
|
|
593
|
-
</ul>
|
|
594
|
-
|
|
595
|
-
<a href="#0101---2020-09-14" id="0101---2020-09-14" style="color: inherit; text-decoration: none;">
|
|
596
|
-
<h2>[0.10.1] - 2020-09-14</h2>
|
|
597
|
-
</a>
|
|
598
|
-
|
|
599
|
-
<a href="#fixed-7" id="fixed-7" style="color: inherit; text-decoration: none;">
|
|
600
|
-
<h3>Fixed</h3>
|
|
601
|
-
</a>
|
|
602
|
-
<ul>
|
|
603
|
-
<li><code>pages</code> export</li>
|
|
604
|
-
</ul>
|
|
605
|
-
|
|
606
|
-
<a href="#0100---2020-09-14" id="0100---2020-09-14" style="color: inherit; text-decoration: none;">
|
|
607
|
-
<h2>[0.10.0] - 2020-09-14</h2>
|
|
608
|
-
</a>
|
|
609
|
-
|
|
610
|
-
<a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
|
|
611
|
-
<h3>Added</h3>
|
|
612
|
-
</a>
|
|
613
|
-
<ul>
|
|
614
|
-
<li><code>pages</code> method</li>
|
|
615
|
-
</ul>
|
|
616
|
-
|
|
617
|
-
<a href="#090---2020-07-09" id="090---2020-07-09" style="color: inherit; text-decoration: none;">
|
|
618
|
-
<h2>[0.9.0] - 2020-07-09</h2>
|
|
619
|
-
</a>
|
|
620
|
-
|
|
621
|
-
<a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
|
|
622
|
-
<h3>Added</h3>
|
|
623
|
-
</a>
|
|
624
|
-
<ul>
|
|
625
|
-
<li><code>remove</code> method</li>
|
|
626
|
-
</ul>
|
|
627
|
-
|
|
628
|
-
<a href="#080---2020-03-13" id="080---2020-03-13" style="color: inherit; text-decoration: none;">
|
|
629
|
-
<h2>[0.8.0] - 2020-03-13</h2>
|
|
630
|
-
</a>
|
|
631
|
-
|
|
632
|
-
<a href="#fixed-8" id="fixed-8" style="color: inherit; text-decoration: none;">
|
|
633
|
-
<h3>Fixed</h3>
|
|
634
|
-
</a>
|
|
635
|
-
<ul>
|
|
636
|
-
<li>CommonJS code still not working properly</li>
|
|
637
|
-
</ul>
|
|
638
|
-
|
|
639
|
-
<a href="#changed-11" id="changed-11" style="color: inherit; text-decoration: none;">
|
|
640
|
-
<h3>Changed</h3>
|
|
641
|
-
</a>
|
|
642
|
-
<ul>
|
|
643
|
-
<li><code>REMOVE</code> enum from mapValues attached to the function instead of extra export</li>
|
|
644
|
-
<li>better native ESM support</li>
|
|
645
|
-
</ul>
|
|
646
|
-
|
|
647
|
-
<a href="#071---2020-03-12" id="071---2020-03-12" style="color: inherit; text-decoration: none;">
|
|
648
|
-
<h2>[0.7.1] - 2020-03-12</h2>
|
|
649
|
-
</a>
|
|
650
|
-
|
|
651
|
-
<a href="#fixed-9" id="fixed-9" style="color: inherit; text-decoration: none;">
|
|
652
|
-
<h3>Fixed</h3>
|
|
653
|
-
</a>
|
|
654
|
-
<ul>
|
|
655
|
-
<li>CommonJS code not working properly</li>
|
|
656
|
-
</ul>
|
|
657
|
-
|
|
658
|
-
<a href="#070---2020-03-10" id="070---2020-03-10" style="color: inherit; text-decoration: none;">
|
|
659
|
-
<h2>[0.7.0] - 2020-03-10</h2>
|
|
660
|
-
</a>
|
|
661
|
-
|
|
662
|
-
<a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
|
|
663
|
-
<h3>Added</h3>
|
|
664
|
-
</a>
|
|
665
|
-
<ul>
|
|
666
|
-
<li>native ESM support</li>
|
|
667
|
-
</ul>
|
|
668
|
-
|
|
669
|
-
<a href="#changed-12" id="changed-12" style="color: inherit; text-decoration: none;">
|
|
670
|
-
<h3>Changed</h3>
|
|
671
|
-
</a>
|
|
672
|
-
<ul>
|
|
673
|
-
<li>upgraded deps</li>
|
|
674
|
-
</ul>
|
|
675
|
-
|
|
676
|
-
<a href="#removed" id="removed" style="color: inherit; text-decoration: none;">
|
|
677
|
-
<h3>Removed</h3>
|
|
678
|
-
</a>
|
|
679
|
-
<ul>
|
|
680
|
-
<li>support for deep imports like: <code>bottom-line-utils/get</code>, use <code>bottom-line-utils/src/get</code> or
|
|
681
|
-
<code>bottom-line-utils/dist/get</code> for now</li>
|
|
682
|
-
</ul>
|
|
683
|
-
|
|
684
|
-
<a href="#063---2019-08-29" id="063---2019-08-29" style="color: inherit; text-decoration: none;">
|
|
685
|
-
<h2>[0.6.3] - 2019-08-29</h2>
|
|
686
|
-
</a>
|
|
687
|
-
|
|
688
|
-
<a href="#fixed-10" id="fixed-10" style="color: inherit; text-decoration: none;">
|
|
689
|
-
<h3>Fixed</h3>
|
|
690
|
-
</a>
|
|
691
|
-
<ul>
|
|
692
|
-
<li>dev deps audit issues</li>
|
|
693
|
-
</ul>
|
|
694
|
-
|
|
695
|
-
<a href="#062---2019-06-06" id="062---2019-06-06" style="color: inherit; text-decoration: none;">
|
|
696
|
-
<h2>[0.6.2] - 2019-06-06</h2>
|
|
697
|
-
</a>
|
|
698
|
-
|
|
699
|
-
<a href="#fixed-11" id="fixed-11" style="color: inherit; text-decoration: none;">
|
|
700
|
-
<h3>Fixed</h3>
|
|
701
|
-
</a>
|
|
702
|
-
<ul>
|
|
703
|
-
<li>deps audit issue, related to development (eslint), not the code (0.6.2 is not released to npm as a result)</li>
|
|
704
|
-
</ul>
|
|
705
|
-
|
|
706
|
-
<a href="#061---2019-06-05" id="061---2019-06-05" style="color: inherit; text-decoration: none;">
|
|
707
|
-
<h2>[0.6.1] - 2019-06-05</h2>
|
|
708
|
-
</a>
|
|
709
|
-
|
|
710
|
-
<a href="#fixed-12" id="fixed-12" style="color: inherit; text-decoration: none;">
|
|
711
|
-
<h3>Fixed</h3>
|
|
712
|
-
</a>
|
|
713
|
-
<ul>
|
|
714
|
-
<li>deps audit issue, related to docs generating, not the code (0.6.1 is not released to npm as a result)</li>
|
|
715
|
-
</ul>
|
|
716
|
-
|
|
717
|
-
<a href="#060---2019-05-12" id="060---2019-05-12" style="color: inherit; text-decoration: none;">
|
|
718
|
-
<h2>[0.6.0] - 2019-05-12</h2>
|
|
719
|
-
</a>
|
|
720
|
-
|
|
721
|
-
<a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
|
|
722
|
-
<h3>Added</h3>
|
|
723
|
-
</a>
|
|
724
|
-
<ul>
|
|
725
|
-
<li><code>pick</code> and <code>omit</code> methods</li>
|
|
726
|
-
</ul>
|
|
727
|
-
|
|
728
|
-
<a href="#changed-13" id="changed-13" style="color: inherit; text-decoration: none;">
|
|
729
|
-
<h3>Changed</h3>
|
|
730
|
-
</a>
|
|
731
|
-
<ul>
|
|
732
|
-
<li>babel config for <code>dist</code> transpiled code upgraded, to transpile less features</li>
|
|
733
|
-
</ul>
|
|
734
|
-
|
|
735
|
-
<a href="#050---2019-04-09" id="050---2019-04-09" style="color: inherit; text-decoration: none;">
|
|
736
|
-
<h2>[0.5.0] - 2019-04-09</h2>
|
|
737
|
-
</a>
|
|
738
|
-
|
|
739
|
-
<a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
|
|
740
|
-
<h3>Added</h3>
|
|
741
|
-
</a>
|
|
742
|
-
<ul>
|
|
743
|
-
<li><code>coalesce</code> method</li>
|
|
744
|
-
</ul>
|
|
745
|
-
|
|
746
|
-
<a href="#041---2019-01-31" id="041---2019-01-31" style="color: inherit; text-decoration: none;">
|
|
747
|
-
<h2>[0.4.1] - 2019-01-31</h2>
|
|
748
|
-
</a>
|
|
749
|
-
|
|
750
|
-
<a href="#fixed-13" id="fixed-13" style="color: inherit; text-decoration: none;">
|
|
751
|
-
<h3>Fixed</h3>
|
|
752
|
-
</a>
|
|
753
|
-
<ul>
|
|
754
|
-
<li><code>setImmutable</code> not allowing number as path and allowing other incorrect/unexpected values as paths</li>
|
|
755
|
-
</ul>
|
|
756
|
-
|
|
757
|
-
<a href="#040---2019-01-30" id="040---2019-01-30" style="color: inherit; text-decoration: none;">
|
|
758
|
-
<h2>[0.4.0] - 2019-01-30</h2>
|
|
759
|
-
</a>
|
|
760
|
-
|
|
761
|
-
<a href="#added-31" id="added-31" style="color: inherit; text-decoration: none;">
|
|
762
|
-
<h3>Added</h3>
|
|
763
|
-
</a>
|
|
764
|
-
<ul>
|
|
765
|
-
<li><code>insertSeparator</code> method</li>
|
|
766
|
-
</ul>
|
|
767
|
-
|
|
768
|
-
<a href="#031---2018-12-09" id="031---2018-12-09" style="color: inherit; text-decoration: none;">
|
|
769
|
-
<h2>[0.3.1] - 2018-12-09</h2>
|
|
770
|
-
</a>
|
|
771
|
-
|
|
772
|
-
<a href="#fixed-14" id="fixed-14" style="color: inherit; text-decoration: none;">
|
|
773
|
-
<h3>Fixed</h3>
|
|
774
|
-
</a>
|
|
775
|
-
<ul>
|
|
776
|
-
<li>added missing export of <code>setImmutable</code> to index</li>
|
|
777
|
-
</ul>
|
|
778
|
-
|
|
779
|
-
<a href="#030---2018-12-09" id="030---2018-12-09" style="color: inherit; text-decoration: none;">
|
|
780
|
-
<h2>[0.3.0] - 2018-12-09</h2>
|
|
781
|
-
</a>
|
|
782
|
-
|
|
783
|
-
<a href="#fixed-15" id="fixed-15" style="color: inherit; text-decoration: none;">
|
|
784
|
-
<h3>Fixed</h3>
|
|
785
|
-
</a>
|
|
786
|
-
<ul>
|
|
787
|
-
<li>missing labels in <code>set</code> tests</li>
|
|
788
|
-
<li>disabled removing unused labels in tests</li>
|
|
789
|
-
</ul>
|
|
790
|
-
|
|
791
|
-
<a href="#changed-14" id="changed-14" style="color: inherit; text-decoration: none;">
|
|
792
|
-
<h3>Changed</h3>
|
|
793
|
-
</a>
|
|
794
|
-
<ul>
|
|
795
|
-
<li>improved one <code>set</code> test</li>
|
|
796
|
-
</ul>
|
|
797
|
-
|
|
798
|
-
<a href="#added-32" id="added-32" style="color: inherit; text-decoration: none;">
|
|
799
|
-
<h3>Added</h3>
|
|
800
|
-
</a>
|
|
801
|
-
<ul>
|
|
802
|
-
<li><code>setImmutable</code> method</li>
|
|
803
|
-
</ul>
|
|
804
|
-
|
|
805
|
-
<a href="#020-2018-12-09" id="020-2018-12-09" style="color: inherit; text-decoration: none;">
|
|
806
|
-
<h2>[0.2.0] 2018-12-09</h2>
|
|
807
|
-
</a>
|
|
808
|
-
|
|
809
|
-
<a href="#added-33" id="added-33" style="color: inherit; text-decoration: none;">
|
|
810
|
-
<h3>Added</h3>
|
|
811
|
-
</a>
|
|
812
|
-
<ul>
|
|
813
|
-
<li><code>set</code> function</li>
|
|
814
|
-
<li></li>
|
|
815
|
-
</ul>
|
|
816
|
-
</div></div>
|
|
817
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
818
|
-
<div class="tsd-navigation settings">
|
|
819
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
820
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
821
|
-
<div class="tsd-accordion-details">
|
|
822
|
-
<div class="tsd-filter-visibility">
|
|
823
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
824
|
-
<ul id="tsd-filter-options">
|
|
825
|
-
<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>
|
|
826
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><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>Private</span></label></li>
|
|
827
|
-
<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>
|
|
828
|
-
<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></form></div>
|
|
829
|
-
<div class="tsd-theme-toggle">
|
|
830
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
831
|
-
<nav class="tsd-navigation primary">
|
|
832
|
-
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
833
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
834
|
-
<div class="tsd-accordion-details">
|
|
835
|
-
<ul>
|
|
836
|
-
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v3.0.0</a>
|
|
837
|
-
<ul>
|
|
838
|
-
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
|
|
839
|
-
<li class="current selected pages-entry pages-entry-page pages-entry-depth-1"><a href="CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
840
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
841
|
-
<ul>
|
|
842
|
-
<li class="tsd-kind-interface"><a href="../interfaces/ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Compare<wbr/>Props<wbr/>Options</a></li>
|
|
843
|
-
<li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
844
|
-
<li class="tsd-kind-interface"><a href="../interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
845
|
-
<li class="tsd-kind-interface"><a href="../interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
846
|
-
<li class="tsd-kind-interface"><a href="../interfaces/OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
|
|
847
|
-
<li class="tsd-kind-interface"><a href="../interfaces/SetImmutableSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Immutable<wbr/>Source</a></li>
|
|
848
|
-
<li class="tsd-kind-interface"><a href="../interfaces/SetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Source</a></li>
|
|
849
|
-
<li class="tsd-kind-interface"><a href="../interfaces/ThrottleOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttle<wbr/>Options</a></li>
|
|
850
|
-
<li class="tsd-kind-interface"><a href="../interfaces/ThrottledFunctionExtras.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttled<wbr/>Function<wbr/>Extras</a></li>
|
|
851
|
-
<li class="tsd-kind-type-alias"><a href="../types/CustomDeserializers.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Custom<wbr/>Deserializers</a></li>
|
|
852
|
-
<li class="tsd-kind-type-alias"><a href="../types/CustomSerializers.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Custom<wbr/>Serializers</a></li>
|
|
853
|
-
<li class="tsd-kind-type-alias"><a href="../types/Later.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Later</a></li>
|
|
854
|
-
<li class="tsd-kind-type-alias"><a href="../types/MapValuesFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Map<wbr/>Values<wbr/>Fn</a></li>
|
|
855
|
-
<li class="tsd-kind-type-alias"><a href="../types/MatchCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Match<wbr/>Callback</a></li>
|
|
856
|
-
<li class="tsd-kind-type-alias"><a href="../types/SeqEarlyBreaker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Early<wbr/>Breaker</a></li>
|
|
857
|
-
<li class="tsd-kind-type-alias"><a href="../types/SeqFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Fn</a></li>
|
|
858
|
-
<li class="tsd-kind-type-alias"><a href="../types/SeqFunctions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Functions</a></li>
|
|
859
|
-
<li class="tsd-kind-type-alias"><a href="../types/SetImmutablePath.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Set<wbr/>Immutable<wbr/>Path</a></li>
|
|
860
|
-
<li class="tsd-kind-type-alias"><a href="../types/ThrottledFunction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Throttled<wbr/>Function</a></li>
|
|
861
|
-
<li class="tsd-kind-variable"><a href="../variables/mapValuesUNSET.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>map<wbr/>ValuesUNSET</a></li>
|
|
862
|
-
<li class="tsd-kind-variable"><a href="../variables/mergeUNSET.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>mergeUNSET</a></li>
|
|
863
|
-
<li class="tsd-kind-function"><a href="../functions/cap.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>cap</a></li>
|
|
864
|
-
<li class="tsd-kind-function"><a href="../functions/capitalize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>capitalize</a></li>
|
|
865
|
-
<li class="tsd-kind-function"><a href="../functions/coalesce.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>coalesce</a></li>
|
|
866
|
-
<li class="tsd-kind-function"><a href="../functions/compareArrays.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Arrays</a></li>
|
|
867
|
-
<li class="tsd-kind-function"><a href="../functions/compareProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Props</a></li>
|
|
868
|
-
<li class="tsd-kind-function"><a href="../functions/deserialize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>deserialize</a></li>
|
|
869
|
-
<li class="tsd-kind-function"><a href="../functions/ensureArray.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Array</a></li>
|
|
870
|
-
<li class="tsd-kind-function"><a href="../functions/ensureDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Date</a></li>
|
|
871
|
-
<li class="tsd-kind-function"><a href="../functions/ensureError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Error</a></li>
|
|
872
|
-
<li class="tsd-kind-function"><a href="../functions/ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
|
|
873
|
-
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
874
|
-
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
875
|
-
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
876
|
-
<li class="tsd-kind-function"><a href="../functions/formatDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>format<wbr/>Date</a></li>
|
|
877
|
-
<li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
878
|
-
<li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
879
|
-
<li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
|
880
|
-
<li class="tsd-kind-function"><a href="../functions/isEmpty.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Empty</a></li>
|
|
881
|
-
<li class="tsd-kind-function"><a href="../functions/isNumericString.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Numeric<wbr/>String</a></li>
|
|
882
|
-
<li class="tsd-kind-function"><a href="../functions/isPlainObject.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Plain<wbr/>Object</a></li>
|
|
883
|
-
<li class="tsd-kind-function"><a href="../functions/last.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>last</a></li>
|
|
884
|
-
<li class="tsd-kind-function"><a href="../functions/later-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>later</a></li>
|
|
885
|
-
<li class="tsd-kind-function"><a href="../functions/mapAsync.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>map<wbr/>Async</a></li>
|
|
886
|
-
<li class="tsd-kind-function"><a href="../functions/mapValues.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>map<wbr/>Values</a></li>
|
|
887
|
-
<li class="tsd-kind-function"><a href="../functions/match.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>match</a></li>
|
|
888
|
-
<li class="tsd-kind-function"><a href="../functions/merge.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>merge</a></li>
|
|
889
|
-
<li class="tsd-kind-function"><a href="../functions/mostFrequent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>most<wbr/>Frequent</a></li>
|
|
890
|
-
<li class="tsd-kind-function"><a href="../functions/noop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>noop</a></li>
|
|
891
|
-
<li class="tsd-kind-function"><a href="../functions/occurrences.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>occurrences</a></li>
|
|
892
|
-
<li class="tsd-kind-function"><a href="../functions/omit.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>omit</a></li>
|
|
893
|
-
<li class="tsd-kind-function"><a href="../functions/pick.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pick</a></li>
|
|
894
|
-
<li class="tsd-kind-function"><a href="../functions/pull.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pull</a></li>
|
|
895
|
-
<li class="tsd-kind-function"><a href="../functions/remove.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove</a></li>
|
|
896
|
-
<li class="tsd-kind-function"><a href="../functions/removeCommonProperties.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove<wbr/>Common<wbr/>Properties</a></li>
|
|
897
|
-
<li class="tsd-kind-function"><a href="../functions/replace.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace</a></li>
|
|
898
|
-
<li class="tsd-kind-function"><a href="../functions/replaceDeep.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace<wbr/>Deep</a></li>
|
|
899
|
-
<li class="tsd-kind-function"><a href="../functions/rethrow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>rethrow</a></li>
|
|
900
|
-
<li class="tsd-kind-function"><a href="../functions/round.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>round</a></li>
|
|
901
|
-
<li class="tsd-kind-function"><a href="../functions/safe.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>safe</a></li>
|
|
902
|
-
<li class="tsd-kind-function"><a href="../functions/sample.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sample</a></li>
|
|
903
|
-
<li class="tsd-kind-function"><a href="../functions/samples.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>samples</a></li>
|
|
904
|
-
<li class="tsd-kind-function"><a href="../functions/scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
|
|
905
|
-
<li class="tsd-kind-function"><a href="../functions/seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
|
|
906
|
-
<li class="tsd-kind-function"><a href="../functions/seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
|
|
907
|
-
<li class="tsd-kind-function"><a href="../functions/serialize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>serialize</a></li>
|
|
908
|
-
<li class="tsd-kind-function"><a href="../functions/set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
|
|
909
|
-
<li class="tsd-kind-function"><a href="../functions/setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
|
|
910
|
-
<li class="tsd-kind-function"><a href="../functions/shuffle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>shuffle</a></li>
|
|
911
|
-
<li class="tsd-kind-function"><a href="../functions/sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
|
|
912
|
-
<li class="tsd-kind-function"><a href="../functions/sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
|
|
913
|
-
<li class="tsd-kind-function"><a href="../functions/stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
|
|
914
|
-
<li class="tsd-kind-function"><a href="../functions/stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
|
|
915
|
-
<li class="tsd-kind-function"><a href="../functions/throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>
|
|
916
|
-
<li class="tsd-kind-function"><a href="../functions/toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>toggle</a></li>
|
|
917
|
-
<li class="tsd-kind-function"><a href="../functions/truthy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>truthy</a></li>
|
|
918
|
-
<li class="tsd-kind-function"><a href="../functions/unique.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>unique</a></li>
|
|
919
|
-
<li class="tsd-kind-function"><a href="../functions/wait.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait</a></li>
|
|
920
|
-
<li class="tsd-kind-function"><a href="../functions/waitFor.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait<wbr/>For</a></li>
|
|
921
|
-
<li class="tsd-kind-function"><a href="../functions/waitSync.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait<wbr/>Sync</a></li></ul></nav></div></div>
|
|
922
|
-
<div class="container tsd-generator">
|
|
923
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
924
|
-
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|