<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/lib/xml.js, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/'/>
<entry>
<title>Removed JS implementation, which is moving to its own repo:</title>
<updated>2015-01-24T19:07:01+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-24T19:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=d6c615f2680e79bbb76cc85a056aadfe3524513f'/>
<id>d6c615f2680e79bbb76cc85a056aadfe3524513f</id>
<content type='text'>
&lt;https://github.com/jgm/commonmark.js&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;https://github.com/jgm/commonmark.js&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide getters and setters for public properties of Node.</title>
<updated>2015-01-16T05:40:59+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-16T04:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=067cab4cdc5f4d2aa268adffb7d111c3a04e46f0'/>
<id>067cab4cdc5f4d2aa268adffb7d111c3a04e46f0</id>
<content type='text'>
Everything else gets a name starting with an underscore
and will be considered private.

This will allow us to keep the API stable while changing the
underlying data structure.  And it will avoid exposing properties
that have only an instrumental value in parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everything else gets a name starting with an underscore
and will be considered private.

This will allow us to keep the API stable while changing the
underlying data structure.  And it will avoid exposing properties
that have only an instrumental value in parsing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename sourcepos -&gt; _sourcepos, added sourcepos() accessor.</title>
<updated>2015-01-15T22:17:27+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-15T22:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=604c15c301a634a7c237e2336296d2d86d771fcf'/>
<id>604c15c301a634a7c237e2336296d2d86d771fcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed setType(), replaced getType() with type().</title>
<updated>2015-01-15T20:47:04+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-15T20:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=e44eb21a558f6b80c0c038602baf77223709f1d9'/>
<id>e44eb21a558f6b80c0c038602baf77223709f1d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed vestigial ReferenceDef node type.</title>
<updated>2015-01-15T20:35:33+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-15T20:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=25a2ec46c0958f06fb93a12e0ca26e8b61acaa2a'/>
<id>25a2ec46c0958f06fb93a12e0ca26e8b61acaa2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added getType(), setType() to node.js.</title>
<updated>2015-01-15T19:29:08+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-15T19:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8f2f40679dc21e9d878aaed45fe9dc9d404073d0'/>
<id>8f2f40679dc21e9d878aaed45fe9dc9d404073d0</id>
<content type='text'>
Use these instead of direct property access.

This is the first step in a general move towards an API
like the one libcmark has.  This will allow us to have a stable
API that is independent of details of the AST.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use these instead of direct property access.

This is the first step in a general move towards an API
like the one libcmark has.  This will allow us to have a stable
API that is independent of details of the AST.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize fields in objects to null rather than undefined.</title>
<updated>2015-01-14T06:54:21+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-14T06:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9fbc6267a4f6cd87c92fa6f57f437aacbac4fb72'/>
<id>9fbc6267a4f6cd87c92fa6f57f437aacbac4fb72</id>
<content type='text'>
Big speed boost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big speed boost.
</pre>
</div>
</content>
</entry>
<entry>
<title>html.js, xml.js: avoid using concat.</title>
<updated>2015-01-12T18:01:53+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T18:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=b7eb63c8be719a43c9aba48484648f375e376c53'/>
<id>b7eb63c8be719a43c9aba48484648f375e376c53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some linter errors.</title>
<updated>2015-01-12T16:51:56+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T16:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=692e687412416e14bcf4084e9bc67c92fcdb0057'/>
<id>692e687412416e14bcf4084e9bc67c92fcdb0057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved common xml escaping code from xml.js, html.js to common.js.</title>
<updated>2015-01-12T07:19:03+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T07:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=f846824b17c83092fcb1e5dd92d3e931c39e76ef'/>
<id>f846824b17c83092fcb1e5dd92d3e931c39e76ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
