Skip to content

Releases: sushihangover/RealmThread

0.4.1

08 Mar 14:29
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

As part of this release we had 2 commits which resulted in 2 issues being closed.

Where to get it

You can download this release from nuget.org

0.4.0

07 Mar 04:17
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

14 Dec 00:33
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

As part of this release we had 4 issues closed.

Where to get it

You can download this release from nuget.org

v0.2.1

09 Dec 00:33
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

07 Dec 07:02
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Change constructor signature to use RealmConfiguration vs Realm

  • Old: public RealmThread(Realms.Realm realm)
  • New: public RealmThread(Realms.RealmConfiguration realmConfig)

Initial Public Release

06 Dec 07:41
Compare
Choose a tag to compare
Pre-release
v0.1.1

Create icon/logo