Releases: BlackRookSoftware/Small
Releases · BlackRookSoftware/Small
1.6.0
Changed in 1.6.0
FixedFixed reading multipart boundaries that are quoted on read.AddedSmallEndpoint data transfer methods.AddedSmallEndpoint session convenience methods.ChangedSmall 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
ChangedException handlers now search through superclasses for matching handlers.
1.5.3
Changed in 1.5.3
FixedInputStreams sent as content are no longer blank (length bug).
1.5.2
1.5.1
Changed in 1.5.1
ChangedCookieParameters throw a better exception if they are not Cookie-typed.ChangedCookies created via CookieParameter are not automatically added to the response.ChangedDoc fixes.
1.5.0
Changed in 1.5.0
AddedExceptionHandler.getHandledClass().
1.4.2
1.4.1
Changed in 1.4.1
FixedAttempting to instantiate an abstract class as a component yields a better exception.ChangedSmallConfiguration.getAttribute(String, Object) is now type-parameterized.ChangedSmallEnvironment uses the system class loader for package scan.
1.4.0
Changed in 1.4.0
ChangedSmallResponse is now an interface, but with a default builder for instances.
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.