Skip to content

Releases: glennjones/microformat-node

v2.0.2

31 May 20:35
Compare
Choose a tag to compare

Updated packages
Added a simple demo page

v2.0.1

26 Oct 10:04
Compare
Choose a tag to compare

Fixes and minnor upgrades to parsing

  • Updated to version v2.0.3 of microformats-shiv
    • Parse error in impliedDate rule #35
    • Include id fail parse issue #34

Added PRs

  • Decoding entities #32
  • Change microformats-shiv to reference npm #31
  • Document baseUrl option #30

v2.0.0

27 May 18:49
Compare
Choose a tag to compare

Major improvements in encoding handling for e-*
Support for e-* lang under experimental flag
New microformat2 date profile
Implied dates now always formatted to microformat2
Parser now reject class names with uppercase letters
Removes spaces for p-* built with value-class-pattern rules

v1.2.0

25 Sep 13:24
Compare
Choose a tag to compare

Removed 'alternate' structures as per specification change Sept 2015

v1.1.0

14 Sep 14:42
Compare
Choose a tag to compare

Updated backward compatibility parsing - (v1.2.0 of microformat-shiv)

  • Blocks overlapping properties from different microformat versions
  • Sets implied properties by microformat version

v1.0.1

08 Sep 10:00
Compare
Choose a tag to compare

Corrected problem with NPM refusing to install package

v1.0.0

08 Sep 09:25
Compare
Choose a tag to compare

New interface to match microformat-shiv and Mozilla codebase

v0.3.0

14 Jun 10:44
Compare
Choose a tag to compare

New test suite June 2015 changes:

  • Test is whitespaced trimmed - was normalised
  • ISO dates are set to authors profile - was set to microformat specific profile
  • rel-urls where added
  • rules on rels and alternate were changed
  • plus many small changes to implied rules