Skip to content

Releases: nlibjs/typing

v3.0.4

12 Oct 10:54
c7d3158

Choose a tag to compare

Bug Fixes

  • update module file extensions in exports (684a808)

Code Refactoring

  • update test configuration and remove unused bun script (5f4ec4c)
  • reorganize project structure and update TypeScript configurations (be9138a)

v3.0.1

04 Oct 14:43
cccccaf

Choose a tag to compare

Bug Fixes

  • Passing native function objects causes an error in defineProperty (db6af35)

Code Refactoring

  • delete an unused getter (d766857)

Documentation

v3.0.0

01 Oct 13:09
0093dd9

Choose a tag to compare

Breaking Changes

  • delete TypeChecker.optional, TypeChecker.array, TypeChecker.dictionary (943c6f1)

v2.1.0

01 Oct 12:55
af735ab

Choose a tag to compare

Features

Bug Fixes

Documentation

  • add docs to isOptionalOf, isArrayOf, isDictionaryOf (8c901af)
  • deprecate .optional, .array, .dictionary (5525afd)
  • update the usage section (96ab0cd)

v2.0.8

29 Sep 14:57
00925e5

Choose a tag to compare

Features

Documentation

  • add docs for type checkers (4c9bf93)
  • add docs tocodePointUtil.ts (9b970f2)

v2.0.7

29 Sep 13:06
56bb00c

Choose a tag to compare

Bug Fixes

Documentation

v2.0.6

29 Sep 09:19
6b22c79

Choose a tag to compare

Bug Fixes

  • throw an error if input has a circular reference (119f83e)
  • set a name to type guard function (34668f9)

Tests

  • beforeEach is not implemented in Deno (bb8ec8c)
  • add --allow-read (2b29852)
  • add checkerTestCase to test values from another context (72edb62)

Documentation

  • add docs to codepoints and resetNoNameTypeCount (37430b9)
  • style (1dde25b)

Continuous Integration

  • skip reporting coverage on DenoTest (7ea92fe)
  • run tests with deno (ef3f225)
  • run tests with bun (4111120)

v2.0.5

24 Sep 16:39
cc224be

Choose a tag to compare

v2.0.4

24 Sep 16:36
f756bfb

Choose a tag to compare

Breaking Changes

  • rename createTypeChecker() to typeChecker() (3de7179)
  • delete Resolved (c2de404)
  • delete some string checkers (aad6ee1)
  • delete the first argument of createTypeChecker (3155873)

Features

Bug Fixes

  • isUUID allows mixed cases (64abb92)

v1.1.1

21 Sep 09:05
63fe5c0

Choose a tag to compare

Features

  • Publish to jsr.io