Jscroll Versions Save

An infinite scrolling plugin for jQuery.

v2.4.1

6 years ago
  • Corrected docs link to CDNJS minified version URL
  • Added query params to docs assets for cache-busting
  • Updated package-lock.json to propagate devDependencies correctly
  • Updated version to 2.4.1

v2.4.0

6 years ago
  • Added documentation site via docsify under /docs to allow the documentation to be versioned, hosted on GitHub, and easy to contribute to - jscroll.com will now be routed to this site
  • Updated grunt dependency to v1.0.2
  • Updated gruntify-eslint dependency to v4.0.0
  • Added package-lock.json
  • Updated minimum jQuery version to 1.8.0 to prevent vulnerability warnings
  • Changed jQuery from being included in dependencies to peerDependencies
  • Added grunt-contrib-uglify to dependencies
  • Added grunt uglify task and added it to the default task
  • Added npm run build script to run grunt default task
  • Added dist/jquery.jscroll.min.js from uglify task - fixes #133
  • Added eslint rule eol-last and set to never

v2.3.9

7 years ago
  • Added .editorconfig
  • Removed jshint and replaced with eslint
  • Added .eslintrc
  • Removed uglify and task to create minified version of jScroll source since this can be done on the user end, and it will also prevent conflicts in PRs
  • Removed jquery.jscroll.min.js

v2.3.7

7 years ago
  • Merged #120 - Added nextHref as argument of callback
  • Updated main comment and copyright info
  • Removed deprecated bower version property