Skip to content

Commit

Permalink
Release 2.1.0 (#5)
Browse files Browse the repository at this point in the history
* Release 2.1.0

Add support for new parameters: `display` and `username`
  • Loading branch information
redbugz authored Jan 24, 2018
1 parent b4078bb commit de09f8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 2.0.0 (unreleased)
# 2.1.0
## New features:
- Add support for `display` parameter to replace `low_bandwidth` option and additional options for `lite` and `waf`
- Add support for `username` parameter to pre-fill the username in the login form if it is known

## Fixes:
- refactor code to remove intermediate directory in lib


# 2.0.0

## **Breaking Changes**
- Drop support for Node versions before 4.x
Expand All @@ -13,6 +22,7 @@
## Fixes:
- Example app updated to current Express and other dependencies


# 1.0.0

First public release
First public release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-familysearch",
"version": "2.0.0",
"version": "2.1.0",
"description": "FamilySearch authentication strategy for Passport.",
"keywords": [
"passport",
Expand Down

0 comments on commit de09f8c

Please sign in to comment.