Skip to content

Releases: knijn/webify

Release 1.3.1

08 May 14:07
a27cf3b

Choose a tag to compare

New in this release

  • Fixed webify installing itself two times (#10)
  • Fixed body.json parsing (#9)
  • Fixed a crash when a user sent a request method that isn't on the stack (#8)

Release 1.3.0

23 Feb 07:12

Choose a tag to compare

New in this release

  • All HTTP methods are available
  • Fixed an issue that could cause get and post requests to get mixed up
  • Code simplifications

Release 1.2.0

22 Feb 18:59

Choose a tag to compare

New in this release

  • You can now return responses with return "string", webify will send the response back to the client

Release 1.1.0

21 Feb 18:51

Choose a tag to compare

Changes

  • Added req.args, returns a table with all the arguments inside of the url
  • Added req.json, returns the json of the body (or nil if there is no parsable json)
  • Added req.body, returns the body if there is any
  • Added a json parsing example

Release 1.0.1

19 Nov 07:14

Choose a tag to compare

What's new in this release

  • Fix middleware from not inserting correctly

Release 1.0.0

19 Nov 06:52

Choose a tag to compare

New in this release

  • get handlers
  • post handlers