-
-
Notifications
You must be signed in to change notification settings - Fork 133
CHANGELOG
Gerald Yeo edited this page Sep 12, 2015
·
14 revisions
- [refactored] functions to ES6 classes
- [changed] API naming standard
- [updated] documentation coverage
- [published] documentation site
- [updated] secret generation to use the
crypto
module - [note] Legacy support for v2.x.x via v2 adapter
- [changed] API
otplib.google.encode
otplib.google.decode
otplib.core.secret.generate
- [updated]
thirty-two
version - [added] browserified version
- [removed] Grunt (Preference for
npm run
) - [added] some test
- [fix] Bug in string to hex conversion resulting in failed Google Apps Code Generation
- [fix] Bug in decoding (uppercase) resulting in unsync tokens +
- [fix] errors highlighted by jshint
- [added] check function to core
- [updated] readme
- [note] Stable Release
- [note] bumped version to publish
- [updated] API movement
- [note] First Prototype