From af40552b26c751a27e13af0e6fd22f80ea322a10 Mon Sep 17 00:00:00 2001 From: Aran Wilkinson Date: Sun, 15 Dec 2013 22:07:31 +0000 Subject: [PATCH 1/2] Added another todo item --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fca3abe..17e20f5 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,7 @@ This is still in its earliest stages of development, and below is a list of issu - [ ] Add tests - [ ] Explore usage of Last-Modified header and how it can be added to work in this package and how it affects the ETag header +- [ ] Add more service providers for other frameworks ## Inspiration From 7c747ff56fda9dd815aeb3dcf55f57f7fb87543f Mon Sep 17 00:00:00 2001 From: Aran Wilkinson Date: Mon, 16 Dec 2013 09:26:43 +0000 Subject: [PATCH 2/2] Added config todo item --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 17e20f5..2f68413 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,7 @@ This is still in its earliest stages of development, and below is a list of issu - [ ] Add tests - [ ] Explore usage of Last-Modified header and how it can be added to work in this package and how it affects the ETag header - [ ] Add more service providers for other frameworks +- [ ] Expore usage of custom options to provide ability to exclude or include URLs, or URL Regex Patterns ## Inspiration