Ollie Taylor
b079510b47
clamps preferences to valid values
2023-02-24 20:03:33 +00:00
Ollie Taylor
becb001479
fixes consumption of user preferences store
2023-02-24 20:03:10 +00:00
Ollie Taylor
ea75a18671
adds user preferences store
2023-02-24 19:43:01 +00:00
Ollie Taylor
fdde14048d
fixes logger output
2023-02-24 19:40:32 +00:00
Ollie Taylor
6155a3c09f
Fixes dist exports
2023-02-24 19:24:58 +00:00
Ollie Taylor
613b81fa0b
adds method to clear saved progress
2023-02-24 19:20:07 +00:00
Ollie Taylor
59bf26875c
Version Packages ( #17 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@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 <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-24 19:18:02 +00:00
github-actions[bot]
a1a7f94518
Version Packages
2023-02-24 18:51:33 +00:00
Ollie Taylor
1bdc4dc828
Save Progress ( #20 )
2023-02-24 18:50:49 +00:00
Ollie Taylor
1841199cdc
add changeset
2023-02-24 18:49:49 +00:00
Ollie Taylor
8357bf093f
loads from localStorage automatically via AudioLoader
2023-02-24 18:47:10 +00:00
Ollie Taylor
e222a4257d
adds save button to demo
2023-02-24 18:46:50 +00:00
Ollie Taylor
5f200d3838
Adds stash/use/save/load actions for episode progress
2023-02-24 18:46:41 +00:00
Ollie Taylor
7f810fbd1b
Update Repo ( #19 )
2023-02-24 17:51:58 +00:00
Ollie Taylor
847890e78e
update image assets
2023-02-24 17:47:41 +00:00
Ollie Taylor
cab061661c
update CI workflow
2023-02-24 17:40:18 +00:00
Ollie Taylor
feeff83a1c
update icon assets
2023-02-24 17:40:11 +00:00
Ollie Taylor
0388f22cda
Handle episode metadata ( #18 )
2023-02-24 15:43:55 +00:00
Ollie Taylor
6f89448647
adds changeset
2023-02-24 15:43:22 +00:00
Ollie Taylor
c4a1927b7f
Add metadata store
2023-02-24 15:38:33 +00:00
Ollie Taylor
b929000d0a
ove more values to micro stores
2023-02-24 15:38:08 +00:00
Ollie Taylor
48cf2375f1
Merge branch 'main' of https://github.com/OllieJT/svelte-podcast
2023-02-24 15:11:28 +00:00
Ollie Taylor
8be664b824
Set state on load ( #15 )
2023-02-24 14:53:32 +00:00
Ollie Taylor
a70d68dcd8
Add changeset
2023-02-24 14:48:25 +00:00
Ollie Taylor
62497fe06b
refactor bindings + include start_at option
2023-02-24 14:43:33 +00:00
Ollie Taylor
d7d81ce732
adds autoplay option
2023-02-24 14:01:43 +00:00
Ollie Taylor
20fc307099
cleanup internal stores
2023-02-24 13:47:07 +00:00
Ollie Taylor
3ac7346cdd
adds $pkg alias
2023-02-24 13:32:10 +00:00
Ollie Taylor
b74f1c15fb
improve package logs
2023-02-24 13:27:53 +00:00
Ollie Taylor
29ee8f1763
restructure $lib
2023-02-24 13:16:46 +00:00
Ollie Taylor
55c7448248
Version Packages ( #11 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@0.1.1
### Patch Changes
- 549d858 : Fixes release build
2023-02-23 23:16:53 +00:00
github-actions[bot]
9f3d719741
Version Packages
2023-02-23 23:16:09 +00:00
Ollie Taylor
6f495c8618
Fix Releases ( #10 )
2023-02-23 23:15:29 +00:00
Ollie Taylor
549d858b24
sdd changeset
2023-02-23 23:13:17 +00:00
Ollie Taylor
930c46a59f
fixes dependency declaration
2023-02-23 23:06:59 +00:00
Ollie Taylor
962119bb37
export audio component from root
2023-02-23 23:01:05 +00:00
Ollie Taylor
57b5d26369
move feature ideas to issues
2023-02-23 23:00:08 +00:00
Ollie Taylor
4ec93f6579
update package metadata
2023-02-23 14:31:06 +00:00
Ollie Taylor
44baece3a6
Merge branch 'main' of https://github.com/OllieJT/svelte-podcast
2023-02-23 14:30:02 +00:00
Ollie Taylor
4dc38a99f5
Version Packages ( #5 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@0.1.0
### Minor Changes
- 2e6f082 : Adds initial audio element abstraction with store
2023-02-23 14:18:17 +00:00
github-actions[bot]
a172dd6938
Version Packages
2023-02-23 14:16:20 +00:00
Ollie Taylor
dfaec33ce2
Audio Store ( #3 )
2023-02-23 13:48:37 +00:00
Ollie Taylor
0b38ac70ef
Merge branch 'main' into audio-store
...
# Conflicts:
# package.json
# src/lib/components/audio.ts
# yarn.lock
2023-02-23 13:47:41 +00:00
Ollie Taylor
d68dcf014d
Squashed commit of the following:
...
commit 02ab774699
Merge: 0e5cda5 39b8b6a
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:33:00 2023 +0000
Merge branch 'main' of https://github.com/OllieJT/svelte-podcast
commit 39b8b6a983
Merge: 0e5cda5 8260a20
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:29:46 2023 +0000
Init Changesets (#4 )
commit 8260a2078f
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:28:04 2023 +0000
linting
commit 1336175d8a
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:26:45 2023 +0000
update gh tooken name
commit fbc2d6c581
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:26:23 2023 +0000
adds changeset to publish script
commit 2665d2fd54
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:26:11 2023 +0000
updates changeset config
commit 517219f961
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:25:50 2023 +0000
adds release script
commit dda33a4426
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:13:03 2023 +0000
add changesets
2023-02-23 13:41:18 +00:00
Ollie Taylor
2e6f082635
adds changeset
2023-02-23 13:39:29 +00:00
Ollie Taylor
17bf099518
Squashed commit of the following:
...
commit 02ab774699
Merge: 0e5cda5 39b8b6a
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:33:00 2023 +0000
Merge branch 'main' of https://github.com/OllieJT/svelte-podcast
commit 39b8b6a983
Merge: 0e5cda5 8260a20
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:29:46 2023 +0000
Init Changesets (#4 )
commit 8260a2078f
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:28:04 2023 +0000
linting
commit 1336175d8a
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 13:26:45 2023 +0000
update gh tooken name
commit fbc2d6c581
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:26:23 2023 +0000
adds changeset to publish script
commit 2665d2fd54
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:26:11 2023 +0000
updates changeset config
commit 517219f961
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:25:50 2023 +0000
adds release script
commit dda33a4426
Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com >
Date: Thu Feb 23 12:13:03 2023 +0000
add changesets
2023-02-23 13:36:30 +00:00
Ollie Taylor
02ab774699
Merge branch 'main' of https://github.com/OllieJT/svelte-podcast
2023-02-23 13:33:00 +00:00
Ollie Taylor
39b8b6a983
Init Changesets ( #4 )
2023-02-23 13:29:46 +00:00
Ollie Taylor
8260a2078f
linting
2023-02-23 13:28:04 +00:00
Ollie Taylor
1336175d8a
update gh tooken name
2023-02-23 13:26:45 +00:00