Skip to content

Releases: predetermined/aqua

v1.2.1

20 Jul 18:59
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.102.0

Updates

v1.2.0

19 Jul 16:03
154b054
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.100.0

Updates

  • Add patch shorthand
  • Add headers schema validation option

Breaking changes

  • Change the req.body type from Record<string, string> to Record<string, string | number | boolean | null | object>

v1.1.5

18 Jul 19:19
5366f3a
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.100.0

  • Implements the possibility to define middlewares for either incoming or outgoing requests/responses
  • Add put and delete shorthand

v1.1.4

10 Jul 18:12
eb3a44c
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.100.0

v1.1.3

27 Jun 17:21
67175f9
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.99.0

  • README example fix

v1.1.2

14 Jun 18:58
1cabfe4
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.98.0

v1.1.1

01 May 11:32
2eef15a
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.95.0

  • Simplify mod.ts exports

v1.1.0

21 Mar 15:33
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.90.0

  • Matches the request headers type to be the same as the response one

This version breaks backwards compatibility.
What needs to be changed?

  • Usage of the request headers (type is now a object, no longer Headers [Map])

v1.0.23

21 Mar 13:55
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.90.0

  • Use parameter for passing context to the schema validation functions
  • Add mustContainValue function

v1.0.22

20 Mar 20:41
Compare
Choose a tag to compare

Uses Deno Standard Modules v0.90.0

  • Fix issue where async request handlers block the whole request queue of a server