This release features a major bug fix for comments that included a single }
character, which would break the interpretation. These kind of comments are very common when commenting out entire scopes. Some other API-breaking changes were done. Three new methods for finding scope members were added: FindScope
, FindBinding
, and HasToken
.