Kenneth Geisshirt
19d05c2021
Merge `master` into `2.0.x` ( #1377 )
...
* Add 'deleteRealmIfMigrationNeeded' to configuration to delete a Realm if migration needed (#502 )
* Minor update due to changes in objec store
2017-10-03 13:37:21 +02:00
Kenneth Geisshirt
feb59ae859
Partial sync ( #1361 )
2017-10-02 20:29:36 +02:00
blagoev
8402a6d30b
fix docs
2017-10-01 12:21:33 +03:00
blagoev
3bf61963e8
Merge branch '2.0.x' into kneth/v1_v2-upgrade
2017-09-28 10:38:09 +03:00
blagoev
6c5960ee7b
fix merge
2017-09-28 10:37:45 +03:00
Thomas Goyne
e608255282
Update JSDocs for arrays of primitives ( #1357 )
2017-09-27 17:57:41 -07:00
Kenneth Geisshirt
49392bd4c6
Merge branch '2.0.x' of github.com:realm/realm-js into kneth/v1_v2-upgrade
2017-09-25 16:04:43 +02:00
Kenneth Geisshirt
61ad47faf5
Fixing a few typos
2017-09-25 16:03:14 +02:00
Morten Krogh
fe9677b1c5
Added documentation abut exceptions for open_ssl_verify_callback.
2017-09-25 11:57:18 +02:00
Morten Krogh
73dd90a05f
Merge branch 'mk/ssl-verify-callback-2' of github.com:realm/realm-js into mk/ssl-verify-callback-2
2017-09-25 11:08:36 +02:00
Morten Krogh
fbe619c255
Changed ssl_verify_callback to open_ssl_verify_callback.
...
Changed the preverifyOk to acceptedByOpenSSL and made it a Boolean.
Changed jsdoc formatting.
2017-09-25 11:05:16 +02:00
Kenneth Geisshirt
39fe8c6280
Creating a proper IncompatibleSyncedRealmError class.
2017-09-23 00:05:33 +02:00
Kenneth Geisshirt
0332fc7e66
Update realm.js
...
Fixing old typos.
2017-09-22 19:39:00 +02:00
Kenneth Geisshirt
4b2acf3b79
Updating documentation and test.
2017-09-22 13:50:17 +02:00
Morten Krogh
c1e198cbab
Documentation and comments for ssl_verify_callback.
2017-09-22 11:21:36 +02:00
Kenneth Geisshirt
b3ff7ada62
Documenting sync.config properties ( #1312 )
...
* Documenting sync.config properties
* Updating TypeScript definitions
2017-09-15 15:22:44 +02:00
astigsen
208aa8ee46
Added support for in-memory realms ( #1304 )
...
* Added support for in-memory realms
2017-09-13 20:42:23 +02:00
blagoev
f7db865458
Fix typescript definitions
...
Fixes #1306
2017-09-13 12:37:44 +03:00
Ashwin Phatak
532f517ded
Add Realm.deleteModel API ( #573 )
2017-09-12 14:45:36 +05:30
Ashwin Phatak
119cd79e5d
Add Realm.deleteFile API ( #363 )
2017-09-07 10:12:59 +05:30
Kenneth Geisshirt
85fb49b354
Adding methods and property to manually control write transactions ( #1216 )
...
* Adding methods and property to manually control write transactions
2017-08-21 17:48:53 +02:00
Kenneth Geisshirt
bd28c05936
Add shouldCompactOnLaunch option to configuration ( #1209 )
...
* Adding shouldCompactOnLaunch option to configuration
* Adding Realm.compact()
2017-08-18 14:22:29 +02:00
Yavor Georgiev
5dd9264225
Add `Realm.empty`
2017-07-12 13:02:21 +02:00
Marius Rackwitz
9e0a9a3bd3
Add support for accessing linking objects / backlinks ( #1101 )
...
* Add support for linkingObjects
* Test linkingObjects
* Borrow names helper from list tests
* include computed properties when serializing the schema for the RN debugger
* add API docs
* review comments
* Expose admin users to JS (#1100 )
The JS binding used to conflate `SyncUser::is_admin()` with the user being created by calling `Realm.Sync.User.adminToken()`, but now that we expose a user’s role on the server under `is_admin()` this supposition is no longer correct.
#1097 attempted to fix one such case, but fixing it only uncovered another: in `UserClass<T>::all_users()`. I’ve gone through all the callsites of `SyncUser::is_admin()` to make sure they don’t assume an admin token user.
* [1.8.3] Bump version
* add linkingObjects method to Realm.Object
* changelog
2017-06-29 11:59:10 +02:00
blagoev
5b17e14378
Fix api reference for callbacks
2017-05-31 14:22:53 +03:00
Kristian Dupont
22d4b2e391
Fix doc mistake ( #1028 )
...
* Fix doc mistake
* Remove throw doc in Realm.open
2017-05-18 13:11:51 +02:00
Kristian Dupont
57414f641d
Update docs for Realm.open and Realm.openAsync ( #1027 )
...
* Update docs for Realm.open and Realm.openAsync
* Update realm.js
2017-05-18 12:40:26 +02:00
Kristian Dupont
70437745f0
Add Session and some missing User docs ( #828 )
...
* Add Session and some missing User docs
* Remove accidentally pasted line
* Add permissions docs
* Respond to PR comments
* Remove docs for user.create
2017-02-01 21:45:55 +01:00
Ari Lazier
9d0df0de3d
Sync and fine grained notifications
2016-10-04 15:07:14 -07:00
Scott Kyle
ab05c5f732
Add introduced version to objectForPrimaryKey doc
2016-06-17 02:38:09 -07:00
Scott Kyle
3c657c3bbf
Update docs and CHANGELOG with objectForPrimaryKey
2016-06-03 16:59:50 -07:00
Scott Kyle
bd863f7590
Remove qualification about date precision in API docs
2016-05-19 13:33:00 -07:00
Scott Kyle
9fff367ce0
Reword close() API doc based on PR feedback
2016-05-04 11:47:11 -07:00
Scott Kyle
4cecb0a612
Add close() method API doc
2016-05-04 02:39:06 -07:00
Scott Kyle
77a55ee024
Add API docs for the schema property
2016-05-02 18:28:54 -07:00
Scott Kyle
02dfed99bd
Add API docs for migration functions
2016-05-02 13:49:40 -07:00
Scott Kyle
15b69e381d
Add API docs for readOnly
2016-05-02 13:21:02 -07:00
Scott Kyle
f59e1d972c
API doc update for Realm.Object class
2016-05-02 13:12:49 -07:00
Scott Kyle
b50870b040
API doc updates for path and schemaVersion properties
2016-05-02 13:12:49 -07:00
Ari Lazier
dc5d9e80f1
tweak docs
2016-03-21 13:34:34 -07:00
Ari Lazier
2d6360e1f2
update docs
2016-03-21 13:34:34 -07:00
Scott Kyle
95ac0594df
Add Realm.schemaVersion API doc
...
This may need to be adjusted depending on the decisions surrounding this API.
2016-03-21 13:34:12 -07:00
Ari Lazier
1b0ec38339
Update realm.js
2016-03-21 13:26:33 -07:00
Ari Lazier
80c532cf3e
docs
2016-03-21 11:49:16 -07:00
Scott Kyle
92461f2598
Update API docs with encryptionKey
2016-03-17 15:14:56 -07:00
Scott Kyle
91960152df
Capitalize Realm in API docs
2016-03-07 12:23:04 -08:00
Scott Kyle
52f296c3ac
Update API docs with info about constructors
2016-03-04 14:13:28 -08:00
Scott Kyle
89ce54799f
Merge pull request #271 from realm/sk-docs-update
...
Update API docs with sorted/filtered changes
2016-02-21 19:03:49 -08:00
Scott Kyle
c1e5cb03cf
Update API docs with sorted/filtered changes
2016-02-21 17:51:58 -08:00
Karson Miller
5e9333b699
no message
2016-02-18 15:30:44 -08:00