Skip to content

Releases: bryx-inc/ts-utils

v1.68.3

07 Dec 14:48
411b6bd
Compare
Choose a tag to compare

Patch Changes

  • 2afa654: Sync Builds
  • 2afa654: Introduces try and tryTake to WrappedMaybe<T>

v1.68.1

07 Nov 17:53
f75df9e
Compare
Choose a tag to compare

Patch Changes

  • 2668456: Introduces try and tryTake to WrappedMaybe<T>

v1.68.0

06 Nov 21:02
29a6800
Compare
Choose a tag to compare

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

17 Oct 15:41
af33aca
Compare
Choose a tag to compare

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

13 Oct 20:54
10baf0d
Compare
Choose a tag to compare

Minor Changes

  • 0bfe98f: Introduces maybe(...) method to provide kotlin-style scope methods

v1.65.0

10 Oct 22:42
16c8a4e
Compare
Choose a tag to compare

Minor Changes

  • ec8b982: Introduce withLet function

v1.64.1

01 Oct 20:34
990a5b8
Compare
Choose a tag to compare

Patch Changes

  • c73bba3: Fix missing export for DeepUnwind

v1.64.0

01 Oct 19:27
d2c72ee
Compare
Choose a tag to compare

Minor Changes

  • 1559ab5: Deprecate DeepUnwrap in favor of the more semantically correct DeepUnwind

v1.63.0

20 Sep 19:52
50b8ab8
Compare
Choose a tag to compare

Minor Changes

  • 12f6249: Auto-wrap string arguments passed to throwError with new Error(...)
  • 12f6249: Adds getObjByDeepKey method

v1.62.0

20 Sep 03:45
4bcd0a1
Compare
Choose a tag to compare

Minor Changes

  • 857bbd0: Auto-wrap string arguments passed to throwError with new Error(...)