-
Couldn't load subscription status.
- Fork 2.2k
Final fixes for 5.2.0 release #2085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1f1c69c
More changelog
jamesdaniels caac210
Reworking performance a bit more
jamesdaniels a2f3f44
Drop the until on orUntilComplete, cleaner
jamesdaniels 3584063
Perf docs and traceWhile should trace multiple times
jamesdaniels 19b97c5
Work on traceWhile description a bit more
jamesdaniels 1ca00ca
Support the 8.0 rc
jamesdaniels c2354f8
Doc path should be optional
jamesdaniels 2794512
Derp, need carrots on the versions
jamesdaniels faa5bd2
Changelog entry
jamesdaniels 32d2bf9
traceComplete has to be after .first
jamesdaniels 634a94a
Your operators were bad and you should feel bad
jamesdaniels 8c8cb92
DI inject the default app, incase something is up
jamesdaniels 46d7622
Initialize perf monitoring to get auto-collection
jamesdaniels 273afe2
orComplete should be optional
jamesdaniels b46350b
Build tests hit ng 7 & 8
jamesdaniels 224eeed
Handle different formats for .firebaserc and firebase.json
jamesdaniels 4ed421c
Make schematic deps peers by install deps and devDeps in ngAdd
jamesdaniels cb160fd
Cleaning up
jamesdaniels 6bfe7b1
Perf docs feedback
jamesdaniels b31b8f7
Upgrading typescript
jamesdaniels 50b31f9
Angular Package Manager changes and more
jamesdaniels b06fb3c
Doc headers
jamesdaniels 523127a
yarn.lock
jamesdaniels f299135
Removing the node tests for the moment
jamesdaniels fb53d76
Derp, still running on travis
jamesdaniels bc2a669
Node test didn't work cause I hadn't saved my buffer...
jamesdaniels 9b870a9
Make perf lazy and fix both perf & messaging on Node
jamesdaniels 7c6e088
Cleaning up versions a bit
jamesdaniels bf0aeed
Changelog entry for messaging
jamesdaniels e9a1893
Merge branch 'master' into 5.2-beta-fixes
jamesdaniels File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,32 +1,9 @@ | ||
| { | ||
| "name": "@angular/fire/auth-guard", | ||
| "version": "ANGULARFIRE2_VERSION", | ||
| "description": "The auth guard module", | ||
| "main": "../bundles/auth-guard.umd.js", | ||
| "module": "index.js", | ||
| "es2015": "./es2015/index.js", | ||
| "keywords": [ | ||
| "angular", | ||
| "firebase", | ||
| "rxjs" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/angular/angularfire2.git" | ||
| }, | ||
| "author": "angular,firebase", | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "@angular/fire": "ANGULARFIRE2_VERSION", | ||
| "@angular/common": "ANGULAR_VERSION", | ||
| "@angular/core": "ANGULAR_VERSION", | ||
| "@angular/platform-browser": "ANGULAR_VERSION", | ||
| "@angular/platform-browser-dynamic": "ANGULAR_VERSION", | ||
| "@angular/router": "ANGULAR_VERSION", | ||
| "firebase": "FIREBASE_VERSION", | ||
| "rxjs": "RXJS_VERSION", | ||
| "zone.js": "ZONEJS_VERSION" | ||
| }, | ||
| "typings": "index.d.ts" | ||
| "typings": "index.d.ts", | ||
| "sideEffects": false | ||
| } | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,8 @@ | ||
| { | ||
| "name": "@angular/fire/auth", | ||
| "version": "ANGULARFIRE2_VERSION", | ||
| "description": "The auth module", | ||
| "main": "../bundles/auth.umd.js", | ||
| "module": "index.js", | ||
| "es2015": "./es2015/index.js", | ||
| "keywords": [ | ||
| "angular", | ||
| "firebase", | ||
| "rxjs" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/angular/angularfire2.git" | ||
| }, | ||
| "author": "angular,firebase", | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "@angular/fire": "ANGULARFIRE2_VERSION", | ||
| "@angular/common": "ANGULAR_VERSION", | ||
| "@angular/core": "ANGULAR_VERSION", | ||
| "@angular/platform-browser": "ANGULAR_VERSION", | ||
| "@angular/platform-browser-dynamic": "ANGULAR_VERSION", | ||
| "firebase": "FIREBASE_VERSION", | ||
| "rxjs": "RXJS_VERSION", | ||
| "zone.js": "ZONEJS_VERSION" | ||
| }, | ||
| "typings": "index.d.ts" | ||
| "typings": "index.d.ts", | ||
| "sideEffects": false | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,8 @@ | ||
| { | ||
| "name": "@angular/fire/database-deprecated", | ||
| "version": "ANGULARFIRE2_VERSION", | ||
| "description": "The database module", | ||
| "main": "../bundles/database.umd.js", | ||
| "module": "index.js", | ||
| "es2015": "./es2015/index.js", | ||
| "keywords": [ | ||
| "angular", | ||
| "firebase", | ||
| "rxjs" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/angular/angularfire2.git" | ||
| }, | ||
| "author": "angular,firebase", | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "@angular/fire": "ANGULARFIRE2_VERSION", | ||
| "@angular/common": "ANGULAR_VERSION", | ||
| "@angular/core": "ANGULAR_VERSION", | ||
| "@angular/platform-browser": "ANGULAR_VERSION", | ||
| "@angular/platform-browser-dynamic": "ANGULAR_VERSION", | ||
| "firebase": "FIREBASE_VERSION", | ||
| "rxjs": "RXJS_VERSION", | ||
| "zone.js": "ZONEJS_VERSION" | ||
| }, | ||
| "typings": "index.d.ts" | ||
| "typings": "index.d.ts", | ||
| "sideEffects": false | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,8 @@ | ||
| { | ||
| "name": "@angular/fire/database", | ||
| "version": "ANGULARFIRE2_VERSION", | ||
| "description": "The database module", | ||
| "main": "../bundles/database.umd.js", | ||
| "module": "index.js", | ||
| "es2015": "./es2015/index.js", | ||
| "keywords": [ | ||
| "angular", | ||
| "firebase", | ||
| "rxjs" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/angular/angularfire2.git" | ||
| }, | ||
| "author": "angular,firebase", | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "@angular/fire": "ANGULARFIRE2_VERSION", | ||
| "@angular/common": "ANGULAR_VERSION", | ||
| "@angular/core": "ANGULAR_VERSION", | ||
| "@angular/platform-browser": "ANGULAR_VERSION", | ||
| "@angular/platform-browser-dynamic": "ANGULAR_VERSION", | ||
| "firebase": "FIREBASE_VERSION", | ||
| "rxjs": "RXJS_VERSION", | ||
| "zone.js": "ZONEJS_VERSION" | ||
| }, | ||
| "typings": "index.d.ts" | ||
| "typings": "index.d.ts", | ||
| "sideEffects": false | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.