Releases: LuXDAmore/nuxt-prune-html
Releases · LuXDAmore/nuxt-prune-html
2.0.5 - Last release with bug fixed
2.0.0 - added different types-based pruning
Mobile Detect library it's now optional, used only to prune from types: [ 'default-detect' ]
.
Added types: [ 'headers-exist' ]
to check for a header-value
to compare from the configuration, a match will trigger the prune.
Added types: [ 'query-parameters' ]
to check for a query-parameter-value
to compare from the configuration, a match will trigger the prune.
You can combine and use all of this types together.
1.5.0 - User agent based Pruning
This release is based on the Mobile Detect library and the main feature is to prune all the generated Javascript based on the user-agent present in the requests headers, for bots or audits.