# svelte-podcast ## 0.9.0 ### Minor Changes - 528457f: Restructures package exports - 528457f: - improved export structure - simplify audio methods - improve typescript types - bba2421: Improve example components - bba2421: improve progress component style overrides - f42a00f: removes autoplay as it doesn't behave as users would expect ## 0.8.0 ### Minor Changes - d18b0c7: refactor audio element logic - 29ef657: switch to jsdoc from ts - d18b0c7: rewrite docs with code samples ## 0.7.0 ### Minor Changes - 16366ec: improvements to headless components - 415d083: switch to jsdoc from ts ## 0.6.0 ### Minor Changes - 9232f4d: Improves theming with css variables Improves developer logs Fixes various package export issues Adds player components: - Player: `` - Player: `` - Utility: `` ## 0.5.0 ### Minor Changes - feba0d4: Improvements to audio stores: - Adds missing `is_paused` value. - Fixes to `start_at` value - Refactors localStorage stores & user preferences ## 0.4.0 ### Minor Changes - ff6a6d9: refactored audio element bindings for better control over element ## 0.3.4 ### Patch Changes - ff5caf2: fix to allow override of internal types ## 0.3.3 ### Patch Changes - 802c704: fixes dist exports ## 0.3.2 ### Patch Changes - 6c849b7: Fixes derived store causing exessive updates ## 0.3.1 ### Patch Changes - 02598d4: fixes exported typings ## 0.3.0 ### Minor Changes - 0b12aab: Adds mechanic for managing user preferences ## 0.2.0 ### Minor Changes - 6f89448: Adds the ability to bind episode metadata to the audio store - a70d68d: - Restructures lib to make dist cleaner and dev easier to grock - Refactors