Skip to content

Releases: posthtml/posthtml-parser

v0.12.0

25 Oct 08:06
Compare
Choose a tag to compare

Breaking changes

  • perf: drop support old nodejs 6284a1d

Style

Build

Test

v0.11.0...v0.12.0

Full Changelog: v0.11.0...v0.12.0

v0.11.0

25 Feb 06:59
Compare
Choose a tag to compare

What's Changed

  • feat: add recognizeNoValueAttribute option for issue #75 by @lyfeyaj in #89

New Contributors

Full Changelog: v0.10.2...v0.11.0

v0.10.2

17 Jan 10:04
Compare
Choose a tag to compare

v0.10.1...v0.10.2

v0.10.1

30 Aug 07:13
Compare
Choose a tag to compare

Perf

Test

  • test: break test to demonstrate bug 74c165c

v0.10.0...v0.10.1

v0.10.0

28 Jul 07:46
Compare
Choose a tag to compare

Breaking changes

  • refactor: parse now export not default f8ae42d
- import parse from 'posthtml-parse';
+ import { parse } from 'posthtml-parse';

Perf

v0.9.1...v0.10.0

v0.9.1

26 Jul 13:39
Compare
Choose a tag to compare

Test

Style

Build

  • build: set object-curly-spacing always 47dceb6

Perf

v0.9.0...v0.9.1

v0.9.0

11 May 06:54
Compare
Choose a tag to compare

Feat

  • feat: add optional support for source locations 6faf50d

v0.8.5...v0.9.0

v0.8.5

06 May 11:54
Compare
Choose a tag to compare

Perf

  • perf: content two dimensional array 8373816

v0.8.4...v0.8.5

v0.8.4

06 May 10:32
Compare
Choose a tag to compare

Perf

  • perf: attr value as number 3d08ec5

v0.8.3...v0.8.4

v0.8.3

06 May 10:24
Compare
Choose a tag to compare

Perf

  • perf: attr value as boolean d143dbb

v0.8.2...v0.8.3