Skip to content

Releases: rahmanfadhil/cotton

v0.7.5

17 Jan 08:08
28a88a7
Compare
Choose a tag to compare
  • Upgrade to Deno v1.6.2 (#35)
  • Update postgres v0.4.6

v0.7.4

21 Nov 03:30
4ddc956
Compare
Choose a tag to compare

Bumped MySQL and SQlite dependencies (#28)

v0.7.3

12 Oct 01:21
fabf5d5
Compare
Choose a tag to compare
  • Fix switch migrations:down command to migration:down #20.

v0.7.2

04 Oct 04:15
be15589
Compare
Choose a tag to compare

Fix UPDATE query with RETURNING statement (#16)

v0.7.1

17 Sep 08:36
3586b6c
Compare
Choose a tag to compare

v0.7.0

11 Aug 12:53
30b8f37
Compare
Choose a tag to compare

Breaking changes:

  • Use Q instead of passing three parameters in QueryBuilder.where.
  • Add support for HAVING and GROUP BY query.

v0.6.6

07 Aug 08:39
e03ea1d
Compare
Choose a tag to compare

Fix migration importing issue in CLI

v0.6.5

07 Aug 08:13
a26720e
Compare
Choose a tag to compare

Empty release for Deno registry 🦕

v0.6.4

05 Aug 14:11
5a149e2
Compare
Choose a tag to compare

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

31 Jul 23:44
25610b9
Compare
Choose a tag to compare

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.