Skip to content

Releases: mochidev/CodableDatastore

Version 0.1.4

31 Mar 09:18

Choose a tag to compare

Overview

This release enables easier use of datastores whose encoded items are enums identified by member names which would previously conflict, and updates all the accessors to return the previously persisted value where applicable.

What's Changed

Full Changelog: 0.1.3...0.1.4

Version 0.1.3

20 Mar 10:36

Choose a tag to compare

Overview

This release fixes a bug loading ranges starting from entries that span page boundaries. It also adds a new deleteIfPresent() method that doesn't throw if the entry is missing.

What's Changed

Full Changelog: 0.1.2...0.1.3

Version 0.1.2

06 Mar 11:52

Choose a tag to compare

Overview

This release enhances the first use experience by no longer throwing errors when the first action performed is to check for the existence of an entry when nil might be expected instead.

What's Changed

Full Changelog: 0.1.1...0.1.2

Version 0.1.1

22 Jul 07:39

Choose a tag to compare

Overview

This release vastly improves the memory footprint of a DiskPersistence, keeping an upper-bound of resources in memory instead of every change that was made during a session. This was generally not an issue unless you were making 1000s of edits at a time, though it would consistently be a problem during migrations and warmups.

What's Changed

Full Changelog: 0.1.0...0.1.1

Version 0.1.0

21 Jul 08:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.30...0.1.0

Version 0.0.30

20 Jul 09:08

Choose a tag to compare

Version 0.0.30 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.29...0.0.30

Version 0.0.29

18 Jul 08:17

Choose a tag to compare

Version 0.0.29 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.28...0.0.29

Version 0.0.28

15 Jul 09:51

Choose a tag to compare

Version 0.0.28 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.27...0.0.28

Version 0.0.27

13 Jul 08:49

Choose a tag to compare

Version 0.0.27 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.26...0.0.27

Version 0.0.26

10 Jul 08:36

Choose a tag to compare

Version 0.0.26 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.25...0.0.26