4.8 KiB
4.8 KiB
@firebase/util
1.4.2
Patch Changes
1.4.1
Patch Changes
1.4.0
Minor Changes
Patch Changes
1.3.0
Minor Changes
1.2.0
Minor Changes
1.1.0
Minor Changes
1.0.0
Major Changes
0.4.1
Patch Changes
0.4.0
Minor Changes
ec95df3d0#4610 - Add extractQuerystring() function which extracts the query string part of a URL, including the leading question mark (if present).
0.3.4
Patch Changes
0.3.3
Patch Changes
-
a5768b0aa#3932 - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.Before this change
import * as firebase from 'firebase/app';After this change
import firebase from 'firebase/app';
7d916d905#3946 - Write template data to a newcustomDatafield inFirebaseErrorinstead of writing to the error object itself to avoid overwriting existing fields.
0.3.2
Patch Changes
fb3b095e4#2800 - MovedcalculateBackoffMillis()exponential backoff function from remote-config to util, where it can be shared between packages.