Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:

@firebase/util

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

Patch Changes

  • b835b4cba #5506 - areCookiesEnabled could encounter runtime errors in certain enviornments

1.3.0

Minor Changes

  • 3c6a11c8d #5282 - Implement mockUserToken for Storage and fix JWT format bugs.

1.2.0

Minor Changes

1.1.0

Minor Changes

1.0.0

Major Changes

0.4.1

Patch Changes

  • de5f90501 #4673 - Added a utility function and type for compat interop API

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

  • 9cf727fcc #4001 - Do not merge __proto__ in deepExtend to prevent __proto__ pollution.

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 new customData field inFirebaseError instead of writing to the error object itself to avoid overwriting existing fields.

0.3.2

Patch Changes

  • fb3b095e4 #2800 - Moved calculateBackoffMillis() exponential backoff function from remote-config to util, where it can be shared between packages.

0.3.1

Patch Changes

  • d4ca3da0 #3585 - Extended Usage of isIndexedDBAvailable to Service Worker

0.3.0

Minor Changes

  • a87676b8 #3472 - - Fix an error where an analytics PR included a change to @firebase/util, but the util package was not properly included in the changeset for a patch bump.

    • @firebase/util adds environment check methods isIndexedDBAvailable validateIndexedDBOpenable, and areCookiesEnabled.