Traverse subscript expressions when building up a path for completion.
Support using identifiers that are keywords as variables when not in a valid position for that keyword.
Properly parse bracketed subscript expressions.
Support hyphens in property name tokens.
Allow with and for to appear after render tags in liquid blocks.
Fix member expressions being parsed with too low a precedence.
Support filters with multiple parameters.
Properly terminate inline comments at }} and %} tokens.
Support filter syntax after assign directives.
Explicitly declare dependencies on @codemirror/state, /view, and /autocomplete.
The closePercentBrace extension (included in the default language support) will double percent signs typed between braces.
LiquidCompletionConfig.properties is now passed the completion context.
Remove an unneeded constraint that required the base language to be some form of HTML.
First numbered release.