Skip to content

Releases: ahrjarrett/any-ts

v0.43.0

12 May 17:51
721e054
Compare
Choose a tag to compare

Minor Changes

  • bf4769e: simplifies check API (full rewrite); adds typecheck API for throwing custom TypeErrors on failure case

v0.42.1

10 May 22:21
c318016
Compare
Choose a tag to compare

Patch Changes

  • 42f115c: 🧹 cleans up Catch module to expose fewer types directly
  • 0a29710: fixes broken internal import of join

v0.42.0

10 May 11:48
ef475a9
Compare
Choose a tag to compare

Minor Changes

  • 66e5d7a: infra: library is written in ESM now. still targeting both CJS and ESM
  • a25502d: feat: merges traversable and traversal into Tree
  • 39fefd8: fixes broken version script

Patch Changes

  • 4facde2: fix typechecking issue in Lens.tree
  • dd6dc3a: adds type-checking to release pipeline to make it harder to publish bad code
  • a780e80: fix: uses import.meta.url instead of __dirname
  • 46b499e: tweaks a few aliases to prevent compiler from appending $1, $2 to the end of output types

v0.41.4

06 May 22:36
b150731
Compare
Choose a tag to compare

Patch Changes

  • 804b331: fix: moves array member declar… Andrew Jarrett 1 minute

v0.41.3

06 May 20:07
9d139ad
Compare
Choose a tag to compare

Patch Changes

  • 3595cde: feat: merge mut namespace with mutable type (both now exported as just mut)
  • 5fe03fc: feat: adds Identity type
  • 857ca94: feat: eval type (a simpler version of evaluate) is now exported from the library

v0.41.2

06 May 18:39
6263ecf
Compare
Choose a tag to compare

Patch Changes

  • 858c11e: chore: now exports submodules at the toplevel:
    • array.nonempty: now also available as nonemptyArray
    • array.queue: now also available as queue
    • array.tuple: now also available as tuple

v0.41.1

06 May 18:30
c72a259
Compare
Choose a tag to compare

Patch Changes

  • 8638a0f: fix: exports array submodule

v0.41.0

06 May 18:21
5256d67
Compare
Choose a tag to compare

Minor Changes

  • 89f1189: feat: adds tuple module to array.tuple
  • 4c017dd: internal: move semantic-never* to never*

Patch Changes

  • 4c017dd: feat: adds array module (includes submodules: array.queue, array.nonempty)

v0.40.15

29 Apr 02:54
d5fd3cc
Compare
Choose a tag to compare

Patch Changes

  • ce4239e: chore: fix object module exports

v0.40.14

29 Apr 02:07
0b588bd
Compare
Choose a tag to compare

Patch Changes

  • 77e9cfd: export filter and filterKeys from object module