Skip to content

Releases: nickiaconis/ember-prefetch

Release 4.0.2

19 Nov 16:33
Compare
Choose a tag to compare

v4.0.2 (2019-11-19)

🐛 Bug Fix

  • #161 Fix issue with query params using refreshModel within an Engine (@xg-wang)
  • #160 Ensure both params and path are checked when determining the pivot point (@choongsan)

Committers: 2

Release 4.0.1

18 Nov 19:08
Compare
Choose a tag to compare

v4.0.1 (2019-11-18)

🐛 Bug Fix

  • #159 Ensure prefetch hook will be called on routes within a lazy engine (@xg-wang)

Committers: 1

Release 4.0.0

14 Oct 13:34
Compare
Choose a tag to compare

v4.0.0 (2019-10-14)

💥 Breaking Change

🐛 Bug Fix

  • #156 Handle route refresh and invoke prefetch for manual route.refresh() (@choongsan)

🏠 Internal

Committers: 2

Release 3.1.4

12 Aug 13:36
Compare
Choose a tag to compare

v3.1.4 (2019-08-12)

🐛 Bug Fix

Committers: 1

Release 3.1.3

05 Aug 15:32
Compare
Choose a tag to compare

v3.1.3 (2019-08-05)

🐛 Bug Fix

Committers: 1

Release 3.1.2

30 Jul 14:15
Compare
Choose a tag to compare

🐛 Bug Fix

  • #145 Avoid re-calling prefetch for routes above the "pivot point" (@chadhietala)

Committers: 1

v2.1.5

14 Aug 17:30
Compare
Choose a tag to compare

Fixes a memory leak in the router monkey patch.

v2.1.4

14 Aug 17:14
Compare
Choose a tag to compare

Fixes the deprecation of router.router, which was renamed to router._routerMicrolib.

v2.1.3

24 Mar 02:19
Compare
Choose a tag to compare

Changes nothing from https://github.com/nickiaconis/ember-prefetch/releases/tag/v2.1.2 (except the version number); simply republished to fix a latest-version issue on NPM.

v2.1.2

24 Mar 02:17
Compare
Choose a tag to compare

Fixes a bug related to query params and refreshModel.