Skip to content

Releases: aurelia/templating-resources

1.15.1

23 Jan 09:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.14.3...1.15.1

1.14.3

19 Apr 15:22
Compare
Choose a tag to compare

Full Changelog: 1.14.2...1.14.3

In the 1.14.2 release, the typing fix still incorrectly reflects how a repeater can be implemented. It's a combination of a repeater & its strategies. So change the return type to any to reflect this flexibility in 1.14.3.

1.14.2

19 Apr 15:12
Compare
Choose a tag to compare

What's Changed

  • fix(typings): ensure abstract repeater typings compat by @bigopon in #418

Full Changelog: 1.14.1...1.14.2

1.14.1

01 Apr 09:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.14.0...1.14.1

v1.14.0

24 Mar 14:19
Compare
Choose a tag to compare

What's Changed

  • feat(sanitizer): throw instead of weak sanitization by @bigopon in #411

Full Changelog: 1.13.1...1.14.0

1.13.1

14 Sep 14:51
Compare
Choose a tag to compare

aurelia-templating-resources 1.13.1

Bug Fixes

  • repeat: add failing test to vereify multiple matcher extraction (9795be6)
  • repeat: ensure matcher extraction once (0812425)

1.13.0

28 Jan 04:59
Compare
Choose a tag to compare

aurelia-templating-resources 1.13.0

Bug Fixes

  • all: change package.json module from es2015 back to native-modules (6a8f0c8)
  • repeat: use utility fns for ie11 compat (a59a2de)

1.12.0

06 Aug 19:10
Compare
Choose a tag to compare

aurelia-templating-resources 1.12.0

Bug Fixes

  • repeat: ensure backward compat, fix tests (62958e5)
  • repeat: properly find matcher binding (a579644)

Features

1.11.0

30 May 03:30
Compare
Choose a tag to compare

aurelia-templating-resources 1.11.0

Bug Fixes

  • typings: explicit return typings for createFullOverrideContext (abe97d3)

1.10.0

02 May 03:34
Compare
Choose a tag to compare
  • Conversion to TypeScript.