Skip to content

Commit

Permalink
Add Realm.Configuration (#6093)
Browse files Browse the repository at this point in the history
* Add API docs for Realm.Configuration
* Use typedoc-plugin-missing-exports to resolve missing exports in API documentation

---------
Co-authored-by: Andrew Meyer <[email protected]>
Co-authored-by: LJ <[email protected]>
  • Loading branch information
kneth authored Aug 24, 2023
1 parent bc3ddec commit 4715caa
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 131 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<!-- * Either mention core version or upgrade -->
<!-- * Using Realm Core vX.Y.Z -->
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
* Removed pre-v12 source code
* Removed pre-v12 source code.
* Added API documentation for `Realm.Configuration`. ([#6081](https://github.com/realm/realm-js/issues/6081), since v12.0.0)
* Added [typedoc-plugin-missing-exports](https://www.npmjs.com/package/typedoc-plugin-missing-exports) to resolved missing exports.

## 12.0.0 (2023-08-17)
NOTE: This combines all changelog entries for prereleases of v12.0.0.
Expand Down
Loading

0 comments on commit 4715caa

Please sign in to comment.