Skip to content

Releases: BlackRookSoftware/Small

1.6.1

Choose a tag to compare

@MTrop MTrop released this 10 Jun 15:21

Changed in 1.6.1

  • Changed Error message change on failed SmallEndpoint initialization.

1.6.0

Choose a tag to compare

@MTrop MTrop released this 09 Sep 21:21

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

Choose a tag to compare

@MTrop MTrop released this 08 Feb 03:17

Changed in 1.5.4

  • Changed Exception handlers now search through superclasses for matching handlers.

1.5.3

Choose a tag to compare

@MTrop MTrop released this 13 Aug 07:40

Changed in 1.5.3

  • Fixed InputStreams sent as content are no longer blank (length bug).

1.5.2

Choose a tag to compare

@MTrop MTrop released this 03 Aug 23:28

Changed in 1.5.2

  • Fixed Duplicate singleton component issue. Issue #2.

1.5.1

Choose a tag to compare

@MTrop MTrop released this 20 Jul 05:53

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

Choose a tag to compare

@MTrop MTrop released this 15 Jul 04:36

Changed in 1.5.0

  • Added ExceptionHandler.getHandledClass().

1.4.2

Choose a tag to compare

@MTrop MTrop released this 15 Jul 02:37

Changed in 1.4.2

  • Fixed Issue #1 - Classpath Scanning Does Not Work in Java 9 or Higher

1.4.1

Choose a tag to compare

@MTrop MTrop released this 15 Jul 00:17

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

Choose a tag to compare

@MTrop MTrop released this 05 Jul 23:15

Changed in 1.4.0

  • Changed SmallResponse is now an interface, but with a default builder for instances.