Skip to content

v0.10.0

Compare
Choose a tag to compare
@Scrum Scrum released this 28 Jul 07:46
· 50 commits to master since this release

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