- Update is-expression to 3.0.0
- Support non-standard class names that start with two hyphens in class literals, most notably used in Bemto
- Fix semantics of
isExpression
plugin
- Allow customizing
isExpression
- Allow attributes that start with a colon
- Allow
when
expressions with colons - Fix incorrect location of some errors
- Fix incorrect location of some invalid expressions in an attribute.
- Update README for
filename
option
- Take the
filename
as an option rather than special casing it. This means that lex only takes 2 arguments rather than 3 - Add support for an inline comment after a block. This means block names can no longer contain
//
- Add type checking on arguments
- Throw a more helpful error if someone attempts to use the old
- each foo in bar
syntax (it should not have the-
prefix) - Add Error reporting for invalid case expressions
- Update dependencies
- Update to
is-expression@2
which allows ES2015-style template strings by default.
- Update to
- First stable release