Releases: EvandroLG/pageAccelerator
Releases · EvandroLG/pageAccelerator
pageAccelerator v0.1.1
pageAccelerator is a very light library to load web pages faster.
What's new from pageAccelerator v0.0.6?
- Adds support for opening links in new tabs with meta key (thank you so much @danprince 👍 )
- pageAccelerator doesn't execute on links with target="_blank"
pageAccelerator v0.1.0
pageAccelerator is a very light library to load web pages faster.
What's new from pageAccelerator v0.0.6?
- Add support to the following parameters:
- beforeLoading
function
: Will be called whenever a new page was requested - afterLoading
function
: Will be called whenever a new page has been loaded
- beforeLoading
- Fix problem with loading stylesheet (#19)
pageAccelerator v0.0.4
pageAccelerator is a very light library to load web pages faster.
What's new from pageAccelerator v0.0.3?
- add support to amd and commonjs
- fix problem with browser back
pageAccelerator v0.0.2
pageAccelerator is a very light library to load web pages faster.
What's new from pageAccelerator v0.0.1?
- fix problem with updating body attributes on back button of browser
- add logic to don't try to accelerate external links (thanks @michaelmior)