Releases: typescript-package/affix
Releases · typescript-package/affix
v4.0.0
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 thestring | [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