Releases: chriskonnertz/bbcode
Releases · chriskonnertz/bbcode
v1.1.2
v1.1.1
Changelog:
- Added missing list style "lower-roman"
v1.1.0
Changelog:
- Added
renderPlain()
method - Marked
renderRaw() method
as deprecated - please userenderPlain()
instead - List items will no longer appear outside of lists
- The
Tag
class now expects valid constructor arguments (will throw an exception if the arguments are invalid) - Refactoring
- More tests - coverage should be good now
- Enhanced README.md
v1.0.2
Changelog:
- Bugfix in permitTag() method
- Use multi byte characters functions whenever they are needed
- Added constants for the names of the default tags
- Added some more getters and setters
- Enhanced tests
- Refactoring
v1.0.1
Changelog:
- Added a working test
- Use multi byte characters functions
- Bugfix in ignoreTag() method
- Code reformatting, better code styling, better PHP doc block types
v1.0.0
Created a release to support semantic versioning.