Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Odrin Odrin released this 26 Aug 12:35
· 25 commits to master since this release

Bug Fixes

  • fixed double configAuthProvider() call
  • fixed action result handler exception for primitives

Code Refactoring

  • renamed "controller" namespace to "api"
  • ContextDataProvider removed and HttpContextProvider added instead
  • authorization skipping method moved to AuthorizationFilter
  • es6-promise dependency replaced by es6-shim typings
  • finally appeared the first tests 🎉

Features

  • HttpContext and HttpActionContext added
  • Caching class added