Skip to content

Releases: typescript-package/affix

v4.0.0

10 Jun 17:59
2bc12f3
Compare
Choose a tag to compare

v4.0.0

  • Added kind property to distinguish the type of affix.
  • Introduced abstract AffixCore with core logic.
  • Added Infix and Circumfix` classes.
  • Generic type variable Value is now constrained by the string | [string, string] to support circumfix.
  • Made the tag name configurable via static property tagName.
  • Added methods for specific-functionality in each affix class.

Abstracrt

  • AffixCore

Class

  • Affix
  • Circumfix
  • Infix
  • Prefix
  • Suffix

v2.1.0

04 Feb 20:07
0318343
Compare
Choose a tag to compare

Handle the Symbol.toStringTag().

v2.0.0

03 Feb 21:49
889fe45
Compare
Choose a tag to compare

Change the filter to pattern. 85f034f

v1.0.0

29 Jan 19:35
0600062
Compare
Choose a tag to compare
Merge pull request #3 from typescript-package/develop

v1.0.0