jaspervdj / digestive-functors

A general way to consume input using applicative functors
149 stars 71 forks source link

Support for Snap 1.0 #130

Open jonpetterbergman opened 8 years ago

jonpetterbergman commented 8 years ago

I am sketching on support for Snap 1.0 here:

https://github.com/jonpetterbergman/digestive-functors/tree/snap-1.0

There is an API-break in "handleFileUploads", not sure how you would like to handle this, if you want to keep the possibility to build against Snap < 1.0 etc.

jaspervdj commented 8 years ago

@jonpetterbergman I don't think building against Snap < 1.0 is a high priority. The old version is around for a while and can be patched if needed. Thanks for tackling this!