Skip to content

Releases: canjs/can-stache-key

QUNIT2 upgrade

28 May 19:58
Compare
Choose a tag to compare

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

#46

v1.4.0

05 Jul 17:14
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #37
  • Add "use strict" #38

Writing object performance improvement

19 Jun 18:55
Compare
Choose a tag to compare

.read() now returns foundLastParent property

07 Jun 18:36
Compare
Choose a tag to compare

Reading foo.bar.baz will now return foundLastParent: true if foo.bar was found.

#32

.read() now returns parentHasKey property

06 Jun 22:25
Compare
Choose a tag to compare

ignore writes to falsey

15 Mar 22:17
Compare
Choose a tag to compare

<input value:bind="foo.bar.zed"/> wouldn't work if foo.bar didn't exist. We ignore this ... letting foo.bar to eventually come into being.

27fbfc5

Use observation-recorder

27 Jan 02:35
Compare
Choose a tag to compare

Removing false-positive warnings for automatic function calling

01 Dec 21:05
Compare
Choose a tag to compare

warning when read() causes a function to be called automatically

21 Nov 22:26
Compare
Choose a tag to compare

Updated docs and added cycle detection

02 Nov 18:15
Compare
Choose a tag to compare
  • Remove all prerelease package refs #7
  • Add a cycle detection script to test process #9
  • Hide docs that can’t show up in the navigation #10

v0.1.0...v0.1.1