Releases: BlackRookSoftware/Small
Releases · BlackRookSoftware/Small
1.6.0
Changed in 1.6.0
Fixed
Fixed reading multipart boundaries that are quoted on read.Added
SmallEndpoint data transfer methods.Added
SmallEndpoint session convenience methods.Changed
Small controllers and filters can now fetch the current SmallResponse, passing it through a filter chain or controller return.
1.5.4
Changed in 1.5.4
Changed
Exception handlers now search through superclasses for matching handlers.
1.5.3
Changed in 1.5.3
Fixed
InputStreams sent as content are no longer blank (length bug).
1.5.2
1.5.1
Changed in 1.5.1
Changed
CookieParameters throw a better exception if they are not Cookie-typed.Changed
Cookies created via CookieParameter are not automatically added to the response.Changed
Doc fixes.
1.5.0
Changed in 1.5.0
Added
ExceptionHandler.getHandledClass().
1.4.2
1.4.1
Changed in 1.4.1
Fixed
Attempting to instantiate an abstract class as a component yields a better exception.Changed
SmallConfiguration.getAttribute(String, Object) is now type-parameterized.Changed
SmallEnvironment uses the system class loader for package scan.
1.4.0
Changed in 1.4.0
Changed
SmallResponse is now an interface, but with a default builder for instances.
1.3.0
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.