Skip to content

Releases: GehDoc/textile-js

2.0.117

Choose a tag to compare

@GehDoc GehDoc released this 05 Sep 21:09

Added

  • [LIBRARY] Add data-line-end to HTML comments

2.0.116

Choose a tag to compare

@GehDoc GehDoc released this 28 Aug 21:03

Changed

  • [DEPENDENCIEs] Update dependencies

Fixed

  • [LIBRARY] Don't inline-linebreak if whitespace follows the newline. Closes #5

2.0.115

Choose a tag to compare

@GehDoc GehDoc released this 28 Aug 21:02

Changed

  • [DEPENDENCIEs] Update dependencies

Fixed

  • [LIBRARY] Re-add support of absolute path for link alias

2.0.114

Choose a tag to compare

@GehDoc GehDoc released this 27 Jun 20:11

Added

  • [LIBRARY] Suport relative URL and hash for link alias

2.0.113

Choose a tag to compare

@GehDoc GehDoc released this 27 Jun 20:10

Fixed

  • [LIBRARY] always pass context to toHTML() calls
  • [LIBRARY] add the HTML attribute data-line-end to named block also

2.0.112

Choose a tag to compare

@GehDoc GehDoc released this 08 Mar 22:47

Added

  • [LIBRARY] Add an execution context parameter on parsing and rendering functions, to be provided to hooks and renderers.

2.0.111

Choose a tag to compare

@GehDoc GehDoc released this 31 Jan 15:01

Added

  • [LIBRARY] Add option dontEscapeContentForTags on toHTML function, to allow to not escape content of a configurable list of tags

2.0.110

Choose a tag to compare

@GehDoc GehDoc released this 10 Nov 22:26

Added

  • add npm lint fix command
  • [Sync from original repo] Support self referencing link syntax
  • [Sync from original repo] Add more cases to phrase boundary detection

Fixed

  • correct dingus script
  • [Sync from original repo] npm package does not need to contain everything
  • cleanup doc
  • [Sync from original repo] Textile does not permit lists to start with more than one * or #

Changed

  • [Sync from original repo] Updated build system : Removed .min version of lib (it is pointless, we have map files now)
  • [Sync from original repo] Update fix for borgar#52

2.0.108

Choose a tag to compare

@GehDoc GehDoc released this 16 Aug 20:15

Fixed

  • [INTERNAL] Dependency update and security fix

2.0.107

Choose a tag to compare

@GehDoc GehDoc released this 30 Mar 15:03

Added

  • [LIBRARY] Add rendering hooks.
  • [INTERNAL] Add tests for hooks and renderers