- README: update badges (dfc9f1ba)
- update firebase settings and dependencies (2b95d766)
- update
README.md
(d55b979a) - rename
COMMITS.md
toCONTRIBUTING.md
(f37e95ee) - LICENSE: update license (7dc3064e)
- COC: add a Code of Conduct (e018ddba)
- update docs around query functions (073991f4)
- update dependencies (504d7e09)
- GeoFirestoreQuery: move around event firing and fix typing (ff5fa228)
- node: add node typings (344602f0)
- firebase-admin: fix docChanges prop/method issue while adding more extensive typing (8c1d77f5)
- add lint to travis (8318f861)
- GeoFirestoreQuery: add docs for
query
function ofGeoFirestoreQuery
'sGeoFirestoreObj
, fixes #8 (79976caf) - add example application as well as site deployment (1192262a)
- add support for firebase-admin sdk, fixes #9 (8a763041)
- query: add ability to write custom query function for GeoFirestoreQuery (05bccde5)
- test: fix a
remove
test for GeoFirestore (521adabe) - validateCriteria: check QueryCriteria's query to ensure it is of a valid type (4c299c80)
- examples: throttle queries to Firestore (be8ab9a5)
- GeoFirestoreQuery:
- expand coverage for util functions (12b10e59)
- GeoFirestore:
- add coveralls to testing process (e670b279)
- README: stop referencing
location
wheredocument
should be used (72cc61af)
- remove external dependency of firebase (df31a871)
- set browser build to iife (7b0df7f0)
- Fix minor typos in README.md (1ed6d659)
- modify how firestore is imported (8525def6)
- release: minor version release (81a9d979)
- lock to firebase 5.x.x (8779a2c7)
- bump firebase to v5.x.x (1442de38)
- update docs (f040e981)
- query:
- add: add ability to add/insert documents without set (1663b0e1)
- set: update set function to use GeoPoints (5cf04fbd)
- remove: update remove function to no longer depend on set function (51814436)
- get: update get function to reflect new GeoFirestoreObj type (ec4ac975)
- tweak some validations (7303a350)
- GeoFirestoreQuery: use Maps instead of Objects as well as general clean up (2263bccd)
- update tests for new structure (37600fb6)
- scripts: remove postinstall script (d2712d36)
- include dist in npm deploy (0fe8aca3)
- add scripts to generate changelogs and update version (3b90de44)
- add commit guidline and update readme to include contributing section (6c519ad5)
- repurpose as a geofirestore npm package (f887310c)
- firestore: early implementation of geofirestore (51e76bda)
- firestore:
- renamed folders and small tweaks (261445e6)
- change vars to consts and use in instead of hasOwnProperty (4a0d3127)