Skip to content

Releases: nwrenger/light-magic

Release 0.7.2

06 Oct 16:40
Compare
Choose a tag to compare

Changes && Bug Fixes

  • ✨ Added search_ordered
  • ✨ Added create_from_str for the encrypted database
  • ...

Full Changelog: 0.7.1...0.7.2

Release 0.7.1

04 Oct 03:35
Compare
Choose a tag to compare

Changes && Bug Fixes

  • ✨ Updated msrc
  • 🔧 Updated docs accordingly
  • 🔧 Updated description
  • ...

Full Changelog: 0.7.0...0.7.1

Release 0.7.0

04 Oct 03:21
Compare
Choose a tag to compare

Changes && Bug Fixes

  • ✨ Added encrypted module with a encryptable/decryptable Database using a password (very cryptographically secure)
  • ...

Full Changelog: 0.6.2...0.7.0

0.6.2

03 Oct 12:27
Compare
Choose a tag to compare

Changes && Bug Fixes

  • ✨ Added get_mut and values_mut
  • ...

Full Changelog: 0.6.1...0.6.2

Release 0.6.1

02 Oct 15:50
Compare
Choose a tag to compare

Changes && Bug Fixes

  • ✨ Added Clone derive for Tables
  • ...

Full Changelog: 0.6.0...0.6.1

Release 0.6.0

23 Jul 12:38
Compare
Choose a tag to compare

Changes && Bug Fixes

  • 🔥 Removed db! macro
  • ✨ Update Table to be easily usable without db! macro
  • ✨ Changes search function to accept now a predicate function than a &str
  • 🔧 Updated Docs

Release 0.5.4

26 Jun 21:42
Compare
Choose a tag to compare

Changes:

  • 🔧 Fixed imports on db! macro
  • 🔧 Changed naming of custom tables in db! macro from None to Custom
  • 🔧 Updated Docs && Functions (Clippy Warnings) of Table data type
  • ...

Full Changelog: 0.5.3...0.5.4

Release 0.5.3

18 Jun 22:42
Compare
Choose a tag to compare

Changes:

  • 🚑 Fixed an upsi

Full Changelog: 0.5.2...0.5.3

Release 0.5.2

18 Jun 22:34
Compare
Choose a tag to compare

Changes:

  • Updated README (-> Features)
  • Rewrote db! macro
  • Changed syntax of db! macro
  • Additionally, the table type can now be changed, determining whether it should be a B-tree or a single struct.

Full Changelog: 0.5.1...0.5.2

Release 0.5.1

16 Jun 20:26
Compare
Choose a tag to compare

Changes:

  • 🚑 Fixed visibility of fields in the Database

Full Changelog: 0.5.0...0.5.1