Skip to content

Releases: xp-forge/frontend

0.6.0: Inject requests

19 Oct 14:03
Compare
Choose a tag to compare
  • Added possibility to inject request by using request as parameter
    annotation
    (@johannes85, @thekid)

0.5.0: Error handling

10 Oct 15:20
Compare
Choose a tag to compare
  • Merged PR #6: Allows to throw web.Error in handler - @johannes85

0.4.1: Pattern order fix

29 Apr 21:39
Compare
Choose a tag to compare
Pre-release
  • Fixed patterns to always be applied in order of their length, longest
    patterns first
    (@thekid)

0.4.0: Delegates

29 Apr 21:05
Compare
Choose a tag to compare
0.4.0: Delegates Pre-release
Pre-release
  • Merged PR #5: Delegates; adding shorthand alternative to manually
    entering all routes
    (@thekid)
  • Added support for patterns in path segments, e.g. /users/{id:[0-9]+}
    (@thekid)

0.3.1: Routing patterns fix

29 Apr 09:55
Compare
Choose a tag to compare
Pre-release
  • Fixed issue #3: Two named subpatterns have the same name - @thekid

0.3.0: Stable web API

10 Apr 19:54
Compare
Choose a tag to compare
0.3.0: Stable web API Pre-release
Pre-release
  • Changed dependency on xp-forge/web to version 1.0.0 since it has
    been released
    (@thekid)

0.2.0: Headers, status, performance

03 Apr 21:50
Compare
Choose a tag to compare
Pre-release

0.1.0: Hello World

02 Apr 14:05
Compare
Choose a tag to compare
0.1.0: Hello World Pre-release
Pre-release
  • Hello World! First release - @thekid