Skip to content

Releases: canjs/can-view-parser

QUNIT2 upgrade

28 May 20:22
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#103

IE 11 Compatibility

26 Oct 21:12
Compare
Choose a tag to compare

4.1.1

23 Oct 18:26
Compare
Choose a tag to compare

Do not parse TextNodes before the head or after the body.

v4.1.0

05 Jul 16:11
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #93
  • Add "use strict" #92

Republishing 3.8.2

12 Mar 16:48
Compare
Choose a tag to compare

The test folder was missing from the NPM package.

v4.0.2

05 Jul 16:10
Compare
Choose a tag to compare

Cleanup markdown sample code #89

Support closing bracket character (>) in attribute values

17 Jan 18:36
Compare
Choose a tag to compare

Prior to this release, a fragment like <button data-value="3 > 2"></button> would end the parsing of the start tag inside the attribute value when it encountered a character that looked like the end of the tag.

With this release, the above parses correctly, with 3 > 2 being parsed as the value of the data-value attribute and the tag ending after the attribute value ends.

Deprecated magicStart

20 Nov 22:58
Compare
Choose a tag to compare

Deprecated magicMatch

20 Nov 21:36
Compare
Choose a tag to compare

Update docs with new @parent & @collection

01 Nov 23:03
Compare
Choose a tag to compare