Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 19, 2011
1 parent f66e60c commit e162661
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.md
@@ -1,3 +1,23 @@
### 0.2.3
* Update to latest processing rules, including the use of a registry.
* Updated microdata namespace.
* Matcher output in TTL.
* Complete REXML and Nokogori proxies.
* Added etc/registry.json as a copy of the registry used internally.
* Update examples.
* Parse with linkeddata options.
* Use bundler for specs, if installed.
* Always place md:item in a list.
* Don't use nokogiri with jruby.
* Depend on Nokogiri only for development.
* Some examples.
* Progress on separating HTML parsing to Nokogiri and REXML.
* Sync with first HTML Data TF version of spec.
* Recognize @datetime values with lexical form of xsd:duration and generate appropriately typed lite...
* Generate lists for multi-valued properties.
* Remove fallback_name and change fallback_type to current_type
* Simplify generate_triples logic by removing old type and URI munging.

### 0.2.2
* Remove non @item* processing
* Sync to HTML Data TF version of spec: https://dvcs.w3.org/hg/htmldata/raw-file/24af1cde0da1/microdata-rdf/index.html
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit e162661

Please sign in to comment.