- remove errant
binding.pry
in rescue block
- add feature for passing
middleware:
option with sources to alter incoming data - allow passing
index:
option to collections to define custom index (orfalse
for no index)
- allow passing data type to collection
- fix access to data object in middleman 3.x code branches
- feat(collection): create a collection type that can generate a collection of resources based off of an index endpoint. more info
- stop using
ActiveSupport::JSON
to parse json, this causes dates to no longer be decoded. To restore the original behavior, add a custom decoder for json.
- fixes for newer versions of middleman 4 compatability
- add definable decoders & allow override of default json & yaml decoders
- allow for defining sources with arbitrary data types
- include support for resources that include query params after their file extension [@jordanandree]
- add specs & support for middleman v4
- add support for using remote data imediatly after activating the extension
- add support for specifying file resources as a hash so you can do
c.files = { "/url/for/resource" => "data_key" }
- initial release supporting rack or borrower discovered assets parsed with YAML or JSON.