Changelog for fn-0.0.0.1
-
0.1.4.0 Daniel Pattersion dbp@dbpmail.net 2015-11-4
- Move
ctxtback to first parameter passed to handlers, via more continuations.
- Move
-
0.1.3.1 Daniel Pattersion dbp@dbpmail.net 2015-10-31
- Add
methodmatcher to match against HTTP method.
- Add
-
0.1.3.0 Daniel Patterson dbp@dbpmail.net 2015-10-30
- Allow nested calls to
route, by changingRequestinctxt. This necesitated changing it so that thectxtis passed to handlers last, instead of first, because we need to have completed matching before we can change the request. - Add
anythingroute matcher that matches anything. - Add
paramManymatcher that returns a list of values for the given query param. - Change
paramto fail if more than one value is in query string.
- Allow nested calls to
-
0.1.2.0 Daniel Pattersion dbp@dbpmail.net 2015-10-27
Rename
paramOptionaltoparamOpt, to matchfn-extra'sHeistnaming ofattrandattrOpt. RemoveparamPresent, because you can get that behavior by parsing toText. -
0.1.1.0 Daniel Patterson dbp@dbpmail.net 2015-10-26
Rename
Paramclass toFromParam. -
0.1.0.0 Daniel Patterson dbp@dbpmail.net 2015-10-25
Initial release.