Skip to content

Latest commit

 

History

History
99 lines (52 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

99 lines (52 loc) · 1.19 KB

2.1.3

  • add multiples methods for request.

2.1.2

  • add custom path for SocketIO.

2.1.1

  • add SocketIOHandler and Route.

2.1.0

  • update WebSocket API.

2.0.9

  • fix body-parser.

2.0.8

  • improve files format.

2.0.7

  • improve docs.

2.0.6

  • Implementing the concept of sharing Data between isolates, improve handling og websockets, improve docs.

2.0.4

  • fix formatting of files

2.0.3

  • implement contentType for Response a Function

2.0.2

  • change Middleware to return and RequestHandler

2.0.1

  • change method name

2.0.0

  • add Middlewares for every request

1.0.9

  • send data to html templates as parameters

1.0.8

  • fix bugs

1.0.7

  • implement support and customize of CORS

1.0.6

  • check validity of requested uri

1.0.5

  • add redirect requests

1.0.4

  • add Router Middleware

1.0.3

  • separate between WebSocket and SocketIO

1.0.2

  • integrate HTTPServer with SocketIOServer

1.0.1

  • improve class Application to make routing more flexible to use

1.0.0

  • create Route and Router as alternatives to using annotations

0.0.9

  • Improve support for multi threading
  • Updated the API Docs.

0.0.8

  • Add API Docs.