Release Candidate: 5.0.0
Pre-release
Pre-release
chriseppstein
released this
04 May 21:42
·
96 commits
to master
since this release
Release Summary
- The way a descendent combinator that isn't a single space character (E.g.
.a .b
) is stored in the AST has changed. - Named Combinators (E.g.
.a /for/ .b
) are now properly parsed as a combinator. - It is now possible to look up a node based on the source location of a character in that node and to query nodes if they contain some character.
- Several bug fixes that caused the parser to hang and run out of memory when a
/
was encountered have been fixed. - The minimum supported version of Node is now
v6.0.0
.