All Versions
19
Latest Version
Avg Release Cycle
82 days
Latest Release
2444 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.3 Changes
July 14, 2018๐ Bugfixes:
- ๐ FIX a minor bug in the test suite
๐ Features:
- โก๏ธ UPDATED dependencies
- โ ADD new, console-based example
-
v1.1.2 Changes
October 22, 2016๐ Bugfixes:
- ๐ FIX _generateNumberToken converts the generated number into a string
-
v1.1.1 Changes
March 05, 2016๐ Bugfixes:
- N/A
๐ Features:
- โ ADD pass of req object to the addDelivery callback
๐ Documentation:
- โ ADD pass of req object to the addDelivery callback
-
v1.1.0 Changes
June 18, 2015๐ Bugfixes:
- N/A
๐ Features:
- โ ADD option.skipForceSessionSave to support cookie-session middleware
- โก๏ธ UPDATE to latest dependencies
- โก๏ธ UPDATE example to work with latest dependencies
๐ Documentation:
- N/A
-
v1.0.9 Changes
February 14, 2015๐ Bugfixes:
- N/A
๐ Features:
- N/A
๐ Documentation:
- ๐ Better documentation of all callbacks used in Passwordless
- Clarification of Readme.md highlighting that req is passed to the callback
-
v1.0.8 Changes
November 26, 2014๐ Bugfixes:
- N/A
๐ Features:
- โก๏ธ UPDATE res.send(status) to res.status.send() in line with Express API changes. Backwards compatible to Express 3.x
๐ Documentation:
- N/A
-
v1.0.7 Changes
November 23, 2014๐ Bugfixes:
- ๐ FIXED handling of UIDs as numbers can cause issues with MongoDB
๐ Features:
- N/A
๐ Documentation:
- N/A
-
v1.0.6 Changes
November 23, 2014๐ Bugfixes:
- ๐ FIXED handling of allowGet for requestToken does not get tripped by request body data
๐ Features:
- N/A
๐ Documentation:
- N/A
-
v1.0.5 Changes
November 07, 2014๐ Bugfixes:
- N/A
๐ Features:
- โ ADD addDelivery options.numberToken to generate number-based tokens
๐ Documentation:
- โก๏ธ Small update to include numberToken
-
v1.0.4 Changes
October 29, 2014๐ Bugfixes:
- ๐ FIXED wrong capitalization of lib/passwordless folder
๐ Features:
- โก๏ธ UPDATE dependency of Base58 encoder to bs58 (pure JS)
๐ Documentation:
- N/A