Skip to content

Releases: ahrjarrett/any-ts

v0.40.13

29 Apr 01:05
42f5831
Compare
Choose a tag to compare

Patch Changes

  • ffc37c8: fix: exports filter from object module; moves function signatures to experimental status

v0.40.12

29 Apr 00:46
8efed29
Compare
Choose a tag to compare

Patch Changes

  • 6cd69ad: infra: moves commit title to github action
  • bbbb0b7: chore: exports internal Fn* type constructors

v0.40.11

28 Apr 21:55
a679b6b
Compare
Choose a tag to compare

Patch Changes

  • e611ada: ## features
    adds:

    • object.filter
    • object.filterKeys

    deprecations

    deprecates:

    • any.arrayof - use any.arrayOf instead
    • any.entriesof - use any.entriesOf instead
    • any.entryof - use any.entryOf instead
    • any.keysof - use any.keysOf instead
    • any.subtypeof - use any.subtypeOf instead
    • any.indexedby - use any.indexedBy instead

v0.40.10

15 Apr 18:36
9e4e120
Compare
Choose a tag to compare

Patch Changes

  • 66a6800: feat: adds Widen type + ambient namespace

v0.40.9

15 Apr 06:49
678d91f
Compare
Choose a tag to compare

Patch Changes

  • 1dd4331: ci
  • 4eaefdb: fix: don't run pnpm run version in bin/version, run changeset version
  • 6060a67: fix: straightens out release pipeline