Skip to content

Commit

Permalink
Releasing 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Hobbie committed May 2, 2020
1 parent 96ffb75 commit e1ad402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ const results = await client.searchReturnAll(base, options, controls);
for (let entry of results.entries) {
...
}
```
```

## Additional Methods

+ `findUser(base, username, options)`
+ `userInGroup(base, username, groupName)`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldapjs-promise",
"version": "0.5.0",
"version": "1.0.0",
"description": "A simple promise wrapper around ldapjs.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e1ad402

Please sign in to comment.