Skip to content

Commit 7976747

Browse files
committed
Final changes for PITR
1 parent 6d7a402 commit 7976747

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,34 @@ This change log follows the format documented in [Keep a CHANGELOG].
77
[semantic versioning]: http://semver.org/
88
[keep a changelog]: http://keepachangelog.com/
99

10+
## v10.6.0 - 2024-04-12
11+
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).
13+
14+
### Fixed
15+
16+
- Fixed the native Firebase reference/query object not being exposed.
17+
18+
### Chaned
19+
20+
- Renamed `native` to `nativeSymol` in the adapters.
21+
22+
### Added
23+
24+
- Added ability to access the database instance from subscription promisesa via `dbSymbol` symbol.
25+
1026
## v10.5.0 - 2024-04-12
1127

28+
**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).
29+
1230
### Added
1331

1432
- 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!**
1533

1634
## v10.4.0 - 2024-04-11
1735

36+
**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).
37+
1838
### Added
1939

2040
- 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!**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typesaurus",
3-
"version": "10.5.0",
3+
"version": "10.6.0",
44
"description": "Type-safe ODM for Firestore",
55
"keywords": [
66
"Firebase",

0 commit comments

Comments
 (0)