Skip to content

Releases: nox7/nox

v2.0.5

22 Sep 13:17
b835536
Compare
Choose a tag to compare

What's Changed

  • Properly define PRIMARY KEY for existing table columns by @nox7 in #33
  • 2.0.5 by @nox7 in #34

Full Changelog: 2.0.4...2.0.5

v2.0.4

23 Aug 20:00
4077b15
Compare
Choose a tag to compare

What's Changed

  • Support HTTP Head on correct router method by @nox7 in #32

Full Changelog: 2.0.3...2.0.4

v2.0.3

23 Aug 19:53
99b2af1
Compare
Choose a tag to compare

What's Changed

  • Support HTTP HEAD requests on GET routes by @nox7 in #31

Full Changelog: 2.0.2...2.0.3

v2.0.2

23 Aug 13:47
e797a71
Compare
Choose a tag to compare

What's Changed

  • Handle HEAD request on a static file by @nox7 in #30

Full Changelog: 2.0.1...2.0.2

v2.0.1

19 Aug 20:04
Compare
Choose a tag to compare
  • Raw where() method incorrectly used formatted column name

v2.0.0

11 Aug 18:40
d6a5d9d
Compare
Choose a tag to compare
  • Adds RequestPayload::getAllPayloads()

v2.0.0 Beta 14

22 Jul 20:44
Compare
Choose a tag to compare
  • Resets requestMethod in the router to "GET" when a new request path is defined in an attribute response

v2.0.0 Beta 13

17 Jul 20:03
Compare
Choose a tag to compare
  • Fix POST processing of polymorphic call
  • Fix var_dump in code

v2.0.0 Beta 12

14 Jun 15:25
Compare
Choose a tag to compare
  • Adds ArrayPayload to RequestPayload for when using JSON content types

v2.0.0 Beta 11

13 Jun 15:01
Compare
Choose a tag to compare
  • Adds RequestPayload::getTextPayloadNullable(string $name): Payload | null