Releases: apemsel/AttributedString
Releases · apemsel/AttributedString
v1.1.1
v1.1.0
v1.0.0
v0.7.0-beta
Just after declaring this feature complete for 1.0.0 on the last release I had to add two more methods for an internal project that uses this library... so here they are:
- TokenizedAttributedString->lowercaseTokens()
- TokenizedAttributedString->setTokenDictionaryAttribute()
v0.6.0-beta
- Add TokenizedAttributedString->setTokenRangeAttribute()
- Add custom regex pattern tokenizer to TokenizedAttributedString
- Fix multibyte bugs in MutableAttributedString
The AttributedString classes are now considered as feature complete for a 1.0 release.
v0.5.1-alpha
- Added array_column() shim so php version requirement can be reduced from >= 5.5. to >=5.4
v0.5.0-alpha
- TokenizedAttributedString class for working with tokens in combination with attributes
- Some refactoring to make names more consistent
v0.4.1-alpha
- Fix error in example
v0.4.0-alpha
- Added optional MutableAttributedString class with support for modifying strings after creation
v0.3.0-alpha
- combineAttributes() to combine attributes with boolean operations
- mostly feature complete for a first non-dev version, but documentation is still missing