Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

67 lines (36 loc) · 728 Bytes

0.6.2

  • Updated dependencies
  • Require sdk: '>=3.0.0 <4.0.0'

0.6.1

  • Add onError to ShelfApiRouter

0.6.0

  • Require analyzer ^5.2.0
  • Fix bug with get requests

0.5.0

  • Require analyzer >=4.6.0 <6.0.0

0.4.0

  • Add support for generic endpoints

0.3.1

  • Fix ApiCodec const constructor

0.3.0

  • Improved generics handling
  • Added websocket example

0.2.0

  • Rewrote endpoint generation
  • Added documentation

0.1.1

  • Fixed import bug

0.1.0

  • Rewrote handler structure

0.0.6

  • Added shouldApply for middleware

0.0.5

  • Rework middleware structure

0.0.4

  • Fixed imports

0.0.3

  • Fixed server code

0.0.2

  • Add http router and client

0.0.1

  • Initial development release