Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Releases: filamentgroup/shoestring

Shoestring 2.0.1

24 May 22:31
Compare
Choose a tag to compare

Shoestring 2.0

14 Feb 19:14
Compare
Choose a tag to compare

Drops IE8 support for file size savings!

Issues fixed: https://github.com/filamentgroup/shoestring/milestone/2?closed=1

Shoestring v1.0.5

20 Sep 17:58
Compare
Choose a tag to compare

Adds main value to package.json.

Shoestring v1.0.4

20 Sep 17:52
Compare
Choose a tag to compare

Build tools release

10 Nov 20:14
Compare
Choose a tag to compare

Fixes #64. Mostly a build tools update to upgrade dependencies (and get the latest tag on the David dependencies list), add Travis CI.

Compatibility Release

29 Oct 16:26
Compare
Choose a tag to compare
  • Alias off to unbind.
  • Adds html(HTMLElement) and html(Array).
  • Adds trigger('click') on checkboxes.
  • Return empty string on val with empty select elements.
  • Add dev warnings for nextUntil, three-argument off, html(function), toggleClass.

Full commit list

First official release!

21 Oct 16:25
Compare
Choose a tag to compare

Please enjoy responsibly.

Event fixes and more!

15 Oct 15:42
Compare
Choose a tag to compare

This release (which will be our first public release) includes fixes for events in IE8 and much more. Enjoy!

DOM ready and other event system fixes

05 Sep 17:16
Compare
Choose a tag to compare

Includes a fix to the DOM ready event and a fix for the event system behavior in IE 9.

Event namespaces, prependTo, filter

28 Aug 23:05
Compare
Choose a tag to compare

.prependTo, return false; and isDefaultPrevented for events, event namespacing for .bind, .trigger, and .unbind, $.fn.filter.