readme.md in render-0.0.2 vs readme.md in render-0.0.3
- old
+ new
@@ -37,9 +37,15 @@
graph.render({ id: "an-id" }) # makes request to "http://films.local/films/an-id?client_token=token"
```
Check out the examples in [integration tests](spec/integration/).
+## Roadmap
+
+1. Custom HTTP headers (e.g. { pragma: "no-cache", host: "dont_redirect_to_www.site.com" })
+2. Enhanced Attribute metadata (e.g. minlength)
+3. Parental params from root-level array
+4. Deep merge in #render for faux values
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)