Skip to content

Releases: EvandroLG/pageAccelerator

pageAccelerator v0.1.1

06 Dec 11:49
Compare
Choose a tag to compare

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

05 Oct 20:13
Compare
Choose a tag to compare

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
  • Fix problem with loading stylesheet (#19)

pageAccelerator v0.0.4

19 Sep 01:08
Compare
Choose a tag to compare

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

13 Sep 13:39
Compare
Choose a tag to compare

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)