Releases: BlackRookSoftware/Small
Releases · BlackRookSoftware/Small
Release list
1.6.1
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
Changed in 1.5.2
FixedDuplicate singleton component issue. Issue #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
Changed in 1.4.2
FixedIssue #1 - Classpath Scanning Does Not Work in Java 9 or Higher
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.