Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymichael committed Dec 20, 2020
1 parent 7eee519 commit 54a1ea1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/simplymichael/express-user-manager/compare/v1.1.0...v2.0.0) (2020-12-20)


### ⚠ BREAKING CHANGES

* **supported databases:** Calls to `express-user-manager.getDbDriver('mysql')` will fail. Passing connection
parameters to the constructor returned by the call to `express-user-manager.getDbDriver()` no longer
connects to the database, the `connect()` method must be explicitly called on the instantiated
object and passed the connection parameters. `express-user-manager.getDbDriver()` is now deprecated
and will be removed in an upcoming release, use `express-user-manager.getDbAdapter()` instead.

### Features

* **supported databases:** add support for more databases ([ad39a98](https://github.com/simplymichael/express-user-manager/commit/ad39a987f62bd5d57c315726d5c0cea50f0b31eb))


### Bug Fixes

* **databases:adapter:mongoose:** fix the getUsers() filtering bug ([bfcb508](https://github.com/simplymichael/express-user-manager/commit/bfcb5081625ce40f66b31d3d207c7500dfd7b055))

## [1.1.0](https://github.com/simplymichael/express-user-manager/compare/v0.0.8-custom-base-route...v1.1.0) (2020-12-19)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-user-manager",
"version": "1.1.0",
"version": "2.0.0",
"description": "A user management and authentication library for Express apps.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 54a1ea1

Please sign in to comment.