Releases: midori-rb/midori.rb
Releases · midori-rb/midori.rb
v0.1.4
- Add PostgreSQL driver
- Refactor
Midori::Error
to Midori::Exception
v0.1.3
- Add File I/O Driver
- Add
DeferPromise
class as syntactic sugar.
- Add
defer {}
as syntactic sugar.
v0.1.2
- Track dependency status
- Improve tests
- Fix documentation
- Support
return
inside a block
- Add
Sandbox
- Add Default capture for 404 and 500 errors
v0.1.1
- Reconstruct API match
- Improve performance
- Add
mount
- Add APIEngine
- Modify syntax of Runner
- Add
ws
and es
as alias of WebSocket and EventSource
- Remove
body_accept
- Improve scopes
- Fix examples
- Fix typo
v0.1.0
- Add
Midori::Runner
and Midori::Configure
- Fix
Midori::Server.stop
with JRuby
- Improve docs to 100% covered
v0.0.9.4
- Fix doc error
- Add description to code 451
- Improve performance by tuning EventMachine
- Improve performance by using tmm1/http_parser.rb
v0.0.9.3
- Enrich documentation
- Support helper inside middleware
- Improve performance of helpers
- Use yard for doc instead of rdoc
- Add 451 to header code
v0.0.9.2
- Decrease the size of gem package
- Add helper method
- Add logger instead of puts
- Change
response
to raw_response
in CleanRoom
- Improve performance
- Fix typo
v0.0.9.1
- Improve syntax of middleware
- Improve performance
- Fix typo