Skip to content

Releases: BlackRookSoftware/Small

1.2.1

04 Jul 01:56
Compare
Choose a tag to compare

Changed in 1.2.1

  • Fixed It's possible for an encapsulated InputStream to escape closing if an exception occurs in an "exit" filter before the payload is rendered. This loophole has now been closed.

1.2.0

04 Jul 00:39
Compare
Choose a tag to compare

Changed in 1.2.0

  • Added SmallResponse.dateHeader methods.
  • Added SmallUtils.encapsulateResponseContent(...)
  • Changed Handling of Small requests and the Filter/Controller request loop.

1.1.0

30 Jun 02:46
Compare
Choose a tag to compare

Changed in 1.1.0

  • Added SmallResponse.
  • Added Lots of additional methods to SmallResponseUtils.
  • Added SmallUtils.sendContent().
  • Added Controllers do not need View/Attachment/Content annotations for methods if the return type is SmallResponse.
  • Changed Unified the content send.

1.0.0

27 Jun 23:07
Compare
Choose a tag to compare

Changed in 1.0.0

  • Initial release.