Skip to content

Commit aa1d043

Browse files
committed
Promote to v10.3.0
1 parent 6f303c2 commit aa1d043

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ 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.3.0 - 2024-03-??
10+
## v10.3.0 - 2024-03-20
1111

1212
### Fixed
1313

1414
- Fixed `Typesaurus.Ref` being incompatible with the `Ref` type inferred from the actual database API.
1515

1616
- Fixed `update` widening the model type when passing an object. It was allowed to pass an object with extra fields. It is now fixed except for data returned from the function argument, which is still prone to the problem, [which is a TypeScript limitation](https://github.com/microsoft/TypeScript/issues/241).
1717

18+
### Added
19+
20+
- Added type-safe way to share functionality between refs and docs. [Read the sharing functionality guide](https://typesaurus.com/type-safety/sharing/). [Read the architecture desicion record (ADR-2)](https://typesaurus.com/decisions/adr-2-sharing/).
21+
22+
## Added
23+
1824
## v10.2.0 - 2024-03-07
1925

2026
### Fixed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typesaurus",
3-
"version": "10.2.0",
3+
"version": "10.3.0",
44
"description": "Type-safe ODM for Firestore",
55
"keywords": [
66
"Firebase",

0 commit comments

Comments
 (0)