Skip to content

Commit

Permalink
Final changes for PITR
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Apr 12, 2024
1 parent 6d7a402 commit 7976747
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,34 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## v10.6.0 - 2024-04-12

**This release has no user-facing changes**, it's a dev release powering the [Typesaurus Point-in-Time Recovery adapter](https://github.com/kossnocorp/typesaurus-pitr).

### Fixed

- Fixed the native Firebase reference/query object not being exposed.

### Chaned

- Renamed `native` to `nativeSymol` in the adapters.

### Added

- Added ability to access the database instance from subscription promisesa via `dbSymbol` symbol.

## v10.5.0 - 2024-04-12

**This release has no user-facing changes**, it's a dev release powering the [Typesaurus Point-in-Time Recovery adapter](https://github.com/kossnocorp/typesaurus-pitr).

### Added

- Added native Firestore reference/query object to the subscription promise object, which is accessible via `native` symbol to enable low-level access for advanced use cases, like [Typesaurus Point-in-Time Recovery adapter](https://github.com/kossnocorp/typesaurus-pitr). **Don't use it!**

## v10.4.0 - 2024-04-11

**This release has no user-facing changes**, it's a dev release powering the [Typesaurus Point-in-Time Recovery adapter](https://github.com/kossnocorp/typesaurus-pitr).

### Added

- Export admin & web adapters to enable low-level access for advanced use cases, like [Typesaurus Point-in-Time Recovery adapter](https://github.com/kossnocorp/typesaurus-pitr). **Don't use those!**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typesaurus",
"version": "10.5.0",
"version": "10.6.0",
"description": "Type-safe ODM for Firestore",
"keywords": [
"Firebase",
Expand Down

0 comments on commit 7976747

Please sign in to comment.