Microformat Shiv

A light weight cross browser JavaScript Microformats parser

Change Log

0.2.3 -

  • Add hResume draft spec 'competency' support and corrected output for child tag structures

0.2.2 -

  • A small speed increase for browsers that support querySelectorAll

0.2.1 -

  • A small speed increase
  • Ran parser code through JSLint
  • Corrected a number of edge case parsing problems

0.2 -

  • Packaged the returned data using ufJSON schema Note: breaks with the orginal output schema
  • Add simple error reporting
  • Corrected hCard extended-street property so it returns an array
  • Improve the hResume definition
  • Reorganized the parser code to make it clear which are public and private methods
  • Wrap all definitions so they were not in the global scope

0.1 -

  • Public on github