Skip to content

Releases: BlackRookSoftware/Small

1.3.0

Choose a tag to compare

@MTrop MTrop released this 04 Jul 16:07

Changed in 1.3.0

  • Added BeforeDestruction on Components for annotation methods to call on context destruction.
  • Changed AfterInitialize on Components can have parameters that match singleton components.
  • Changed All types on a component are associated with their instance (or many instances).
  • Changed The SmallEnvironment is now a singleton fetchable during singleton creation.

1.2.1

Choose a tag to compare

@MTrop MTrop released this 04 Jul 01:56

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

Choose a tag to compare

@MTrop MTrop released this 04 Jul 00:39

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

Choose a tag to compare

@MTrop MTrop released this 30 Jun 02:46

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

Choose a tag to compare

@MTrop MTrop released this 27 Jun 23:07

Changed in 1.0.0

  • Initial release.