v0.4.0-alpha
Pre-release
Pre-release
What's Changed
- Light/Dark mode for website by @SvMak in #93
- Fixed a typo in the example code from the documentation. by @TomasWild in #99
- Implement primary keys as a specific type by @chaseWillden in #131
- Adding
EXCEPT
feature by @mjovanc in #133 - Add
UNION
by @chaseWillden in #134 - Implement subqueries by @chaseWillden in #136
- Pull columns out. Implement subqueries in update by @chaseWillden in #138
- Implement
IN
andNOT IN
by @chaseWillden in #139 - Implemented
AutoIncrementPrimary
key for autoincrement in SQLite by @mjovanc in #78 - Created better tests structure by @Hiccup-za in #142
- Add
JOIN
by @chaseWillden in #143 - Add Subqueries to
DELETE
by @chaseWillden in #145 - Add
INSERT
subquery support by @chaseWillden in #146 - Add MySQL support by @chaseWillden in #149
- Updating workflow and various stuff by @mjovanc in #151
- Create pre-commit script by @mjovanc in #154
- Add MySQL
DELETE
tests by @chaseWillden in #155 - Implement more MySQL tests by @chaseWillden in #158
- Removing docs from README -> moved to docs repo by @mjovanc in #156
- Removing lifetimes where it can be automatically inferred by @mjovanc in #160
- Fixing modules in lib.rs by @mjovanc in #161
New Contributors
- @SvMak made their first contribution in #93
- @TomasWild made their first contribution in #99
- @chaseWillden made their first contribution in #131
- @Hiccup-za made their first contribution in #142
Full Changelog: v0.3.0...v0.4.0