Skip to content
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

feat: target es2017 instead of es2015 #163

Merged
merged 1 commit into from
Nov 25, 2022
Merged

feat: target es2017 instead of es2015 #163

merged 1 commit into from
Nov 25, 2022

Conversation

andipaetzold
Copy link
Owner

This might require custom transpilation if you target older browsers

BREAKING CHANGE: package targets es2017

This might require custom transpilation if you target older browsers

BREAKING CHANGE: package targets es2017
@andipaetzold andipaetzold self-assigned this Oct 18, 2022
@andipaetzold andipaetzold added this to the v3 milestone Oct 18, 2022
@github-actions
Copy link

Size Change: -3.15 kB (-17%) 👏

Total Size: 15.2 kB

Filename Size Change
lib/auth/useAuthIdToken.js 562 B -259 B (-32%) 🎉
lib/auth/useAuthIdTokenResult.js 578 B -259 B (-31%) 🎉
lib/database/useObjectValueOnce.js 631 B -263 B (-29%) 🎉
lib/firestore/internal.js 344 B -269 B (-44%) 🎉
lib/firestore/useCollectionDataOnce.js 602 B -259 B (-30%) 🎉
lib/firestore/useCollectionOnce.js 554 B -264 B (-32%) 🎉
lib/firestore/useCountFromServer.js 578 B -263 B (-31%) 🎉
lib/firestore/useDocumentDataOnce.js 589 B -261 B (-31%) 🎉
lib/internal/useOnce.js 471 B -253 B (-35%) 🎉
lib/storage/useBlob.js 541 B -265 B (-33%) 🎉
lib/storage/useBytes.js 507 B -264 B (-34%) 🎉
lib/storage/useStream.js 547 B -266 B (-33%) 🎉
ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 421 B
lib/auth/index.js 75 B
lib/auth/useAuthState.js 434 B
lib/common/index.js 48 B
lib/common/types.js 31 B
lib/database/index.js 70 B
lib/database/internal.js 158 B
lib/database/useObject.js 396 B
lib/database/useObjectOnce.js 455 B
lib/database/useObjectValue.js 630 B
lib/firestore/index.js 116 B
lib/firestore/types.js 31 B
lib/firestore/useCollection.js 576 B
lib/firestore/useCollectionData.js 626 B
lib/firestore/useDocument.js 603 B
lib/firestore/useDocumentData.js 625 B
lib/firestore/useDocumentOnce.js 564 B
lib/index.js 107 B
lib/internal/useIsMounted.js 169 B
lib/internal/useListen.js 491 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useStableValue.js 200 B
lib/messaging/index.js 60 B
lib/messaging/useMessagingToken.js 417 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useDownloadURL.js 395 B
lib/storage/useMetadata.js 388 B

compressed-size-action

@andipaetzold andipaetzold changed the base branch from main to next November 25, 2022 21:40
@andipaetzold andipaetzold marked this pull request as ready for review November 25, 2022 21:41
@andipaetzold andipaetzold merged commit be187d0 into next Nov 25, 2022
@andipaetzold andipaetzold deleted the target-es2017 branch November 25, 2022 21:41
github-actions bot pushed a commit that referenced this pull request Nov 25, 2022
# [3.0.0-next.1](v2.3.0...v3.0.0-next.1) (2022-11-25)

### Features

* target es2017 instead of es2015 ([#163](#163)) ([be187d0](be187d0))

### BREAKING CHANGES

* package targets es2017
@github-actions
Copy link

🎉 This PR is included in version 3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Aug 1, 2023
# [3.0.0](v2.5.0...v3.0.0) (2023-08-01)

### Bug Fixes

* **firestore:** remove dynamic import from useCountFromServer ([#162](#162)) ([47a03f6](47a03f6))
* properly cleanup `useQueries*` on unmount ([b77becc](b77becc))

### Features

* rename `useCollection*` hooks to `useQuery*` ([#194](#194)) ([372f055](372f055))
* require firebase 9.11.0 or later ([#148](#148)) ([7da01b0](7da01b0))
* target es2017 instead of es2015 ([#163](#163)) ([be187d0](be187d0))
* useQueries & useQueriesData ([#193](#193)) ([03be7c8](03be7c8))

### BREAKING CHANGES

* `useCollection*` hooks are renamed to `useQuery*`
* require firebase 9.11.0 or later
* package targets es2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant