Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 671 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 671 Bytes

1.2.3

  • Fixed middleware handling for undefined routes (e.g. CORS handling)

1.2.2

  • Add cors example

1.2.1

  • Fixed link in README.md

1.2.0

  • Added multithreading / isolates support

1.1.0

  • Added WebSocket support

1.0.2

  • Fix error in response_handler when returning an empty list

1.0.1

  • Upgrade shelf_hotreload package

1.0.0

  • Raise Dart minimum SDK version 2.14
  • Changed from pedantic to lints
  • Updated documentation

0.0.2

  • Added mechanism for request body handling
  • JSON handler can now process Iterables and serialize model classes of Iterables
  • Added example for a rest-service

0.0.1

  • Initial version