Files
oki-podcast-reader/CHANGELOG.md
T

43 lines
777 B
Markdown
Raw Normal View History

2023-02-23 14:16:20 +00:00
# svelte-podcast
2023-02-24 23:40:28 +00:00
## 0.3.2
### Patch Changes
- 6c849b7: Fixes derived store causing exessive updates
2023-02-24 23:02:15 +00:00
## 0.3.1
### Patch Changes
- 02598d4: fixes exported typings
2023-02-24 21:05:22 +00:00
## 0.3.0
### Minor Changes
- 0b12aab: Adds mechanic for managing user preferences
2023-02-24 18:51:33 +00:00
## 0.2.0
### Minor Changes
- 6f89448: Adds the ability to bind episode metadata to the audio store
2023-02-24 21:02:00 +00:00
- a70d68d:
- Restructures lib to make dist cleaner and dev easier to grock
2023-02-24 18:51:33 +00:00
- Refactors <audio /> bindings to make it easier to change values when loading a different source
- Moves more values to micro-stores
- 1841199: Adds save/load mechanic for episode progress
2023-02-23 23:16:09 +00:00
## 0.1.1
### Patch Changes
- 549d858: Fixes release build
2023-02-23 14:16:20 +00:00
## 0.1.0
### Minor Changes
- 2e6f082: Adds initial audio element abstraction with store