- Allow replacement values to be the empty string, when generating sourcemaps
- Replaces nested properties (e.g.
<@foo.bar.baz@>
)
- Generate sourcemaps by default if source is
.js
or.css
- Make tag detector regex non-greedy
- Make sourcemaps optional, with
sourceMap: true
- Change default delimiters to
<@...@>
instead of${...}
, to reduce confusion with ES6 template strings - Sourcemap support
- First release