Skip to content

Commit

Permalink
TS fixes (#3421)
Browse files Browse the repository at this point in the history
* remove v6 leftover lib/index.d.ts

* RealmInsertionModel now ignores functions on Class Models

* changelog
  • Loading branch information
steffenagger authored Nov 25, 2020
1 parent 97b5e37 commit 015f0ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,100 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ x.x.x Release notes (yyyy-MM-dd)
### Fixed
* Fixed an issue in `toJSON()`, in combination with primaryKeys, where data from another table could be returned. ([#3331](https://github.com/realm/realm-js/issues/3331), since v10.0.0)
* Fixed an issue in `toJSON()` where `data` would output as `{}`, it now returns the data base64 encoded. ([#3356](https://github.com/realm/realm-js/pull/3356), since v10.0.0)
* TS: `RealmInsertionModel<T>` used in `realm.create<T>(...)` now ignores functions on Class Models. ([#3421](https://github.com/realm/realm-js/pull/3421), since v10.0.0)

### Compatibility
* MongoDB Realm Cloud.
Expand Down
Loading

0 comments on commit 015f0ca

Please sign in to comment.