Releases: rahmanfadhil/cotton
Releases · rahmanfadhil/cotton
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
- Upgrade Deno to v1.4.0
- Upgrade deno-postgres to v0.4.5
v0.7.0
Breaking changes:
- Use
Q
instead of passing three parameters inQueryBuilder.where
. - Add support for
HAVING
andGROUP BY
query.
v0.6.6
Fix migration importing issue in CLI
v0.6.5
Empty release for Deno registry 🦕
v0.6.4
Add support for Deno 1.2.2, which includes:
- Update
std
version to 0.63.0 - Update
mysql
to v2.4.0 - Update
postgres
to v0.4.3
0.6.3
Model query
- New
count
to count records in a model that match given conditions. - New
update
to update multiple models at once. - New
delete
query to delete multiple records at once.
Manager
save
now accept array of model instances. It updates and inserts all model instances to the database, even in different tables.insert
is now deprecated and unavailable.remove
now accept array of model instances.
Adapter
- Bump sqlite version to
v2.3.0
.