Skip to content

Releases: kafoso/type-formatter

2.2.0

08 Mar 13:08
Compare
Choose a tag to compare

Make it work on all PHP versions 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, and 8.3, and only these versions.

2.1.0

14 Apr 13:45
Compare
Choose a tag to compare

DefaultObjectFormatter will now correctly handle and format classes implementing TextuallyIdentifiableInterface.

2.0.0

12 Apr 16:07
Compare
Choose a tag to compare
  • Improvements and fixes.
  • PHP >=7.2 now required.
  • Additional tests.
  • Method Kafoso\TypeFormatter\Contract\TextuallyIdentifiableInterface:: getTextualIdentifier() has been removed. Was deprecated in 1.2.0. Instead, use Kafoso\TypeFormatter\Contract\TextuallyIdentifiableInterface:: toTextualIdentifier().

1.2.0

11 Mar 19:19
Compare
Choose a tag to compare
  • Bug fix.
  • Deprecated method getTextualIdentifier. Instead, method toTextualIdentifier must be used.

1.0.1

19 Mar 13:18
Compare
Choose a tag to compare
Bug fix: Corrected variable name

1.0.0

07 Mar 17:50
Compare
Choose a tag to compare

Initial release.