Skip to content

Releases: apemsel/AttributedString

v1.1.1

03 Mar 09:42
Compare
Choose a tag to compare

Changes

  • fix for two bugs in the documentation and TokenizedAttributedStrig

v1.1.0

03 Mar 08:51
Compare
Choose a tag to compare

Changes

  • tokenizers in TokenizedAttributedString are now pulbic
  • added TokenizedAttributedString getTokenCount()

v1.0.0

02 Mar 11:20
Compare
Choose a tag to compare

Changelog

  • Add phpdoc comments
  • Generate documentation using apigen
  • Some small fixes to make parameters more logical

v0.7.0-beta

01 Mar 16:28
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

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

29 Feb 10:53
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release
  • 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

26 Feb 12:37
Compare
Choose a tag to compare
v0.5.1-alpha Pre-release
Pre-release
  • Added array_column() shim so php version requirement can be reduced from >= 5.5. to >=5.4

v0.5.0-alpha

26 Feb 12:17
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release
  • TokenizedAttributedString class for working with tokens in combination with attributes
  • Some refactoring to make names more consistent

v0.4.1-alpha

22 Feb 12:00
Compare
Choose a tag to compare
v0.4.1-alpha Pre-release
Pre-release
  • Fix error in example

v0.4.0-alpha

22 Feb 11:58
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release
  • Added optional MutableAttributedString class with support for modifying strings after creation

v0.3.0-alpha

21 Feb 17:10
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release
  • combineAttributes() to combine attributes with boolean operations
  • mostly feature complete for a first non-dev version, but documentation is still missing