Releases: bryx-inc/ts-utils
Releases · bryx-inc/ts-utils
v1.68.3
Patch Changes
- 2afa654: Sync Builds
- 2afa654: Introduces
try
and tryTake
to WrappedMaybe<T>
v1.68.1
Patch Changes
- 2668456: Introduces
try
and tryTake
to WrappedMaybe<T>
v1.68.0
Minor Changes
- 4285f58: - Make
WrappedMaybe<T>
methods chainable - value()
renamed to take()
- takeIf
and takeUnless
do not chain - chainable if
and unless
methods introduced
- 4285f58: WrappedMaybe: allow optional mapping to be passed to
take
v1.67.0
Minor Changes
- 846819c: - Make
WrappedMaybe<T>
methods chainable - value()
renamed to take()
- takeIf
and takeUnless
do not chain - chainable if
and unless
methods introduced
v1.66.0
Minor Changes
- 0bfe98f: Introduces
maybe(...)
method to provide kotlin-style scope methods
v1.65.0
Minor Changes
- ec8b982: Introduce
withLet
function
v1.64.1
Patch Changes
- c73bba3: Fix missing export for
DeepUnwind
v1.64.0
Minor Changes
- 1559ab5: Deprecate
DeepUnwrap
in favor of the more semantically correct DeepUnwind
v1.63.0
Minor Changes
- 12f6249: Auto-wrap string arguments passed to
throwError
with new Error(...)
- 12f6249: Adds
getObjByDeepKey
method
v1.62.0
Minor Changes
- 857bbd0: Auto-wrap string arguments passed to
throwError
with new Error(...)