Skip to content

v2.0.0

Compare
Choose a tag to compare
@Starefossen Starefossen released this 03 Jul 19:22

<a name"2.0.0">

2.0.0 (2016-07-03)

Features

  • api:
    • export auth.middleware for convenience (61ecaf70)
    • depend on @turbasen/db-redis and @turbasen/db-mongo (205461eb)

Breaking Changes

  • Middleware constructor no longer takes a redis and
    mongo option when instanciating the middleware. Instead it depends
    on @turbasen/db-redis and @turbasen/db-mongo for database
    connections.

    (205461eb)