Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Releases: multimeric/koa-pg-session

Version 2

05 Dec 06:07
Compare
Choose a tag to compare
  • Most of the module was rewritten to be more concise and have better error reporting etc.
  • The module now exports a class, meaning that it will only run on iojs or Node 4.0.0 or greater.
  • The setup routine was moved into a separate setup function, allowing users to wait for the session object to be ready before making use of it. See this section of the documentation.
  • Finally, the option to pass in an adaptor function as the connection allows those using other postgres libraries but wanting to use the same client can do so quite easily (e.g. #1). See this section of the documentation.

Version 1.2.1

05 Dec 06:12
Compare
Choose a tag to compare
  • Last release before node 4+ restriction (version 2)
  • setup() function doesn't exist
  • Should be compatible for those using previous versions (1.0.0-1.2.0)