Skip to content

Releases: nox7/nox

v2.1.11

06 Sep 15:31
9adf75f
Compare
Choose a tag to compare

What's Changed

  • Move file contents check to new if block by @nox7 in #55

Full Changelog: 2.1.10...2.1.11

v2.1.10

30 Aug 17:04
bdcd2e5
Compare
Choose a tag to compare

What's Changed

  • Move Content-Length Above 304 - Add Exit after 304 by @nox7 in #54

Full Changelog: 2.1.9...2.1.10

v2.1.9

30 Aug 16:16
b0ca9a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.8...2.1.9

v2.1.8

16 Aug 12:53
33c005b
Compare
Choose a tag to compare

What's Changed

  • Implement static vary header by @nox7 in #52

Full Changelog: 2.1.7...2.1.8

v2.1.7

11 Aug 19:23
Compare
Choose a tag to compare

Full Changelog: 2.1.6...2.1.7

  • Fixes PHP deprecation warning for when parse_url returns null and sent to urldecode in Nox.php

v2.1.6

24 Mar 14:49
d507a57
Compare
Choose a tag to compare

What's Changed

  • Allow setting the rawBody of a Request by @nox7 in #51

Full Changelog: 2.1.5...2.1.6

v2.1.5

21 Mar 14:09
d374bbd
Compare
Choose a tag to compare

What's Changed

  • Implement byRaw for ResultOrder by @nox7 in #50

Full Changelog: 2.1.4...2.1.5

v2.1.4

27 Feb 21:58
fd12676
Compare
Choose a tag to compare

What's Changed

  • Only attempt PHP $_POST processing if data is available by @nox7 in #49

Full Changelog: 2.1.3...2.1.4

v2.1.3

14 Feb 18:56
b076abd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

v2.1.2

08 Feb 20:27
6880e2d
Compare
Choose a tag to compare
  • Fixes the file payloads not being populated if the request is a POST request and there are no POST parameters other than files.