Releases: BlackRookSoftware/Small
Releases · BlackRookSoftware/Small
Release list
1.3.0
Changed in 1.3.0
AddedBeforeDestruction on Components for annotation methods to call on context destruction.ChangedAfterInitialize on Components can have parameters that match singleton components.ChangedAll types on a component are associated with their instance (or many instances).ChangedThe SmallEnvironment is now a singleton fetchable during singleton creation.
1.2.1
Changed in 1.2.1
FixedIt'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
Changed in 1.2.0
AddedSmallResponse.dateHeader methods.AddedSmallUtils.encapsulateResponseContent(...)ChangedHandling of Small requests and the Filter/Controller request loop.
1.1.0
Changed in 1.1.0
AddedSmallResponse.AddedLots of additional methods to SmallResponseUtils.AddedSmallUtils.sendContent().AddedControllers do not need View/Attachment/Content annotations for methods if the return type is SmallResponse.ChangedUnified the content send.