Skip to content

Releases: canjs/can-construct-super

QUNIT2 upgrade

28 May 18:12
Compare
Choose a tag to compare

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

#53

v3.2.0

04 Jul 03:32
Compare
Choose a tag to compare
  • Add "use strict" #42
  • Remove uses of can-util #43

Not importing all of can-util

30 Jan 20:17
Compare
Choose a tag to compare

In order to be compatible with canjs 4.0, this removes use of can-util/dom methods that use an older version of can-dom-data-state and cause dependency conflicts.

#37

Updated docs, enabled Greenkeeper, and added cycle detection

31 Oct 17:47
Compare
Choose a tag to compare
  • Add a cycle detection script to test process #34
  • Update docs with new @parent & @collection #35
  • Update dependencies to enable Greenkeeper 🌴 #22

v3.1.2...v3.1.3

Remove pre-release package references

01 Sep 22:11
Compare
Choose a tag to compare

The post-can-reflect releases from CanJS 3.9 are all stable, so packages shouldn't be depending on pre-releases now.

Removing console.log

08 Aug 19:45
Compare
Choose a tag to compare

can-reflect

23 Jun 02:22
Compare
Choose a tag to compare
v3.1.0

3.1.0

Upgrade StealJS

02 Mar 23:39
Compare
Choose a tag to compare

The steal, steal-tools, and related testing plugins have been updated to the latest versions.

_super calls deeply extended methods

04 Jan 01:11
Compare
Choose a tag to compare

Prevent setters from being called during inheritance