Skip to content

Commit 1e0fbf0

Browse files
Release v4.9.0 (#1031)
1 parent e7495b3 commit 1e0fbf0

File tree

1,127 files changed

+48503
-4558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,127 files changed

+48503
-4558
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.8.0
1+
v4.9.0

CHANGELOG.md

Lines changed: 13 additions & 0 deletions

docs/assets/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
--dark-hl-8: #4EC9B0;
2020
--light-hl-9: #000000;
2121
--dark-hl-9: #C8C8C8;
22+
--light-hl-10: #098658;
23+
--dark-hl-10: #B5CEA8;
2224
--light-code-background: #FFFFFF;
2325
--dark-code-background: #1E1E1E;
2426
}
@@ -34,6 +36,7 @@
3436
--hl-7: var(--light-hl-7);
3537
--hl-8: var(--light-hl-8);
3638
--hl-9: var(--light-hl-9);
39+
--hl-10: var(--light-hl-10);
3740
--code-background: var(--light-code-background);
3841
} }
3942

@@ -48,6 +51,7 @@
4851
--hl-7: var(--dark-hl-7);
4952
--hl-8: var(--dark-hl-8);
5053
--hl-9: var(--dark-hl-9);
54+
--hl-10: var(--dark-hl-10);
5155
--code-background: var(--dark-code-background);
5256
} }
5357

@@ -62,6 +66,7 @@
6266
--hl-7: var(--light-hl-7);
6367
--hl-8: var(--light-hl-8);
6468
--hl-9: var(--light-hl-9);
69+
--hl-10: var(--light-hl-10);
6570
--code-background: var(--light-code-background);
6671
}
6772

@@ -76,6 +81,7 @@
7681
--hl-7: var(--dark-hl-7);
7782
--hl-8: var(--dark-hl-8);
7883
--hl-9: var(--dark-hl-9);
84+
--hl-10: var(--dark-hl-10);
7985
--code-background: var(--dark-code-background);
8086
}
8187

@@ -89,4 +95,5 @@
8995
.hl-7 { color: var(--hl-7); }
9096
.hl-8 { color: var(--hl-8); }
9197
.hl-9 { color: var(--hl-9); }
98+
.hl-10 { color: var(--hl-10); }
9299
pre, code { background: var(--code-background); }

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/auth.AuthApiError.html

Lines changed: 26 additions & 8 deletions
Large diffs are not rendered by default.

docs/classes/auth.AuthenticationClient.html

Lines changed: 23 additions & 5 deletions
Large diffs are not rendered by default.

docs/classes/auth.Database.html

Lines changed: 30 additions & 12 deletions
Large diffs are not rendered by default.

docs/classes/auth.IdTokenValidatorError.html

Lines changed: 19 additions & 1 deletion
Large diffs are not rendered by default.

docs/classes/auth.OAuth.html

Lines changed: 35 additions & 17 deletions
Large diffs are not rendered by default.

docs/classes/auth.Passwordless.html

Lines changed: 32 additions & 14 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)