Skip to content

Releases: egoist/vue-router-prefetch

v1.4.0

01 Feb 12:44
Compare
Choose a tag to compare

1.4.0 (2019-02-01)

Features

  • Make use of requestIdleCallback if available (#6) (31eb933)

v1.3.0

30 Jan 08:02
Compare
Choose a tag to compare

1.3.0 (2019-01-30)

Features

v1.2.0

24 Jan 05:57
Compare
Choose a tag to compare

1.2.0 (2019-01-24)

Features

  • build: support commonjs modules (#4) (8a391a1), closes #3

v1.1.2

23 Jan 20:15
71674bc
Compare
Choose a tag to compare

1.1.2 (2019-01-23)

Bug Fixes

  • support vue-router 3.0.1 and below (71674bc)

v1.1.1

23 Jan 13:57
Compare
Choose a tag to compare

1.1.1 (2019-01-23)

Bug Fixes

  • make prefetch do nothing in ssr (e171f7a)

v1.1.0

23 Jan 12:42
Compare
Choose a tag to compare

1.1.0 (2019-01-23)

Bug Fixes

  • don't prefetch if Save-Data is enabled (b31b2a1)

Features

  • add prefetchFiles prop, closes #1 (1a7fdd7)