Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@M-Scott-Lassiter M-Scott-Lassiter released this 31 Oct 18:21

Fixes:

  • get no longer returns sessions that are expired.
  • set no longer updates expiration times. That functionality is handled in touch.
  • Add a callback sanitization method in finalCallback to prevent errors if no callback was provided.

Tests:

  • Added a test to verify the system would not return sessions after the expiration date.

Docs

  • Updated the class API JSDoc example to correct a typo in the configOptions.
  • Updated README class function descriptions.