Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 741 Bytes

File metadata and controls

40 lines (26 loc) · 741 Bytes

Changelog

2.0.3

  • Updating Dev Dependencies
  • Fixing Readme
  • Fixing Travis CI
  • General file clean up

2.0.2

  • Updating Dev Dependencies
  • Adding Demo
  • Splitting out ChangeLog
  • Formatting index.js and tests

2.0.1

  • Performance tweak
  • Updating README

2.0.0

  • Breaking: Moved offset and onScrollFinished into an options arg
  • Made the second parameter on the smoothScroll function into an options object
  • Exposed the getEasingFunction param for using custom easing functions

1.1.1

  • Performance refactor and clarifying math

1.1.0

  • Added the "onScrollFinished" callback
  • Added Karma testing and got to full coverage

1.0.5

  • Added window and amd support
  • Cleaned up function and variable names