Releases: selvinortiz/craft.doxter
Doxter 1.3.0
Fixes, Improvements, and Eyecandy
- Added latest version of external markdown parsing library (Parsedown)
- Added PHPUnit as a dev dependency for running tests independent of environment
- Fixed issue where the
startingHeaderLevel
setting was not reflected on settings page - Fixed issue where the
startingHeaderLevel
would not be applied unlessaddHeaderAnchors
wastrue
- Fixed test bootstrapping and update XML config for PHPUnit
Doxter 1.2.0
Mostly for compatibility with Craft 2.5/2.6, PHP7, and to add description, icon, etc.
Doxter 1.1.1
Mostly for Craft 2.5 compatibility
Doxter 1.1.0
Huge release with way too many changes to list here since the last release but they are throughly documented in the changelog
Doxter 1.0.3 (beta)
Major rewrite focused on clean JS, advanced editor, faster parsing, cleaner API, and no composer requirements.
Doxter 0.6.2
Minor release to improve grammar and fix typos in settings page outlined in issue #10
Doxter 0.6.1
This is a bugfix release to address issue #8 by removing the dependency in iconv for slug generation in header parsing.
Changes
- Fixes an issue caused by
iconv()
not being defined in some environments - Fixes some deprecation issues and spacing
- Improves header parsing by generating slugs the craft way
- Improves dependency management
Doxter 0.6.0
This is almost a complete rewrite that introduces some neat features... please give it a go and let me know if you find any bugs, typos, etc.
Your feedback is appreciated and if you want to give it a star I'll be flattered: )
Doxter 0.6.0
Adds the HeaderParser class
Adds the ReferenceTagParser class
Adds the Zit dependency container
Adds reference tag parsing support
Adds a reference tag toolbar to the editor
Adds header parsing support to dynamically add anchors
Adds the ability to choose what headers to add anchors to
Adds a test suite with solid coverage
Fixes parsing issue with markdown table adjacent to lists
Fixes settings issue #7 where enableWordWrap did not stick
Improves GFM parsing when processing large amount of data
Improves documentation available in the readme
Doxter 0.5.6
Release Notes
- Adds support for the
parseRefs
filter returned value - Adds flexibility by allowing empty and non empty string, and objects
- Fixes issue #6 where objects that implement
__toString
were ignored
This update does not modify you database content except for the plugin version which will be updated by Craft during manual update.