Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@araines araines released this 15 Apr 14:52
· 12 commits to master since this release
  • Add Context object and pass it in to the handle method, making the interface more similar to native languages.
  • Made several services private for small performance benefit.
  • Logger added to the Context object to operate in the same style as Java.
  • Example HelloHandler altered to use new interface and get logger from context instead of from an injected service (although both ways would still work).