Skip to content

Releases: canjs/can-util

fragment works with can.toDOM

04 Oct 21:35
Compare
Choose a tag to compare

v3.12.0

05 Jul 16:59
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #431
  • Add "use strict" #430

republishing v3.11.6 due to missing test folder

29 Jun 15:49
Compare
Choose a tag to compare

v3.11.5

13 Mar 18:22
Compare
Choose a tag to compare

Add condition and test for null object in get #405 (thanks @Xitstrategies!)

v3.11.4

22 Feb 17:09
Compare
Choose a tag to compare

Fix setting undefined as the value for a textarea #416

Republishing 3.11.1

30 Jan 16:21
Compare
Choose a tag to compare

v3.11.1 was missing it's /test folder in npm.

Add string.replaceWith()

11 Jan 17:52
Compare
Choose a tag to compare

This minor release adds can-util/js/string/string.replaceWith, see PR #402.

3.10.19

05 Jan 22:03
Compare
Choose a tag to compare

Fixes an issue where can-util/js/import/import would always call Promise.resolve() in optimized builds (instead of calling steal.import).

v3.10.18

01 Dec 22:04
Compare
Choose a tag to compare
  • Update some docs with the new bindings syntax #388
  • Change the can-globals semver range to <2.0.0 #393

v3.10.17

30 Nov 23:18
Compare
Choose a tag to compare

Fix delegation of custom events (such as the enter event) #392