Skip to content

CRAN

Compare
Choose a tag to compare
@JohnCoene JohnCoene released this 27 Jan 10:37
· 306 commits to master since this release
  • Reaches CRAN
  • Removed create_ambiorix, see ambiorix.generator.
  • Removed add_template, see ambiorix.generator.
  • Deprecate the Logger class in favour of the log package.
  • Added all method to define route and handler for all methods GET, POST, PUT, DELETE, and PATCH.
  • The use method now accepts a function which is run every time the server receives a request.
  • Add set and get to request to add and retrieve params (namely with the middleware)
  • Fix check_installed, see #33