Posthtml Versions Save

PostHTML is a tool to transform HTML/XML with JS plugins

v0.15.1

3 years ago

v0.15.0

3 years ago

Fix

  • fix: wrap tree if tree string 2faf49c

Test

  • test: skip because tree should be array a35bb6b
  • test: skipParse should wrap api tree 08082fe

https://github.com/posthtml/posthtml/compare/v0.14.0...v0.15.0

v0.14.0

3 years ago

v0.13.4

3 years ago

Refactor

  • refactor: migrate to ES6 b396b88

https://github.com/posthtml/posthtml/compare/v0.13.3...v0.13.4

v0.13.2

3 years ago

Bug Fixes

  • index: add description for directives option (216cd18)

v0.13.1

3 years ago

Bug Fixes

  • types: correctly export namespace & function (b3ab502)

v0.12.0

4 years ago

Features

Bug Fixes

  • index: example for parser/render (d25743f)
  • index: forgot change methods name (72a8640)
  • index: remove static method because not return class constructor (7825559)

v0.11.4

5 years ago

Bug Fixes

  • index: if tree not object (3fd9548)
  • readme: adds missing bracket (ff3102f)
  • test/options: incorrect transfer option for the process (c5fd774)

Build System

Tests

  • update init for mocha (be634f6)
  • message: add test for extending from prevent tree (6cb238a)
  • options: if tree not object (dcdb3e7)

v0.11.3

6 years ago

Bug Fixes

  • index: instance new api between files, close #250 (25120a9)
  • index: if tree not object (3fd9548)
  • test/options: incorrect transfer option for the process (c5fd774)

Performance Improvements

  • api: rewrite to constructor, close #258 (89238cb)
  • api: api is not a place for concatenation. (f428425)
  • api: inherit from the previous tree (4e69577)
  • api: move message to posthtml constructor (c51e40f)
  • api: rename api to extendApi (846e386)
  • index: set the previous tree as the context value for api (21170c7)
  • made a repetitive design in a private function (fabeef4)

Reverts

  • api: return export api methods (90e3565)

v0.11.2

6 years ago