2.0.1 (2022-03-05)
- pass retry method to error slot (f798b08)
1.5.1 (2020-12-17)
1.5.0 (2020-05-12)
1.4.0 (2020-01-18)
1.3.2 (2020-01-14)
- 🐛 slot check (619bf51)
1.3.1 (2019-12-10)
1.3.0 (2019-09-17)
- add loader cache (#15) (43d26cf)
- only delay setting state to LOADING if delay is > 0, and reset defaults on reload (b5e70fe)
1.2.0 (2019-09-09)
1.1.1 (2019-09-04)
- 🐛 pass props to rendered component when not using slots (607b7a2)
- Pass props down to loaded component (09fefbd)
1.0.2 (2019-07-25)
- check if SLOTS exists before checking for a specific slot (d3c82ba)
1.0.0 (2019-07-25)
- 🎸 Update to svelte v3 (7918ae2)
- 🧨 will not support svelte v2 anymore