README.md
Package detail
geofirestore-core
Lightweight location-based querying and encoding of Firebase Firestore Documents for geofirestore.
readme
changelog
5.0.0 (2022-02-09)
New Features
4.4.4 (2021-06-11)
Bug Fixes
- release: reorder deploys (72f3c9f5)
4.4.3 (2021-06-11)
Bug Fixes
- release: set target for firebase deploy (8eac6604)
4.4.2 (2021-06-11)
Bug Fixes
- release: set
channelId
tolive
(820605c7)
4.4.1 (2021-06-11)
Build System / Dependencies
- update release script (fb75cd46)
Chores
- update dependencies (bc0ab59d)
Code Style Changes
- fix up code to pass linting test (c0fbe334)
Tests
- firebase: use emulator to run tests (5e3d9f94)
4.4.0 (2020-12-13)
Refactors
- GeoFirestoreTypes: set WhereFilterOp from Firestore definition (df1cd631)
4.3.0 (2020-11-23)
Chores
- remove
@types/node
(bd539374)
4.2.0 (2020-11-23)
Build System / Dependencies
- update GitHub actions (7bf52ac8)
Chores
- update and lock dependencies (745c55cc)
New Features
Bug Fixes
- re-add
@types/node
(3c095036)
Tests
- firebase: update firebase import in tests (be5e026b)
- GeoQueryOnSnapshot: add tests for
api/query-on-snapshot.ts
(deedd8f5) - utils: add tests for util functions (0adee9a5)
4.1.2 (2020-08-01)
Bug Fixes
- include comments in
dist/**/*.d.ts
files (eea05c55)
4.1.1 (2020-08-01)
Chores
- update dependencies (00281184)
- lint and test on deploy (487fe572)
- run
Lint and Test
only on pull requests and pushes (ee910ec7)
Documentation Changes
- definitions: add docs to all interfaces and types (85205395)
4.1.0 (2020-07-02)
Bug Fixes
Refactors
- move all exported functions to
/api
(246cc642)
Tests
4.0.0 (2020-06-22)
Build System / Dependencies
- add deploy action (9926225a)
Chores
Documentation Changes
- README: add description (2c6a643e)
New Features
- add functions for
onSnapshot
andget
for geoqueries (e95be225) - encode: add functions to encode a document (7c314692)
Refactors
- export specific functions from
/utils
(3af42212)