Skip to content

Releases: tomkuijsten/restup

v1.0.0

18 Oct 13:53
Compare
Choose a tag to compare

After a couple of weeks in rc1, we are confident that the new functionality has reached the stability we want. Our first stable package is out in the open, hooray! :)

The release notes:

  • Allow no location header with post response with not location specified (#90)

RC1

01 Oct 20:21
Compare
Choose a tag to compare
RC1 Pre-release
Pre-release

This should be the last step before releasing a stable version. We will fix bugs if we encounter them, but won't implement new features.

The release notes:

  • CORS is supported now (read the Wiki for configuration options)
  • Removed "Devkoes." from namespaces
  • Url arrays implemented (#16)
  • Query parameters are supported (#49)
  • Breaking API changes (read beta4 to rc1)

Beta 4

21 Apr 07:23
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

Uri matching improved (#57)
Added gzip and deflate support (#43)
Removed RestWebServer (was obsolete)
Fixed resolution of mime-types for static file router (#38)
Fixed package problems in demo projects

Second beta

04 Mar 12:03
Compare
Choose a tag to compare
Second beta Pre-release
Pre-release
  • Introducing RouteHandlers
  • RestWebServer is obsolete, see github wiki for more info
  • Static files can be served now
  • Basic url query strings can be used
  • The headed demo has a testing capabilities now

First beta

26 Jan 11:04
Compare
Choose a tag to compare
First beta Pre-release
Pre-release

Contains the reworked httpmessage which should be more flexible
Fixed all known bugs
Added headed and headless demo apps
Expanded demo controllers