- Merged update from jhericks to address issue 8 dealing with large numbers.
- package version -> 2.1.0
- Modified main source file to no longer require the luhn object when requiring. require("luhn") is all that's needed now.
- Updated source file to remove client-side concessions, recommending Browserify instead.
- Updated tests to adhere to the new interface.
- Updated package keywords to identify as browserify-compatible.
- Updated package to include "browser" property to tell browserify to use minified version.
- package version -> 2.0.0
- Cleaned up the module code slightly in preparation for v2.0 changes soon.
- package version -> 1.0.8
- Updated mocha and should references to latest versions (2.1.0 and 5.0.1 respectively)
- Removed Node 0.8 from TravisCI file.
- package version -> 1.0.7
- Merged in namespace-related pull request in order to make the package browserify compatible.
- package version -> 1.0.6
- Added client-install npm script to begin streamlining client-side install
- Added install and update npm scripts to provide a notification on how to install luhn for client-side use.
- package version -> 1.0.5
- Updated package to use
keywords
instead oftags
- package version -> 1.0.4