Closed mrbar42 closed 8 years ago
current parameter declaration does not work as expected due to incorrect query parsing: '?types=ttf,eot,woff,svg' -> { types: 'ttf', eot: true, woff: true, svg: true }
'?types=ttf,eot,woff,svg' -> { types: 'ttf', eot: true, woff: true, svg: true }
moved types to config and updated docs
Makes sense. Sorry for the confusion in the docs! Will merge and release an update ASAP.
0.2.0 is released.
Considering that types are no longer read from the query, I decided to make it a minor bump.
current parameter declaration does not work as expected due to incorrect query parsing:
'?types=ttf,eot,woff,svg' -> { types: 'ttf', eot: true, woff: true, svg: true }
moved types to config and updated docs