Skip to content

Tags: khanlou/Meridian

Tags

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New trie-based Router (#21)

* rewrite router to be trie based

* enable a new route registration system based on groups

* use route builder for tests

* add new router tests

* add error rendering to the new router system

* middleware in groups

public middleware

* update docs

* delete an unused type

* add a test

* add a test case for a very complex edge case

* code cleanup

0.2.5

Toggle 0.2.5's commit message
update swift-nio

0.2.4

Toggle 0.2.4's commit message
publicize a way to get the status code and additional headers

0.2.3

Toggle 0.2.3's commit message
add tests for URLBodyParameter and add support for empty strings

0.2.2

Toggle 0.2.2's commit message
if the uri can't be parsed, failed the request

0.2.1

Toggle 0.2.1's commit message
update docs with BundleFiles

0.2.0

Toggle 0.2.0's commit message
remove the externallyVisible property on ReportableError, all reporta…

…ble errors are externally visible

0.1.2

Toggle 0.1.2's commit message
fix bug with url body parameters

0.1.1

Toggle 0.1.1's commit message
add URLBodyParameter

0.1.0

Toggle 0.1.0's commit message
make BasicError's init public