- Updated License Date
- Converted code to TypeScript and ES6 modules
- package version -> 3.0.0
- Pull Request #16 (Thank You Stepan Mikhaylyuk!)
- Updated License Date
- Added TypeScript definition (through Pull Request)
- package version -> 2.4.1
- Pull Request #15 (Thank You Jonathan Porta!)
- Updated License Date
- package version -> 2.4.0
- Addressed Issue #14 (Card Number of Zeroes)
- Updated License Date
- package version -> 2.3.0
- Added MIT license to package manifest
- Corrected bug in minified version
- package version -> 2.2.0
- 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