Releases: sushihangover/RealmThread
Releases · sushihangover/RealmThread
0.4.1
0.4.0
As part of this release we had 2 issues/1 PR closed.
Where to get it
You can download this release from nuget.org
0.3.0
v0.2.1
Note: This is a Debug/Non-optimized build.
Added
- BeginTransaction ()
- Begin a Realm transaction on this thread. More...
- CommitTransaction ()
- Commits the Realm transaction that is active on this thread.
- RollbackTransaction ()
- Rollbacks the Ream transaction that is active on this thread.
v0.2.0
Change constructor signature to use RealmConfiguration vs Realm
- Old: public RealmThread(Realms.Realm realm)
- New: public RealmThread(Realms.RealmConfiguration realmConfig)
Initial Public Release
v0.1.1 Create icon/logo