Releases: nwrenger/light-magic
Releases · nwrenger/light-magic
Release 0.7.2
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
Changes && Bug Fixes
- ✨ Updated msrc
- 🔧 Updated docs accordingly
- 🔧 Updated description
- ...
Full Changelog: 0.7.0...0.7.1
Release 0.7.0
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
Release 0.6.1
Release 0.6.0
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
✨ Changes:
- 🔧 Fixed imports on
db!
macro - 🔧 Changed naming of custom tables in
db!
macro fromNone
toCustom
- 🔧 Updated Docs && Functions (Clippy Warnings) of
Table
data type - ...
Full Changelog: 0.5.3...0.5.4
Release 0.5.3
Release 0.5.2
✨ 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