Commit graph

36 commits

Author SHA1 Message Date
258c400ccf chore: new packages directory 2024-08-19 12:50:10 +02:00
975777fffa feat: don't use random version 2024-08-18 19:43:54 +02:00
f5f4203c6e fix: catch undefined registrationHooks callbacks 2024-08-18 12:11:23 +02:00
bd49663cee feat: expose registration hooks 2024-08-18 11:42:01 +02:00
574c14fb13 feat: add routes with ending slash 2024-08-17 21:16:40 +02:00
fb08ebc051 fix: injectedType for __assets 2024-08-17 20:52:08 +02:00
b89c5221ab chore: update integration name to @ayco/astro-sw 2024-08-17 12:49:17 +02:00
5d29f4d0af feat: show types of options on hover 2024-08-17 12:31:02 +02:00
426ab0a963 chore: add LICENSE 2024-08-17 12:25:29 +02:00
ca5e59ebed feat: better logging 2024-08-17 11:40:30 +02:00
2504a24255 feat: better logs 2024-08-17 11:38:20 +02:00
bd3a1fe84c feat: better logs & helpful messages 2024-08-17 11:33:39 +02:00
6489efdd1a fix: assetCachePrefix undefined 2024-08-17 11:05:47 +02:00
2b94e3c827 feat: inject types for __assets, __version, __prefix 2024-08-17 10:14:39 +02:00
b6e72d3d7e feat: inject type definitions for __assets, __prefix, __version 2024-08-17 09:59:40 +02:00
dcc7e8ca9f feat: use esbuild to resolve imports & support typescript 2024-08-17 09:40:29 +02:00
89caf380e1 chore: update readme 2024-08-16 20:55:33 +02:00
0c1895c9d7 feat: use astro integration logger 2024-08-16 14:16:21 +02:00
c3df8b33da feat: add excludeRoutes option 2024-08-16 13:17:18 +02:00
8e4083cb01 chore: add todo 2024-08-16 08:14:39 +02:00
0e29dfbf15 feat: don't include index.html 2024-08-15 21:42:00 +02:00
a04cae6da8 feat: use unjs/pathe & extract public files for caching 2024-08-15 21:09:45 +02:00
9d9ae8e17b feat: implement customRoutes for caching 2024-08-15 20:51:15 +02:00
4dd3941fd5 fix: do not add 404 page to prevent Cache.addAll() error 2024-08-15 19:00:48 +02:00
e395600420 feat: support static output; remove files from assets 2024-08-15 18:23:43 +02:00
0608f9c286 feat: add pages without ending slash for caching 2024-08-15 17:22:19 +02:00
f77c417e4d chore: remove console.log 2024-08-15 17:11:58 +02:00
efda4b0013 feat: add pages to assets for caching 2024-08-15 17:11:48 +02:00
43dfab5173 feat: add routes to assets to be cached 2024-08-15 16:43:08 +02:00
a6e8669f9b fix: make assets array unique to prevent cache.addAll error 2024-08-13 20:41:23 +02:00
4cddb04e33 feat: auto-registration of service-worker 2024-08-13 20:21:58 +02:00
88c1bbfc86 chore: setup test app 2024-08-08 21:20:25 +02:00
8489d3cc17 chore: remove unneeded var 2024-08-03 11:38:13 +02:00
0bdeff20d0 refactor: move declaration inside function 2024-08-03 10:46:54 +02:00
a1d8ba483b feat: fix imported typedef for JSdocs 2024-08-03 09:11:38 +02:00
713a58768a initial commit 2024-08-03 08:55:17 +02:00