- Issue #23 - Bindings in Collections echo
- Issue #18 - Need underlying TokenResolver
- Issue #17 - HyperExpress.isBound()
- Added TokenResolver.contains(String)
- Fixed NPE in ToStringFormatter
- Fixed issue in HyperExpress.createResources() where empty collection returned
- Added no-arg LinkDefinition constructor
- Issue #16 - HyperExpressPlugin errors in tests
- Issue #15 - Bind via annotations
- Implemented Strings.join() for Java 1.7
- Changed DefaultTokenResolver to allow optionally binding via annotations via boolean in constructor
- Introduced TokenBindings annotation to enable class-level BindToken annotation
- Fixed issue binding properties up the inheritance hierarchy in Objects.property()
- Added HyperExpress.createResources()
- Added HyperExpress.reset()
- Changed Java compiler compatibility back to 1.7 (broken clients)
- Updated for latest RestExpress release (0.11.2)
- Changed Java compiler compatibility to 1.8.
- Fixed Issue #11 - Implemented ability to bind multiple values to a query-string parameter and have the parameter repeated.
- Refactored TokenResolver into an interface with DefaultTokenResolver implementation.
- Fixed Issue #14 - Introduced BuilderFactory interface and DefaultBuilderFactory implementation.
- Fixed Issue #12 - Append query strings even if no resolver.