Skip to content

Releases: LuXDAmore/nuxt-prune-html

2.0.5 - Last release with bug fixed

21 Jul 09:16
Compare
Choose a tag to compare
v2.0.5

chore(release): 2.0.5

2.0.0 - added different types-based pruning

08 Feb 13:41
Compare
Choose a tag to compare

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

05 Feb 16:25
Compare
Choose a tag to compare

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.