Age | Commit message (Expand) | Author |
2015-01-17 | Fixed linter errors. | John MacFarlane |
2015-01-15 | Provide getters and setters for public properties of Node. | John MacFarlane |
2015-01-15 | Rename sourcepos -> _sourcepos, added sourcepos() accessor. | John MacFarlane |
2015-01-15 | Removed Node.toObject(). | John MacFarlane |
2015-01-15 | Renamed .t to ._type to mark it as "hidden." | John MacFarlane |
2015-01-15 | Removed setType(), replaced getType() with type(). | John MacFarlane |
2015-01-15 | Added getType(), setType() to node.js. | John MacFarlane |
2015-01-15 | Removed artificial distinction btw FencedCode, IndentedCode | John MacFarlane |
2015-01-13 | Removed an implicit cast in node.js 'next'. | John MacFarlane |
2015-01-13 | Initialize fields in objects to null rather than undefined. | John MacFarlane |
2015-01-12 | Use new with Document and NodeWalker constructors. | John MacFarlane |
2015-01-11 | js: 'ListItem' -> 'Item'. | John MacFarlane |
2015-01-11 | node.js: toAST -> toObject. | John MacFarlane |
2015-01-11 | node.js: Added title and destination to list of props to show in toAST. | John MacFarlane |
2015-01-11 | node.js: use switch instead of if-else. | John MacFarlane |
2015-01-10 | Made Node a local variable. | John MacFarlane |
2015-01-10 | Made NodeWalker a regular function returning an object. | John MacFarlane |
2015-01-09 | Removed a redundant condition. | John MacFarlane |
2015-01-09 | Small optimization. | John MacFarlane |
2015-01-09 | Non-recursive version of toAST(). | John MacFarlane |
2015-01-09 | JS: Renamed 'c' property to 'literal' to match libcmark. | John MacFarlane |
2015-01-09 | JS: sourceloc -> sourcepos for confirmity with cmark. | John MacFarlane |
2015-01-09 | Replaced 'pos' with 'sourceloc', making it an array. | John MacFarlane |
2015-01-09 | Don't include string_content in output of toAST(). | John MacFarlane |
2015-01-09 | Don't initialize strings, string_content to defined value. | John MacFarlane |
2015-01-09 | Made `tight` a property of `list_data`. | John MacFarlane |
2015-01-09 | Initialize more properties of Node. Even better performance! | John MacFarlane |
2015-01-09 | Initialize more fields in Node. Better performance. | John MacFarlane |
2015-01-09 | Initialize more fields in Node. | John MacFarlane |
2015-01-09 | Removed makeBlock. Use new Node directly. Initialize more fields. | John MacFarlane |
2015-01-09 | JS linter cleanups. | John MacFarlane |
2015-01-09 | Use linked list instead of arrays for AST. | John MacFarlane |