Skip to content

Releases: sen-su/superlogin

v1.3.0 - 2021-08-05

05 Sep 12:33

Choose a tag to compare

Dependencies

  • pouchdb from 6.3.4 to 7.2.2
  • pouchdb-seed-design from 0.2.2 to 0.3.0

v1.2.0 - 2017-11-07

08 Nov 02:38
4eae716

Choose a tag to compare

Dependencies

  • bluebird from 3.3.4 to 3.5.1
  • express from 4.13.3 to 4.16.2
  • nodemailer from 4.1.1 to 4.3.1
  • superagent from 3.6.0 to 3.8.0
  • sinon-chai from 2.8.0 to 2.14.0
  • Ignore package-lock.json

Tests

  • previous usage as a promise anti-pattern, removed.
  • moved require calls to the top
  • Always test err in callbacks
  • before should not include a promise in onCreate
  • 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

08 Nov 02:39

Choose a tag to compare

  • Update fs-extra from ^0.3.0 to ^4.0.2
  • Update nodemailer from ^2.3.0 to ^4.1.1
  • Update superagent from ^1.2.0 to ^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 test directory or .travis.yml or .jshintrc to npm

v1.0.0 - 2017-09-19

19 Sep 10:33

Choose a tag to compare

  • 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

19 Sep 10:41

Choose a tag to compare

  • Misc bugfixes
  • Documentation improvements
  • Now testing against Node 4.x and 5.x

v0.6.0 - 2016-04-02

19 Sep 10:41

Choose a tag to compare

  • Updated dependencies
  • Improved unit tests (thanks @tohagan and @ybian)
  • CouchDB server can now have a separate URL for public access
  • Misc bug fixes

v0.5.0 - 2015-10-08

19 Sep 10:42

Choose a tag to compare

  • 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 sessionLife and tokenLife settings not to work.

v0.3.0 - 2015-09-18

19 Sep 10:43

Choose a tag to compare

  • Created configuration options to setup _security roles when user databases are created
  • Improved tests and updated PouchDB.