fennec 2.0.4 fennec: ^2.0.4 copied to clipboard
Fennec is a dart web framework with the principal goal make web server side more easy and fast to develop.
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.