Add changelog to specifications
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 05 May 2013 19:04:43 +0200
changeset 1629 cbccbde847ba
parent 1628 c7036e6ac261
child 1630 c86fee7c7de8
Add changelog to specifications
spec/latest/changes-since-lc.txt
spec/latest/json-ld-api/index.html
spec/latest/json-ld/index.html
--- a/spec/latest/changes-since-lc.txt	Sun May 05 18:28:14 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Syntax spec
----------------------
-
-- Permit keywords as value of @id in expanded term definitions (section B.7 Context Definitions)
-- Add information about profile URIs to the document form sections
-- Rename section Compact Document Form to Compacted Document Form
-
-
-API spec
----------------------
-
-- Update API to use DOM Futures instead of node-style callbacks (section 11. The Application Programming Interface)
-- Fix bug in Create Term Definition algorithm which resulted in a cyclic IRI mapping error when a term was redefined to itself (see https://github.com/json-ld/json-ld.org/commit/657c90f3fc4050fce006fa11a2a420e7e4efe049)
-- Fix Create Term Definition algorithm to raise an error if relative URLs are used in term definitions
-
--- a/spec/latest/json-ld-api/index.html	Sun May 05 18:28:14 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Sun May 05 19:04:43 2013 +0200
@@ -159,6 +159,17 @@
     <li>The <a href="http://webchat.freenode.net/?channels=json-ld">#json-ld</a>
       IRC channel is available for real-time discussion on irc.freenode.net.</li>
   </ul>
+
+  <p>Changes since the
+    <a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130411/">11&nbsp;April&nbsp;2013 Last Call Working Draft</a>:</p>
+
+  <ul>
+    <li>Use of DOM Futures instead of callbacks in the Application Programming Interface</li>
+    <li>Processing of terms that are redefined to themselves without raising an
+      <code class="error"><a href="#idl-def-JsonLdErrorCode.cyclic-IRI-mapping">cyclic IRI mapping</a></code> error</li>
+    <li>Raise an <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-IRI-mapping">invalid IRI mapping</a></code>
+      error if relative URLs are used in term definitions</li>
+  </ul>
 </section>
 
 
--- a/spec/latest/json-ld/index.html	Sun May 05 18:28:14 2013 +0200
+++ b/spec/latest/json-ld/index.html	Sun May 05 19:04:43 2013 +0200
@@ -152,6 +152,14 @@
     <li>The <a href="http://webchat.freenode.net/?channels=json-ld">#json-ld</a>
       IRC channel is available for real-time discussion on irc.freenode.net.</li>
   </ul>
+
+  <p>Changes since the
+    <a href="http://www.w3.org/TR/2013/WD-json-ld-20130411/">11&nbsp;April&nbsp;2013 Last Call Working Draft</a>:</p>
+
+  <ul>
+    <li>Allow keyword aliases to be defined using expanded term definitions</li>
+    <li>Mention profile URIs also in the sections describing the various document forms</li>
+  </ul>
 </section>
 
 <section class="informative">