Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

135 lines (72 loc) · 6.16 KB

5.0.0 (2022-02-09)

New Features
  • compat: update dependencies and use firebase v9 compat (#4) (8fbcb744)

4.4.4 (2021-06-11)

Bug Fixes

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 to live (820605c7)

4.4.1 (2021-06-11)

Build System / Dependencies
Chores
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

4.2.0 (2020-11-23)

Build System / Dependencies
Chores
  • update and lock dependencies (745c55cc)
New Features
  • firebase: add support for firebase 8, fixes #3, fixes MichaelSolati/geofirestore-js#198 (8c238407)
Bug Fixes
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
  • encodeGeoDocument: clone object instead of mutating original, fixes #1 (b6f64e7d)
Refactors
  • move all exported functions to /api (246cc642)
Tests
  • add tests for api/validate.ts (8a9f6dbc)
  • add tests for api/encode.ts (11e5667d)

4.0.0 (2020-06-22)

Build System / Dependencies
Chores
Documentation Changes
New Features
  • add functions for onSnapshot and get for geoqueries (e95be225)
  • encode: add functions to encode a document (7c314692)
Refactors
  • export specific functions from /utils (3af42212)