Releases: sen-su/superlogin
Releases · sen-su/superlogin
v1.3.0 - 2021-08-05
v1.2.0 - 2017-11-07
Dependencies
- bluebird from
3.3.4to3.5.1 - express from
4.13.3to4.16.2 - nodemailer from
4.1.1to4.3.1 - superagent from
3.6.0to3.8.0 - sinon-chai from
2.8.0to2.14.0 - Ignore package-lock.json
Tests
previoususage as a promise anti-pattern, removed.- moved
requirecalls to the top - Always test
errin callbacks beforeshould not include a promise inonCreate- Missed returning a promise in user spec:
bulkDocs
CI
- Test node 9
package.json
- Point to this repo for this fork
v1.1.0 - 2017-09-27
- Update
fs-extrafrom^0.3.0to^4.0.2 - Update
nodemailerfrom^2.3.0to^4.1.1 - Update
superagentfrom^1.2.0to^3.6.0 - Remove
gulp,gulp-mocha,gulp-jshint - Improve linting
- Drop support for node 4
- Whitespace cleanup
- Do not cache node modules
- Remove cloudant test
- Do not publish
testdirectory or.travis.ymlor.jshintrcto npm
v1.0.0 - 2017-09-19
- Updated CHANGELOG formatting
- Change couch-pwd to @sensu/couch-pwd
- Update Travis CI config to test modern versions of node
- Update chai, gulp-mocha, mocha, & sinon to modern versions
- Add some missing newlines at ends of files
v0.6.1 - 2016-04-02
- Misc bugfixes
- Documentation improvements
- Now testing against Node 4.x and 5.x
v0.6.0 - 2016-04-02
v0.5.0 - 2015-10-08
- Previously a user could only logout if the session token was still valid. API keys would be expired, but database credentials could still be used. Now logout will ensure the user is completely logged out, even if the session is already expired.
- Fixed a bug that was causing
sessionLifeandtokenLifesettings not to work.
v0.3.0 - 2015-09-18
- Created configuration options to setup
_securityroles when user databases are created - Improved tests and updated PouchDB.