Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Tags: theyakka/goro

Tags

v0.3.2

Toggle v0.3.2's commit message
fix return type on state getters

v0.3.1

Toggle v0.3.1's commit message
add string + int context helpers

v0.3.0

Toggle v0.3.0's commit message
BREAKING: Modified handler types to allow more flexibility. It may me…

…an you have to change your handlers slightly. Sorry, but it's for the best.

Modified static handler to return appropriate mime types.
Added logic to check directories for index.html files when attempting to serve a directory.

v0.2.4

Toggle v0.2.4's commit message
refactor other areas emitting errors

v0.2.2

Toggle v0.2.2's commit message
minor consistency tweak

v0.2.1

Toggle v0.2.1's commit message
update subdomain matching logic and add caching. fix test issue

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improvements to various areas (#7)

Context handler now has a custom context object to manage the flow of data better when chaining, etc
Added more convenient access to http methods
Added route grouping and sub-grouping
Better subdomain mapping
Filter optimizations

The handler changes are most likely breaking if you've used goro before. It's a better change for the future.

Details:

* add sub grouping
* chain fixes. router fixes. wip - new tests
* chain fix
* fix group nesting issue. alter chain to use HandlerContext for state. filter updates - now runs before and after
* tidying
* add state getter. duh
* add clear state. duh duh
* fixes and enhancements
* refactor domain maps

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improvements to various areas (#7)

Context handler now has a custom context object to manage the flow of data better when chaining, etc
Added more convenient access to http methods
Added route grouping and sub-grouping
Better subdomain mapping
Filter optimizations

The handler changes are most likely breaking if you've used goro before. It's a better change for the future.

Details:

* add sub grouping
* chain fixes. router fixes. wip - new tests
* chain fix
* fix group nesting issue. alter chain to use HandlerContext for state. filter updates - now runs before and after
* tidying
* add state getter. duh
* add clear state. duh duh
* fixes and enhancements
* refactor domain maps

v0.1.0

Toggle v0.1.0's commit message
add coverage badge to README