Skip to content

Releases: CodeByZach/pace

v0.4.11

30 Sep 16:59
Compare
Choose a tag to compare

Fix bugs with disabling ajax tracking and early initialization.

v0.4.10

24 Sep 20:42
Compare
Choose a tag to compare

Fixes an issue where the progress bar won't disappear after a restart.

v0.4.9

24 Sep 20:11
Compare
Choose a tag to compare

Fix console error on FF 23

v0.4.8

24 Sep 17:44
Compare
Choose a tag to compare
  • Support tracking of Web Sockets
  • Only track GET requests by default
  • Improve how erroring requests are tracked
  • Improve how we track the progress of non-chunked responses
  • Support the anon flag being passed to XMLHttpRequest

v0.4.7

24 Sep 17:42
Compare
Choose a tag to compare
Version 0.4.7

v0.4.6

23 Sep 20:03
Compare
Choose a tag to compare

Fixes a typo in Backbone history reference

v0.4.5

23 Sep 18:17
Compare
Choose a tag to compare

Adds:

  • The ability to specify where Pace is injected in the page - @volker48
  • The ability to have Pace not start automatically
  • The ability to have Pace restart automatically on Backbone router navigation
  • The ability to configure how many samples are required before eventLag testing completes (and lowers the default)

Fixes:

  • Increases the default z-index of templates to work better with Bootstrap - @traviscross

v0.4.4

22 Sep 03:43
Compare
Choose a tag to compare

The minified build didn't include the correct version number

v0.4.3

21 Sep 17:23
Compare
Choose a tag to compare

Fixes pushState and replaceState detection - @kaleworsley