Releases: microformats/microformats-parser
Releases · microformats/microformats-parser
v1.3.0
New features:
- feat(validation): validate options input for unrecognised keys (#25)
- feat(experimental): add
lang
support for meta tags and e-*
properties (#26)
Bug fixes:
- fix(urls): trim all URLs for whitespace (#31)
Other changes:
- fix(demo): add padding for mobile view (#27)
- refactor(typings): use typings directly from parse5 (#28)
- docs: improve docs and add Issue/PR templates (#29)
- docs(demo): add experimental lang options (#30)
v1.2.0
New features:
- feat(experimental): add support for lang parsing (#14)
Documentation:
- docs(contributing): update contributing docs with commit style guide (#22)
Other updates:
- refactor(validation): add assertion functions (#23)
- style: add *.html to prettier formatting (#21)
- chore: add .prettierignore (#19)
- ci: only trigger on push for master (#18)
- chore(typings): switch custom typings to parse5 (#17)
- chore: add .editorconfig
v1.1.1
Bug fixes:
- fix(nested-roots): imply string values according to spec (#13)
Other updates:
- test: use json/html pairs (#12)
v1.1.0
Bugfixes:
- fix(rel-urls): use first non-empty text value and get type (#8)
Other updates:
- docs(package): add homepage link (#9)
- ci(publish) publish to NPM on release (#7)