Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 2.89 KB

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)