Skip to content

Commit f38c989

Browse files
Version bump to 2.0.4
1 parent 5b0a8d7 commit f38c989

File tree

11 files changed

+26
-21
lines changed

11 files changed

+26
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.0.4
4+
5+
- Fix enable, disable, and destroys calls not chaining the jQuery object. (Thanks @robharper)
6+
- Fix destroy not unregistering internal waypoint references if underlying node has been removed from the document, causing memory leaks.
7+
38
## v2.0.3
49

510
- Add "unsticky" function for sticky shortcut. (Issue #130)
@@ -84,4 +89,4 @@
8489

8590
## v1.0
8691

87-
- Initial release.
92+
- Initial release.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-waypoints",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"author": "Caleb Troughton <[email protected]>",
55
"description": "A jQuery plugin that makes it easy to execute a function whenever you scroll to an element.",
66
"repository": {
@@ -16,4 +16,4 @@
1616
"uglify-js" : "2.2.5"
1717
},
1818
"license": "MIT"
19-
}
19+
}

shortcuts/infinite-scroll/waypoints-infinite.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
2-
Infinite Scroll Shortcut for jQuery Waypoints - v2.0.3
3-
Copyright (c) 2011-2013 Caleb Troughton
2+
Infinite Scroll Shortcut for jQuery Waypoints - v2.0.4
3+
Copyright (c) 2011-2014 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
66
###

shortcuts/infinite-scroll/waypoints-infinite.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shortcuts/infinite-scroll/waypoints-infinite.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shortcuts/sticky-elements/waypoints-sticky.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
2-
Sticky Elements Shortcut for jQuery Waypoints - v2.0.3
3-
Copyright (c) 2011-2013 Caleb Troughton
2+
Sticky Elements Shortcut for jQuery Waypoints - v2.0.4
3+
Copyright (c) 2011-2014 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
66
###

shortcuts/sticky-elements/waypoints-sticky.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shortcuts/sticky-elements/waypoints-sticky.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waypoints.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
2-
jQuery Waypoints - v2.0.3
3-
Copyright (c) 2011-2013 Caleb Troughton
2+
jQuery Waypoints - v2.0.4
3+
Copyright (c) 2011-2014 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
66
###

waypoints.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)