Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Duncalf committed Oct 11, 2022
1 parent 77286a3 commit 5190b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Based on Realm JS v10.21.1: See changelog below for details on enhancements and
```
### Enhancements
* Small improvement to performance by caching JSI property String object [#4863](https://github.com/realm/realm-js/pull/4863)
* Added new package `@realm/babel-plugin` to enable definining your Realm models using standard Typescript syntax [#4938](https://github.com/realm/realm-js/pull/4938)

### Fixed
* None
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

The Realm Babel plugin enables you to define your Realm models using standard Typescript syntax - no need to define a separate schema.
The Realm Babel plugin enables defining your Realm models using standard Typescript syntax - no need to define a separate schema.

<table>
<tr>
Expand Down

0 comments on commit 5190b15

Please sign in to comment.