Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Jul 25, 2018
1 parent 529f8f8 commit db5ee30
Show file tree
Hide file tree
Showing 59 changed files with 5,195 additions and 783 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v2.11.0](https://github.com/auth0/node-auth0/tree/v2.11.0) (2018-07-25)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.10.0...v2.11.0)

**Added**

* Added Pagination Docs for a Client Grants, Resouce Servers and Rules [\#282](https://github.com/auth0/node-auth0/pull/282) ([cocojoe](https://github.com/cocojoe))
* Added rules config methods [\#227](https://github.com/auth0/node-auth0/pull/227) ([dctoon](https://github.com/dctoon))

**Fixed**

* Get access token before importing users [\#267](https://github.com/auth0/node-auth0/pull/267) ([Floppy](https://github.com/Floppy))

## [v2.10.0](https://github.com/auth0/node-auth0/tree/v2.10.0) (2018-05-29)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.9.3...v2.10.0)
Expand Down
4 changes: 2 additions & 2 deletions docs/RetryRestClient.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_DatabaseAuthenticator.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_OAuthAuthenticator.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_PasswordlessAuthenticator.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_TokensManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_UsersManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_index.js.html

Large diffs are not rendered by default.

114 changes: 107 additions & 7 deletions docs/external-RestClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_BlacklistedTokensManager.js.html

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions docs/management_ClientGrantsManager.js.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/management_ClientsManager.js.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/management_ConnectionsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_DeviceCredentialsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_EmailProviderManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_EmailTemplatesManager.js.html

Large diffs are not rendered by default.

79 changes: 41 additions & 38 deletions docs/management_JobsManager.js.html

Large diffs are not rendered by default.

29 changes: 24 additions & 5 deletions docs/management_LogsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_ManagementTokenProvider.js.html

Large diffs are not rendered by default.

24 changes: 19 additions & 5 deletions docs/management_ResourceServersManager.js.html

Large diffs are not rendered by default.

188 changes: 188 additions & 0 deletions docs/management_RulesConfigsManager.js.html

Large diffs are not rendered by default.

24 changes: 19 additions & 5 deletions docs/management_RulesManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_StatsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_TenantManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_TicketsManager.js.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/management_UsersManager.js.html

Large diffs are not rendered by default.

229 changes: 199 additions & 30 deletions docs/management_index.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.AuthenticationClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.DatabaseAuthenticator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.OAuthAuthenticator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.PasswordlessAuthenticator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.TokensManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.UsersManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.BlacklistedTokensManager.html

Large diffs are not rendered by default.

319 changes: 307 additions & 12 deletions docs/module-management.ClientGrantsManager.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/module-management.ClientsManager.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/module-management.ConnectionsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.DeviceCredentialsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.EmailProviderManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.EmailTemplatesManager.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/module-management.JobsManager.html

Large diffs are not rendered by default.

337 changes: 332 additions & 5 deletions docs/module-management.LogsManager.html

Large diffs are not rendered by default.

2,702 changes: 2,168 additions & 534 deletions docs/module-management.ManagementClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.ManagementTokenProvider.html

Large diffs are not rendered by default.

161 changes: 154 additions & 7 deletions docs/module-management.ResourceServersManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.RetryRestClient.html

Large diffs are not rendered by default.

1,326 changes: 1,326 additions & 0 deletions docs/module-management.RulesConfigsManager.html

Large diffs are not rendered by default.

161 changes: 154 additions & 7 deletions docs/module-management.RulesManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.StatsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.TenantManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.TicketsManager.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/module-management.UsersManager.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/module-management.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-utils.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/utils.js.html

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "auth0",
"version": "2.10.0",
"version": "2.11.0",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"files": [
"src"
],
"files": ["src"],
"scripts": {
"test": "mocha -R spec $(find ./test -name *.tests.js)",
"test:ci":
Expand Down Expand Up @@ -43,7 +41,7 @@
"codecov": "^2.2.0",
"husky": "^0.14.3",
"istanbul": "^0.4.0",
"jsdoc": "^3.4.0",
"jsdoc": "^3.5.5",
"json-loader": "^0.5.4",
"minami": "^1.2.3",
"mocha": "^2.2.4",
Expand Down

0 comments on commit db5ee30

Please sign in to comment.