Releases: ahrjarrett/any-ts
Releases · ahrjarrett/any-ts
v0.43.0
Minor Changes
- bf4769e: simplifies
check
API (full rewrite); adds typecheck
API for throwing custom TypeErrors on failure case
v0.42.1
Patch Changes
- 42f115c: 🧹 cleans up
Catch
module to expose fewer types directly
- 0a29710: fixes broken internal import of
join
v0.42.0
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
Patch Changes
- 804b331: fix: moves
array
member declar… Andrew Jarrett 1 minute
v0.41.3
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
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
Patch Changes
- 8638a0f: fix: exports
array
submodule
v0.41.0
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
Patch Changes
- ce4239e: chore: fix
object
module exports
v0.40.14
Patch Changes
- 77e9cfd: export
filter
and filterKeys
from object
module