Skip to content

Releases: selvinortiz/craft.doxter

Doxter 1.3.0

08 Jul 05:45
Compare
Choose a tag to compare

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 unless addHeaderAnchors was true
  • Fixed test bootstrapping and update XML config for PHPUnit

Doxter 1.2.0

11 Apr 20:54
Compare
Choose a tag to compare

Mostly for compatibility with Craft 2.5/2.6, PHP7, and to add description, icon, etc.

Doxter 1.1.1

11 Apr 20:52
Compare
Choose a tag to compare

Mostly for Craft 2.5 compatibility

Doxter 1.1.0

14 Apr 20:31
Compare
Choose a tag to compare

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)

23 Sep 05:03
Compare
Choose a tag to compare
Doxter 1.0.3 (beta) Pre-release
Pre-release

Major rewrite focused on clean JS, advanced editor, faster parsing, cleaner API, and no composer requirements.

Doxter 0.6.2

08 Apr 03:20
Compare
Choose a tag to compare

Minor release to improve grammar and fix typos in settings page outlined in issue #10

Doxter 0.6.1

06 Apr 06:29
Compare
Choose a tag to compare

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

24 Mar 23:12
Compare
Choose a tag to compare
Doxter 0.6.0 Pre-release
Pre-release

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

21 Feb 01:16
Compare
Choose a tag to compare

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.

Doxter 0.5.5

19 Feb 18:20
Compare
Choose a tag to compare

Release Notes


  • Adds the ability to handle empty fields safely @see issue #5
  • Fixes issue #5 by patching infinite loop triggered by an empty string
  • Improves the doxter filter/function by only processing non empty strings
  • Thanks @bilke for the bug report and feedback