webring 1.6.1 → 1.7.0-dev.3009
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +138 -131
- package/README.md +3 -3
- package/bun.lock +146 -74
- package/dist/index.test.js +35 -18
- package/dist/index.test.js.map +1 -1
- package/package.json +6 -6
- package/src/cache.ts +0 -0
- package/src/fetch.ts +0 -0
- package/src/index.test.ts +37 -18
- package/src/index.ts +0 -0
- package/src/types.ts +0 -0
- package/src/util.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.7.0](https://github.com/shepherdjerred/monorepo/compare/webring-v1.6.1...webring-v1.7.0) (2026-05-27)
|
|
9
|
+
|
|
10
|
+
No public API changes.
|
|
11
|
+
|
|
12
|
+
* Bump runtime deps `sanitize-html` to `^2.17.4` and `zod` to `^4.4.3` ([078bb6c](https://github.com/shepherdjerred/monorepo/commit/078bb6c248d044caf99c239266f179528b9113c9), [d040b0b](https://github.com/shepherdjerred/monorepo/commit/d040b0b231ca7e047a29d306aa35c5e2a5744592))
|
|
13
|
+
* README links updated to the monorepo location ([4806f78](https://github.com/shepherdjerred/monorepo/commit/4806f78e4920397845536ee843a36f950b6c86dd), [aeebe5c](https://github.com/shepherdjerred/monorepo/commit/aeebe5cc6b0d4b55ebb236357f8848ebf9566e3c))
|
|
14
|
+
|
|
8
15
|
## [1.6.1](https://github.com/shepherdjerred/monorepo/compare/webring-v1.6.0...webring-v1.6.1) (2026-04-23)
|
|
9
16
|
|
|
10
17
|
|
|
@@ -16,265 +23,265 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
23
|
|
|
17
24
|
Maintenance release with dependency updates and build system improvements.
|
|
18
25
|
|
|
19
|
-
## [1.5.1](https://github.com/shepherdjerred/
|
|
26
|
+
## [1.5.1](https://github.com/shepherdjerred/monorepo/compare/v1.5.0...v1.5.1) (2026-02-08)
|
|
20
27
|
|
|
21
28
|
### Bug Fixes
|
|
22
29
|
|
|
23
|
-
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.8.0 ([5a42e5c](https://github.com/shepherdjerred/
|
|
30
|
+
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.8.0 ([5a42e5c](https://github.com/shepherdjerred/monorepo/commit/5a42e5c64de5e5ef22bfbfc5c1e682898521b42e))
|
|
24
31
|
|
|
25
|
-
## [1.5.0](https://github.com/shepherdjerred/
|
|
32
|
+
## [1.5.0](https://github.com/shepherdjerred/monorepo/compare/v1.4.1...v1.5.0) (2026-01-20)
|
|
26
33
|
|
|
27
34
|
### Features
|
|
28
35
|
|
|
29
|
-
- add Plausible analytics to TypeDoc docs ([e416ae6](https://github.com/shepherdjerred/
|
|
36
|
+
- add Plausible analytics to TypeDoc docs ([e416ae6](https://github.com/shepherdjerred/monorepo/commit/e416ae678886112973910f819fe2062c027043b4))
|
|
30
37
|
|
|
31
38
|
### Bug Fixes
|
|
32
39
|
|
|
33
|
-
- use customJs instead of invalid customHead option for Plausible ([4c7b1d7](https://github.com/shepherdjerred/
|
|
40
|
+
- use customJs instead of invalid customHead option for Plausible ([4c7b1d7](https://github.com/shepherdjerred/monorepo/commit/4c7b1d733d90ef8c94448fe5ece9d0141ee9ef24))
|
|
34
41
|
|
|
35
|
-
## [1.4.1](https://github.com/shepherdjerred/
|
|
42
|
+
## [1.4.1](https://github.com/shepherdjerred/monorepo/compare/v1.4.0...v1.4.1) (2026-01-19)
|
|
36
43
|
|
|
37
44
|
### Bug Fixes
|
|
38
45
|
|
|
39
|
-
- allow PR CI runs to execute in parallel ([67e8744](https://github.com/shepherdjerred/
|
|
40
|
-
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.5.0 ([#144](https://github.com/shepherdjerred/
|
|
41
|
-
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.6.0 ([0d07e82](https://github.com/shepherdjerred/
|
|
42
|
-
- skip lifecycle scripts during npm publish in Dagger CI ([336100b](https://github.com/shepherdjerred/
|
|
43
|
-
- use bun publish instead of npm publish in Dagger CI ([3a090d1](https://github.com/shepherdjerred/
|
|
46
|
+
- allow PR CI runs to execute in parallel ([67e8744](https://github.com/shepherdjerred/monorepo/commit/67e8744549135c07d810fe731731fb0463bea897))
|
|
47
|
+
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.5.0 ([#144](https://github.com/shepherdjerred/monorepo/issues/144)) ([df51479](https://github.com/shepherdjerred/monorepo/commit/df51479c06de3346e070af36ca5ac0db16d37111))
|
|
48
|
+
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.6.0 ([0d07e82](https://github.com/shepherdjerred/monorepo/commit/0d07e8263786b271495a68b0c9b9adb1cf169a3a))
|
|
49
|
+
- skip lifecycle scripts during npm publish in Dagger CI ([336100b](https://github.com/shepherdjerred/monorepo/commit/336100baaf908cbb7c8cab772932aef8a4ece33a))
|
|
50
|
+
- use bun publish instead of npm publish in Dagger CI ([3a090d1](https://github.com/shepherdjerred/monorepo/commit/3a090d101ebfc6d778c065805a4cfe74bb0cac35))
|
|
44
51
|
|
|
45
|
-
## [1.4.0](https://github.com/shepherdjerred/
|
|
52
|
+
## [1.4.0](https://github.com/shepherdjerred/monorepo/compare/v1.3.8...v1.4.0) (2026-01-04)
|
|
46
53
|
|
|
47
54
|
### Features
|
|
48
55
|
|
|
49
|
-
- add automatic homelab deployment for docs ([#153](https://github.com/shepherdjerred/
|
|
50
|
-
- add Docker Hub authentication to CI workflow ([d6801a7](https://github.com/shepherdjerred/
|
|
51
|
-
- consolidate workflows into single Dagger call ([a36787e](https://github.com/shepherdjerred/
|
|
52
|
-
- migrate docs from GitHub Pages to K8s ([1f9c1d5](https://github.com/shepherdjerred/
|
|
53
|
-
- migrate docs from GitHub Pages to K8s ([e9c6510](https://github.com/shepherdjerred/
|
|
54
|
-
- migrate to dagger ([b710a50](https://github.com/shepherdjerred/
|
|
56
|
+
- add automatic homelab deployment for docs ([#153](https://github.com/shepherdjerred/monorepo/issues/153)) ([7b7b365](https://github.com/shepherdjerred/monorepo/commit/7b7b365f6667266f353b81d24288a2bdcfe2b381))
|
|
57
|
+
- add Docker Hub authentication to CI workflow ([d6801a7](https://github.com/shepherdjerred/monorepo/commit/d6801a7a8eb83a99ccee1148efba7d39637dcd59))
|
|
58
|
+
- consolidate workflows into single Dagger call ([a36787e](https://github.com/shepherdjerred/monorepo/commit/a36787eb9b572a5898a844ad57212590149925bf))
|
|
59
|
+
- migrate docs from GitHub Pages to K8s ([1f9c1d5](https://github.com/shepherdjerred/monorepo/commit/1f9c1d573f1ff329456f43ceca2b20fb76f023a6))
|
|
60
|
+
- migrate docs from GitHub Pages to K8s ([e9c6510](https://github.com/shepherdjerred/monorepo/commit/e9c6510150d2fa701765399e830b89d02c3099ce))
|
|
61
|
+
- migrate to dagger ([b710a50](https://github.com/shepherdjerred/monorepo/commit/b710a508316a4ed4f0eb78a53a7b78fdc39fbe27))
|
|
55
62
|
|
|
56
63
|
### Bug Fixes
|
|
57
64
|
|
|
58
|
-
- add [@dagger](https://github.com/dagger).io/dagger as file link to ./sdk for runtime resolution ([1262b32](https://github.com/shepherdjerred/
|
|
59
|
-
- add missing [@dagger](https://github.com/dagger).io/dagger dependency and remove yarn ([4e2b8f5](https://github.com/shepherdjerred/
|
|
60
|
-
- add npm overrides to ensure [@dagger](https://github.com/dagger).io/dagger resolution ([9afb7c0](https://github.com/shepherdjerred/
|
|
61
|
-
- add package.json to sdk directory for module resolution ([7ce7dfc](https://github.com/shepherdjerred/
|
|
62
|
-
- add postinstall script to create index.js shim for [@dagger](https://github.com/dagger).io/dagger ([44ce92b](https://github.com/shepherdjerred/
|
|
63
|
-
- avoid recursive symlinks in example test ([06a9893](https://github.com/shepherdjerred/
|
|
64
|
-
- completely remove webring line from package.json instead of replacing ([486fe3c](https://github.com/shepherdjerred/
|
|
65
|
-
- configure vitest deps resolution for Bun compatibility ([3b11f29](https://github.com/shepherdjerred/
|
|
66
|
-
- configure vitest to use forks pool for Bun compatibility ([d61553b](https://github.com/shepherdjerred/
|
|
67
|
-
- **dagger:** prevent symlink creation by modifying package.json before install ([d467084](https://github.com/shepherdjerred/
|
|
68
|
-
- **deps:** update npm ([062f2e2](https://github.com/shepherdjerred/
|
|
69
|
-
- install [@dagger](https://github.com/dagger).io/dagger from npm instead of local sdk ([7cea8e9](https://github.com/shepherdjerred/
|
|
70
|
-
- only export artifacts in prod mode ([d285067](https://github.com/shepherdjerred/
|
|
71
|
-
- preserve dist/ directory structure when copying webring package ([6d94114](https://github.com/shepherdjerred/
|
|
72
|
-
- regenerate dagger module with dagger develop ([772beb5](https://github.com/shepherdjerred/
|
|
73
|
-
- remove double-default access on truncate-html import ([2ec053c](https://github.com/shepherdjerred/
|
|
74
|
-
- remove double-default access on truncate-html import ([53cf8d4](https://github.com/shepherdjerred/
|
|
75
|
-
- remove tsconfig paths to use npm [@dagger](https://github.com/dagger).io/dagger ([daa8417](https://github.com/shepherdjerred/
|
|
76
|
-
- specify npm as package manager for Dagger runtime ([45b7ca5](https://github.com/shepherdjerred/
|
|
77
|
-
- update CI workflow to use Bun instead of Node/npm ([b570030](https://github.com/shepherdjerred/
|
|
78
|
-
- update dagger engine version to v0.19.8 ([02d2cc5](https://github.com/shepherdjerred/
|
|
79
|
-
- update snapshots ([faee9ab](https://github.com/shepherdjerred/
|
|
80
|
-
- update test snapshots after truncate fix ([c556621](https://github.com/shepherdjerred/
|
|
81
|
-
- use --legacy-peer-deps for npm ci in dagger module ([8c182a3](https://github.com/shepherdjerred/
|
|
82
|
-
- use \*\*/node_modules to prevent symlink recursion in Dagger ([db08167](https://github.com/shepherdjerred/
|
|
83
|
-
- use Bun runtime for Dagger module to fix ESM resolution ([8debdae](https://github.com/shepherdjerred/
|
|
84
|
-
- use bun to properly remove webring from package.json ([7703402](https://github.com/shepherdjerred/
|
|
85
|
-
- use correct 1Password vault/item UUIDs ([ab829d9](https://github.com/shepherdjerred/
|
|
86
|
-
- use explicit version in npm overrides ([05b41da](https://github.com/shepherdjerred/
|
|
87
|
-
- use forks pool with inline deps for vitest/Bun compat ([5f5ef3b](https://github.com/shepherdjerred/
|
|
88
|
-
- use GH_TOKEN from 1Password for GitHub API access ([6d6b453](https://github.com/shepherdjerred/
|
|
89
|
-
- use GITHUB_TOKEN for GHCR push with packages:write permission ([#154](https://github.com/shepherdjerred/
|
|
90
|
-
- use latest Bun version in Dagger container ([bb7a8d9](https://github.com/shepherdjerred/
|
|
91
|
-
- use threads pool with inline deps for vitest/Bun compat ([6bb3bd9](https://github.com/shepherdjerred/
|
|
92
|
-
- use UUID-based 1Password refs and hardcode connect host ([68536fd](https://github.com/shepherdjerred/
|
|
93
|
-
- use vmThreads pool and inline zod for vitest ([0928c75](https://github.com/shepherdjerred/
|
|
65
|
+
- add [@dagger](https://github.com/dagger).io/dagger as file link to ./sdk for runtime resolution ([1262b32](https://github.com/shepherdjerred/monorepo/commit/1262b32c71d2ad0af69420e8aa523729ec78100b))
|
|
66
|
+
- add missing [@dagger](https://github.com/dagger).io/dagger dependency and remove yarn ([4e2b8f5](https://github.com/shepherdjerred/monorepo/commit/4e2b8f5e4524e1c381e1bc87b8c57d86dde9b21f))
|
|
67
|
+
- add npm overrides to ensure [@dagger](https://github.com/dagger).io/dagger resolution ([9afb7c0](https://github.com/shepherdjerred/monorepo/commit/9afb7c0a3bbb22b7eb4010462f35cac320b09125))
|
|
68
|
+
- add package.json to sdk directory for module resolution ([7ce7dfc](https://github.com/shepherdjerred/monorepo/commit/7ce7dfca979fb9571a9abad23b27d11bccd73562))
|
|
69
|
+
- add postinstall script to create index.js shim for [@dagger](https://github.com/dagger).io/dagger ([44ce92b](https://github.com/shepherdjerred/monorepo/commit/44ce92b757edf51bf293556a5f46ad101e03a777))
|
|
70
|
+
- avoid recursive symlinks in example test ([06a9893](https://github.com/shepherdjerred/monorepo/commit/06a9893afdea689a477e94075afe49acaa06495f))
|
|
71
|
+
- completely remove webring line from package.json instead of replacing ([486fe3c](https://github.com/shepherdjerred/monorepo/commit/486fe3cc9b79324ef2f7eaeef057bd68c274b7a7))
|
|
72
|
+
- configure vitest deps resolution for Bun compatibility ([3b11f29](https://github.com/shepherdjerred/monorepo/commit/3b11f298b41f16b51d83c270a53b6c8737b53c40))
|
|
73
|
+
- configure vitest to use forks pool for Bun compatibility ([d61553b](https://github.com/shepherdjerred/monorepo/commit/d61553b1eb535ad9f0bc8adbf8d79ef323f6a5b9))
|
|
74
|
+
- **dagger:** prevent symlink creation by modifying package.json before install ([d467084](https://github.com/shepherdjerred/monorepo/commit/d4670842dceb10ef1ffe720bf8e63f4e81dd06c7))
|
|
75
|
+
- **deps:** update npm ([062f2e2](https://github.com/shepherdjerred/monorepo/commit/062f2e221fcef299a16975753965703ae6143b39))
|
|
76
|
+
- install [@dagger](https://github.com/dagger).io/dagger from npm instead of local sdk ([7cea8e9](https://github.com/shepherdjerred/monorepo/commit/7cea8e9c4b22f6fc6f84639c9fe8f861467a800c))
|
|
77
|
+
- only export artifacts in prod mode ([d285067](https://github.com/shepherdjerred/monorepo/commit/d285067ed36ca3ea645617e31e138a9d9b3c18e1))
|
|
78
|
+
- preserve dist/ directory structure when copying webring package ([6d94114](https://github.com/shepherdjerred/monorepo/commit/6d941141e4f05354f69bd8a386ea9c3b0e979905))
|
|
79
|
+
- regenerate dagger module with dagger develop ([772beb5](https://github.com/shepherdjerred/monorepo/commit/772beb59b9ed8910dc285e68c259d861676100e3))
|
|
80
|
+
- remove double-default access on truncate-html import ([2ec053c](https://github.com/shepherdjerred/monorepo/commit/2ec053c7d4a6cc9ce186285b539bf2a009e4555b))
|
|
81
|
+
- remove double-default access on truncate-html import ([53cf8d4](https://github.com/shepherdjerred/monorepo/commit/53cf8d4a0e9f17e38d09dfd914906fb537fc966e))
|
|
82
|
+
- remove tsconfig paths to use npm [@dagger](https://github.com/dagger).io/dagger ([daa8417](https://github.com/shepherdjerred/monorepo/commit/daa84175797cdd40dc639308384d9fe1db257cdd))
|
|
83
|
+
- specify npm as package manager for Dagger runtime ([45b7ca5](https://github.com/shepherdjerred/monorepo/commit/45b7ca5dd65dc78721c2a0d09689b4cc4b378730))
|
|
84
|
+
- update CI workflow to use Bun instead of Node/npm ([b570030](https://github.com/shepherdjerred/monorepo/commit/b570030e180aa37b2c57d0ffb66ecb3bd5c937df))
|
|
85
|
+
- update dagger engine version to v0.19.8 ([02d2cc5](https://github.com/shepherdjerred/monorepo/commit/02d2cc57d229c668d1f64e637b090385b680d023))
|
|
86
|
+
- update snapshots ([faee9ab](https://github.com/shepherdjerred/monorepo/commit/faee9abb585c490312c9c6f0235083ddbaed126b))
|
|
87
|
+
- update test snapshots after truncate fix ([c556621](https://github.com/shepherdjerred/monorepo/commit/c556621f6053aa82fafcae8ff2b508abf0457ab4))
|
|
88
|
+
- use --legacy-peer-deps for npm ci in dagger module ([8c182a3](https://github.com/shepherdjerred/monorepo/commit/8c182a3c8a25ec29fd08ee7fe24b9cfa1540a856))
|
|
89
|
+
- use \*\*/node_modules to prevent symlink recursion in Dagger ([db08167](https://github.com/shepherdjerred/monorepo/commit/db081672998b50014add9c3367ea5b2e6a8639c6))
|
|
90
|
+
- use Bun runtime for Dagger module to fix ESM resolution ([8debdae](https://github.com/shepherdjerred/monorepo/commit/8debdae9d9011bd0a8d83d48bfdd18c89a9deadc))
|
|
91
|
+
- use bun to properly remove webring from package.json ([7703402](https://github.com/shepherdjerred/monorepo/commit/7703402f3ca7f05ac7421e3c6cfe2934967e13b1))
|
|
92
|
+
- use correct 1Password vault/item UUIDs ([ab829d9](https://github.com/shepherdjerred/monorepo/commit/ab829d98c86d2c2bd86a7d4c047ccd78927806e9))
|
|
93
|
+
- use explicit version in npm overrides ([05b41da](https://github.com/shepherdjerred/monorepo/commit/05b41da8cf4b79d8588c4731a890cae819be4cc6))
|
|
94
|
+
- use forks pool with inline deps for vitest/Bun compat ([5f5ef3b](https://github.com/shepherdjerred/monorepo/commit/5f5ef3b3ce44c4c480ea84788f1e83579e0cbed5))
|
|
95
|
+
- use GH_TOKEN from 1Password for GitHub API access ([6d6b453](https://github.com/shepherdjerred/monorepo/commit/6d6b453dff1889ed2965c100b28c941895fa3900))
|
|
96
|
+
- use GITHUB_TOKEN for GHCR push with packages:write permission ([#154](https://github.com/shepherdjerred/monorepo/issues/154)) ([377b42b](https://github.com/shepherdjerred/monorepo/commit/377b42bbe8e44586cd8a806d4334af85638e79d3))
|
|
97
|
+
- use latest Bun version in Dagger container ([bb7a8d9](https://github.com/shepherdjerred/monorepo/commit/bb7a8d91f7bd0006c9d224aabbb67bb5d62b83c9))
|
|
98
|
+
- use threads pool with inline deps for vitest/Bun compat ([6bb3bd9](https://github.com/shepherdjerred/monorepo/commit/6bb3bd9dba1f755becdc2abaa2cb44d5912f497f))
|
|
99
|
+
- use UUID-based 1Password refs and hardcode connect host ([68536fd](https://github.com/shepherdjerred/monorepo/commit/68536fdd37ae18fa8a7089976b4503b333cd77f0))
|
|
100
|
+
- use vmThreads pool and inline zod for vitest ([0928c75](https://github.com/shepherdjerred/monorepo/commit/0928c75e8b67759cd47165a578694335e64a77ba))
|
|
94
101
|
|
|
95
102
|
### Reverts
|
|
96
103
|
|
|
97
|
-
- remove Docker Hub authentication from CI workflow ([dca8829](https://github.com/shepherdjerred/
|
|
104
|
+
- remove Docker Hub authentication from CI workflow ([dca8829](https://github.com/shepherdjerred/monorepo/commit/dca8829c2e654525d5ab757e6501398ee5e2b12d))
|
|
98
105
|
|
|
99
|
-
## [1.3.8](https://github.com/shepherdjerred/
|
|
106
|
+
## [1.3.8](https://github.com/shepherdjerred/monorepo/compare/v1.3.7...v1.3.8) (2025-06-15)
|
|
100
107
|
|
|
101
108
|
### Bug Fixes
|
|
102
109
|
|
|
103
|
-
- **deps:** update dependency remeda to v2.23.0 ([885dcab](https://github.com/shepherdjerred/
|
|
104
|
-
- **deps:** update npm ([46bf808](https://github.com/shepherdjerred/
|
|
105
|
-
- **deps:** update npm ([68e3961](https://github.com/shepherdjerred/
|
|
106
|
-
- **deps:** update npm ([7f024c1](https://github.com/shepherdjerred/
|
|
110
|
+
- **deps:** update dependency remeda to v2.23.0 ([885dcab](https://github.com/shepherdjerred/monorepo/commit/885dcab7ce39c157691c30a8906b913fc33a7a8c))
|
|
111
|
+
- **deps:** update npm ([46bf808](https://github.com/shepherdjerred/monorepo/commit/46bf8086abbfb640a023d5e0a51215e5dca2c558))
|
|
112
|
+
- **deps:** update npm ([68e3961](https://github.com/shepherdjerred/monorepo/commit/68e39618b1efe32211e0c87a960decd6eb199c26))
|
|
113
|
+
- **deps:** update npm ([7f024c1](https://github.com/shepherdjerred/monorepo/commit/7f024c1012df5619590e6fb0463fd8248ad7ee79))
|
|
107
114
|
|
|
108
|
-
## [1.3.7](https://github.com/shepherdjerred/
|
|
115
|
+
## [1.3.7](https://github.com/shepherdjerred/monorepo/compare/v1.3.6...v1.3.7) (2025-03-23)
|
|
109
116
|
|
|
110
117
|
### Bug Fixes
|
|
111
118
|
|
|
112
|
-
- **deps:** update npm ([e4ad27b](https://github.com/shepherdjerred/
|
|
113
|
-
- **deps:** update npm ([901ef78](https://github.com/shepherdjerred/
|
|
114
|
-
- linter ([f2de46f](https://github.com/shepherdjerred/
|
|
119
|
+
- **deps:** update npm ([e4ad27b](https://github.com/shepherdjerred/monorepo/commit/e4ad27beb087db3c69c8311249adb0177497aad4))
|
|
120
|
+
- **deps:** update npm ([901ef78](https://github.com/shepherdjerred/monorepo/commit/901ef784edd954f2d8f4f4006e641228f6a4136b))
|
|
121
|
+
- linter ([f2de46f](https://github.com/shepherdjerred/monorepo/commit/f2de46f19a7ef31f77e0c41fadae7ceb6bddfb02))
|
|
115
122
|
|
|
116
|
-
## [1.3.6](https://github.com/shepherdjerred/
|
|
123
|
+
## [1.3.6](https://github.com/shepherdjerred/monorepo/compare/v1.3.5...v1.3.6) (2025-03-13)
|
|
117
124
|
|
|
118
125
|
### Bug Fixes
|
|
119
126
|
|
|
120
|
-
- **deps:** update npm ([c7b5e43](https://github.com/shepherdjerred/
|
|
121
|
-
- **deps:** update npm ([5638a30](https://github.com/shepherdjerred/
|
|
122
|
-
- update ([c4235ba](https://github.com/shepherdjerred/
|
|
123
|
-
- update example ([d8da6ec](https://github.com/shepherdjerred/
|
|
127
|
+
- **deps:** update npm ([c7b5e43](https://github.com/shepherdjerred/monorepo/commit/c7b5e43745953843d8a8ab546fc1cfba661f42f9))
|
|
128
|
+
- **deps:** update npm ([5638a30](https://github.com/shepherdjerred/monorepo/commit/5638a30f1844275ad758efde5bbfb2e0b2ced6f7))
|
|
129
|
+
- update ([c4235ba](https://github.com/shepherdjerred/monorepo/commit/c4235bab76aa3d5b7000067f5a1d9b7025cf9db0))
|
|
130
|
+
- update example ([d8da6ec](https://github.com/shepherdjerred/monorepo/commit/d8da6ecc17e05b0081a0346d851dc243e23f9b5f))
|
|
124
131
|
|
|
125
|
-
## [1.3.5](https://github.com/shepherdjerred/
|
|
132
|
+
## [1.3.5](https://github.com/shepherdjerred/monorepo/compare/v1.3.4...v1.3.5) (2025-01-19)
|
|
126
133
|
|
|
127
134
|
### Bug Fixes
|
|
128
135
|
|
|
129
|
-
- **deps:** update npm ([f262f16](https://github.com/shepherdjerred/
|
|
136
|
+
- **deps:** update npm ([f262f16](https://github.com/shepherdjerred/monorepo/commit/f262f16c2d2b887f06196b1fe146cf3845adf604))
|
|
130
137
|
|
|
131
|
-
## [1.3.4](https://github.com/shepherdjerred/
|
|
138
|
+
## [1.3.4](https://github.com/shepherdjerred/monorepo/compare/v1.3.3...v1.3.4) (2025-01-12)
|
|
132
139
|
|
|
133
140
|
### Bug Fixes
|
|
134
141
|
|
|
135
|
-
- **deps:** update npm ([4b6fc1c](https://github.com/shepherdjerred/
|
|
142
|
+
- **deps:** update npm ([4b6fc1c](https://github.com/shepherdjerred/monorepo/commit/4b6fc1cdba5478315c89b7cd3b42ecc3bfe734a2))
|
|
136
143
|
|
|
137
|
-
## [1.3.3](https://github.com/shepherdjerred/
|
|
144
|
+
## [1.3.3](https://github.com/shepherdjerred/monorepo/compare/v1.3.2...v1.3.3) (2025-01-05)
|
|
138
145
|
|
|
139
146
|
### Bug Fixes
|
|
140
147
|
|
|
141
|
-
- **deps:** update npm ([5f888c1](https://github.com/shepherdjerred/
|
|
148
|
+
- **deps:** update npm ([5f888c1](https://github.com/shepherdjerred/monorepo/commit/5f888c1feb95c30b5b2fd3b7d98cbad273309d3f))
|
|
142
149
|
|
|
143
|
-
## [1.3.2](https://github.com/shepherdjerred/
|
|
150
|
+
## [1.3.2](https://github.com/shepherdjerred/monorepo/compare/v1.3.1...v1.3.2) (2024-12-29)
|
|
144
151
|
|
|
145
152
|
### Bug Fixes
|
|
146
153
|
|
|
147
|
-
- **deps:** update npm ([40bc40e](https://github.com/shepherdjerred/
|
|
154
|
+
- **deps:** update npm ([40bc40e](https://github.com/shepherdjerred/monorepo/commit/40bc40ea5fecfb69c0839fa5b97f577ad9dd6208))
|
|
148
155
|
|
|
149
|
-
## [1.3.1](https://github.com/shepherdjerred/
|
|
156
|
+
## [1.3.1](https://github.com/shepherdjerred/monorepo/compare/v1.3.0...v1.3.1) (2024-12-22)
|
|
150
157
|
|
|
151
158
|
### Bug Fixes
|
|
152
159
|
|
|
153
|
-
- **deps:** update npm ([3eaac2e](https://github.com/shepherdjerred/
|
|
160
|
+
- **deps:** update npm ([3eaac2e](https://github.com/shepherdjerred/monorepo/commit/3eaac2e4513fb2f7574b5080d7d5851c9bac365e))
|
|
154
161
|
|
|
155
|
-
## [1.3.0](https://github.com/shepherdjerred/
|
|
162
|
+
## [1.3.0](https://github.com/shepherdjerred/monorepo/compare/v1.2.7...v1.3.0) (2024-12-20)
|
|
156
163
|
|
|
157
164
|
### Features
|
|
158
165
|
|
|
159
|
-
- use Earthly for CI ([f724d1a](https://github.com/shepherdjerred/
|
|
166
|
+
- use Earthly for CI ([f724d1a](https://github.com/shepherdjerred/monorepo/commit/f724d1a9c1d44e2be19d78751e205ad70e6802b7))
|
|
160
167
|
|
|
161
168
|
### Bug Fixes
|
|
162
169
|
|
|
163
|
-
- **deps:** update dependency astro to v5.0.8 [security] ([85e2e23](https://github.com/shepherdjerred/
|
|
164
|
-
- reviewer ([d216b08](https://github.com/shepherdjerred/
|
|
170
|
+
- **deps:** update dependency astro to v5.0.8 [security] ([85e2e23](https://github.com/shepherdjerred/monorepo/commit/85e2e23f30f6201ee86a8fd535c5ce743e75722e))
|
|
171
|
+
- reviewer ([d216b08](https://github.com/shepherdjerred/monorepo/commit/d216b0874c13b095ae8b0931126724293c869fc4))
|
|
165
172
|
|
|
166
|
-
## [1.2.7](https://github.com/shepherdjerred/
|
|
173
|
+
## [1.2.7](https://github.com/shepherdjerred/monorepo/compare/v1.2.6...v1.2.7) (2024-12-08)
|
|
167
174
|
|
|
168
175
|
### Bug Fixes
|
|
169
176
|
|
|
170
|
-
- **deps:** update npm ([6e02795](https://github.com/shepherdjerred/
|
|
171
|
-
- **deps:** update npm ([05d3700](https://github.com/shepherdjerred/
|
|
177
|
+
- **deps:** update npm ([6e02795](https://github.com/shepherdjerred/monorepo/commit/6e02795b6c803c8c67b8e61e6e03af29f490a60d))
|
|
178
|
+
- **deps:** update npm ([05d3700](https://github.com/shepherdjerred/monorepo/commit/05d3700a5433240bb8c68ef2c197fbc50ca4d1eb))
|
|
172
179
|
|
|
173
|
-
## [1.2.6](https://github.com/shepherdjerred/
|
|
180
|
+
## [1.2.6](https://github.com/shepherdjerred/monorepo/compare/v1.2.5...v1.2.6) (2024-11-10)
|
|
174
181
|
|
|
175
182
|
### Bug Fixes
|
|
176
183
|
|
|
177
|
-
- **deps:** update npm ([7b71504](https://github.com/shepherdjerred/
|
|
178
|
-
- **deps:** update npm ([9b94976](https://github.com/shepherdjerred/
|
|
179
|
-
- **deps:** update npm ([0bc16d4](https://github.com/shepherdjerred/
|
|
184
|
+
- **deps:** update npm ([7b71504](https://github.com/shepherdjerred/monorepo/commit/7b71504c3ce69ea864b6c5bf73cf2b31fd788c43))
|
|
185
|
+
- **deps:** update npm ([9b94976](https://github.com/shepherdjerred/monorepo/commit/9b949767047bef2857a46fa7aa1e378f5d29bed3))
|
|
186
|
+
- **deps:** update npm ([0bc16d4](https://github.com/shepherdjerred/monorepo/commit/0bc16d484f398546aa98b3236fe775c36ee35188))
|
|
180
187
|
|
|
181
|
-
## [1.2.5](https://github.com/shepherdjerred/
|
|
188
|
+
## [1.2.5](https://github.com/shepherdjerred/monorepo/compare/v1.2.4...v1.2.5) (2024-10-05)
|
|
182
189
|
|
|
183
190
|
### Bug Fixes
|
|
184
191
|
|
|
185
|
-
- update cheerio ([912c4c0](https://github.com/shepherdjerred/
|
|
186
|
-
- update renovate ([e99d849](https://github.com/shepherdjerred/
|
|
192
|
+
- update cheerio ([912c4c0](https://github.com/shepherdjerred/monorepo/commit/912c4c0d74c0e731b6e4a42e621844978b0514c5))
|
|
193
|
+
- update renovate ([e99d849](https://github.com/shepherdjerred/monorepo/commit/e99d849756ded9df52b6a7921b4b14141d669efc))
|
|
187
194
|
|
|
188
|
-
## [1.2.4](https://github.com/shepherdjerred/
|
|
195
|
+
## [1.2.4](https://github.com/shepherdjerred/monorepo/compare/v1.2.3...v1.2.4) (2024-10-05)
|
|
189
196
|
|
|
190
197
|
### Bug Fixes
|
|
191
198
|
|
|
192
|
-
- update package-lock of example ([65e28ca](https://github.com/shepherdjerred/
|
|
199
|
+
- update package-lock of example ([65e28ca](https://github.com/shepherdjerred/monorepo/commit/65e28caead9615f93791616804bf21a14b29cca7))
|
|
193
200
|
|
|
194
|
-
## [1.2.3](https://github.com/shepherdjerred/
|
|
201
|
+
## [1.2.3](https://github.com/shepherdjerred/monorepo/compare/v1.2.2...v1.2.3) (2024-10-05)
|
|
195
202
|
|
|
196
203
|
### Bug Fixes
|
|
197
204
|
|
|
198
|
-
- **deps:** update npm ([26ff336](https://github.com/shepherdjerred/
|
|
205
|
+
- **deps:** update npm ([26ff336](https://github.com/shepherdjerred/monorepo/commit/26ff336928c60270340b2cb763d84e43465001ff))
|
|
199
206
|
|
|
200
|
-
## [1.2.2](https://github.com/shepherdjerred/
|
|
207
|
+
## [1.2.2](https://github.com/shepherdjerred/monorepo/compare/v1.2.1...v1.2.2) (2024-09-13)
|
|
201
208
|
|
|
202
209
|
### Bug Fixes
|
|
203
210
|
|
|
204
|
-
- **deps:** update npm ([b0e54f4](https://github.com/shepherdjerred/
|
|
211
|
+
- **deps:** update npm ([b0e54f4](https://github.com/shepherdjerred/monorepo/commit/b0e54f4f0d9428c14cbbfa69b4654b9a09d70368))
|
|
205
212
|
|
|
206
|
-
## [1.2.1](https://github.com/shepherdjerred/
|
|
213
|
+
## [1.2.1](https://github.com/shepherdjerred/monorepo/compare/v1.2.0...v1.2.1) (2024-08-12)
|
|
207
214
|
|
|
208
215
|
### Bug Fixes
|
|
209
216
|
|
|
210
|
-
- deps ([ba13fdb](https://github.com/shepherdjerred/
|
|
211
|
-
- revert cheerio ([0b71e1e](https://github.com/shepherdjerred/
|
|
217
|
+
- deps ([ba13fdb](https://github.com/shepherdjerred/monorepo/commit/ba13fdbd0420d03049a713b6901fb236eb409cac))
|
|
218
|
+
- revert cheerio ([0b71e1e](https://github.com/shepherdjerred/monorepo/commit/0b71e1e2be61853c8ca99a614d7c2095969493c2))
|
|
212
219
|
|
|
213
|
-
## [1.2.0](https://github.com/shepherdjerred/
|
|
220
|
+
## [1.2.0](https://github.com/shepherdjerred/monorepo/compare/v1.1.4...v1.2.0) (2024-08-12)
|
|
214
221
|
|
|
215
222
|
### Features
|
|
216
223
|
|
|
217
|
-
- add ability to filter and shuffle ([51dcc9d](https://github.com/shepherdjerred/
|
|
218
|
-
- update to eslint 9 ([7721ac1](https://github.com/shepherdjerred/
|
|
224
|
+
- add ability to filter and shuffle ([51dcc9d](https://github.com/shepherdjerred/monorepo/commit/51dcc9d946ed0bee2f854cf5249d8cd9680e1bc6))
|
|
225
|
+
- update to eslint 9 ([7721ac1](https://github.com/shepherdjerred/monorepo/commit/7721ac190acfdabfd7b6ece3019c018a05700336))
|
|
219
226
|
|
|
220
227
|
### Bug Fixes
|
|
221
228
|
|
|
222
|
-
- **deps:** update npm ([27dd6e3](https://github.com/shepherdjerred/
|
|
229
|
+
- **deps:** update npm ([27dd6e3](https://github.com/shepherdjerred/monorepo/commit/27dd6e3e96be57ad3093e494234e3ba2d790494c))
|
|
223
230
|
|
|
224
|
-
## [1.1.4](https://github.com/shepherdjerred/
|
|
231
|
+
## [1.1.4](https://github.com/shepherdjerred/monorepo/compare/v1.1.3...v1.1.4) (2024-07-28)
|
|
225
232
|
|
|
226
233
|
### Bug Fixes
|
|
227
234
|
|
|
228
|
-
- **deps:** update npm ([561215f](https://github.com/shepherdjerred/
|
|
229
|
-
- **deps:** update npm ([e6c89bc](https://github.com/shepherdjerred/
|
|
235
|
+
- **deps:** update npm ([561215f](https://github.com/shepherdjerred/monorepo/commit/561215f065d07c46771283e060543dca445017d2))
|
|
236
|
+
- **deps:** update npm ([e6c89bc](https://github.com/shepherdjerred/monorepo/commit/e6c89bcb0d92a5680e31ef9d606ee5d8b21664f1))
|
|
230
237
|
|
|
231
|
-
## [1.1.3](https://github.com/shepherdjerred/
|
|
238
|
+
## [1.1.3](https://github.com/shepherdjerred/monorepo/compare/v1.1.2...v1.1.3) (2024-07-14)
|
|
232
239
|
|
|
233
240
|
### Bug Fixes
|
|
234
241
|
|
|
235
|
-
- don't include test files in package ([52d0861](https://github.com/shepherdjerred/
|
|
242
|
+
- don't include test files in package ([52d0861](https://github.com/shepherdjerred/monorepo/commit/52d0861922068273d358c4297fa644cfc8d3e54d))
|
|
236
243
|
|
|
237
|
-
## [1.1.2](https://github.com/shepherdjerred/
|
|
244
|
+
## [1.1.2](https://github.com/shepherdjerred/monorepo/compare/v1.1.1...v1.1.2) (2024-07-14)
|
|
238
245
|
|
|
239
246
|
### Bug Fixes
|
|
240
247
|
|
|
241
|
-
- **deps:** update npm ([bfaf883](https://github.com/shepherdjerred/
|
|
248
|
+
- **deps:** update npm ([bfaf883](https://github.com/shepherdjerred/monorepo/commit/bfaf88347ae769e00e93e514774b2c760694f902))
|
|
242
249
|
|
|
243
|
-
## [1.1.1](https://github.com/shepherdjerred/
|
|
250
|
+
## [1.1.1](https://github.com/shepherdjerred/monorepo/compare/v1.1.0...v1.1.1) (2024-07-07)
|
|
244
251
|
|
|
245
252
|
### Bug Fixes
|
|
246
253
|
|
|
247
|
-
- **deps:** update dependency astro to v4.11.5 ([a61f733](https://github.com/shepherdjerred/
|
|
248
|
-
- **deps:** update dependency remeda to v2.2.2 ([97a6c06](https://github.com/shepherdjerred/
|
|
249
|
-
- **deps:** update dependency remeda to v2.3.0 ([7a4c8d5](https://github.com/shepherdjerred/
|
|
250
|
-
- update snapshot ([c73cdf7](https://github.com/shepherdjerred/
|
|
251
|
-
- use import instead of triple-slash ([971a77e](https://github.com/shepherdjerred/
|
|
254
|
+
- **deps:** update dependency astro to v4.11.5 ([a61f733](https://github.com/shepherdjerred/monorepo/commit/a61f733cbd3f7bd659d4a608f58473885a5bcc61))
|
|
255
|
+
- **deps:** update dependency remeda to v2.2.2 ([97a6c06](https://github.com/shepherdjerred/monorepo/commit/97a6c064138e0c204e231efb2ca45defd82b61f9))
|
|
256
|
+
- **deps:** update dependency remeda to v2.3.0 ([7a4c8d5](https://github.com/shepherdjerred/monorepo/commit/7a4c8d51ad5722be0a8dced10eb0b14a279b0bf6))
|
|
257
|
+
- update snapshot ([c73cdf7](https://github.com/shepherdjerred/monorepo/commit/c73cdf779433e6e7e8c5f2beee3fb2aefec9a0e0))
|
|
258
|
+
- use import instead of triple-slash ([971a77e](https://github.com/shepherdjerred/monorepo/commit/971a77ecd0c612850faeb9d16f7775d3e7ca7253))
|
|
252
259
|
|
|
253
|
-
## [1.1.0](https://github.com/shepherdjerred/
|
|
260
|
+
## [1.1.0](https://github.com/shepherdjerred/monorepo/compare/v1.0.3...v1.1.0) (2024-06-28)
|
|
254
261
|
|
|
255
262
|
### Features
|
|
256
263
|
|
|
257
|
-
- source mappings ([095fe2b](https://github.com/shepherdjerred/
|
|
264
|
+
- source mappings ([095fe2b](https://github.com/shepherdjerred/monorepo/commit/095fe2be44e25547271730a5611d4710609cdf8d))
|
|
258
265
|
|
|
259
|
-
## [1.0.3](https://github.com/shepherdjerred/
|
|
266
|
+
## [1.0.3](https://github.com/shepherdjerred/monorepo/compare/v1.0.2...v1.0.3) (2024-06-24)
|
|
260
267
|
|
|
261
268
|
### Bug Fixes
|
|
262
269
|
|
|
263
|
-
- create dir to cache ([a30645c](https://github.com/shepherdjerred/
|
|
270
|
+
- create dir to cache ([a30645c](https://github.com/shepherdjerred/monorepo/commit/a30645c11d2afe91f7802c91b2c82eef9a97c717))
|
|
264
271
|
|
|
265
|
-
## [1.0.2](https://github.com/shepherdjerred/
|
|
272
|
+
## [1.0.2](https://github.com/shepherdjerred/monorepo/compare/v1.0.1...v1.0.2) (2024-06-21)
|
|
266
273
|
|
|
267
274
|
### Bug Fixes
|
|
268
275
|
|
|
269
|
-
- disable style parsing ([0999f02](https://github.com/shepherdjerred/
|
|
276
|
+
- disable style parsing ([0999f02](https://github.com/shepherdjerred/monorepo/commit/0999f025b4e9970a20bde8c1ffce1248ce38f3b7))
|
|
270
277
|
|
|
271
|
-
## [1.0.1](https://github.com/shepherdjerred/
|
|
278
|
+
## [1.0.1](https://github.com/shepherdjerred/monorepo/compare/v1.0.0...v1.0.1) (2024-06-03)
|
|
272
279
|
|
|
273
280
|
### Bug Fixes
|
|
274
281
|
|
|
275
|
-
- add tests, fix import ([3f811a1](https://github.com/shepherdjerred/
|
|
282
|
+
- add tests, fix import ([3f811a1](https://github.com/shepherdjerred/monorepo/commit/3f811a18fae9186795f5d34cb0d4bbdd20f2a5df))
|
|
276
283
|
|
|
277
|
-
## [1.0.0](https://github.com/shepherdjerred/
|
|
284
|
+
## [1.0.0](https://github.com/shepherdjerred/monorepo/compare/v0.3.0...v1.0.0) (2024-06-03)
|
|
278
285
|
|
|
279
286
|
### ⚠ BREAKING CHANGES
|
|
280
287
|
|
|
@@ -282,10 +289,10 @@ Maintenance release with dependency updates and build system improvements.
|
|
|
282
289
|
|
|
283
290
|
### Documentation
|
|
284
291
|
|
|
285
|
-
- add link ([1a5d327](https://github.com/shepherdjerred/
|
|
292
|
+
- add link ([1a5d327](https://github.com/shepherdjerred/monorepo/commit/1a5d327a002785809e84aab70b19d18dd135f78b))
|
|
286
293
|
|
|
287
|
-
## [0.3.0](https://github.com/shepherdjerred/
|
|
294
|
+
## [0.3.0](https://github.com/shepherdjerred/monorepo/compare/v0.2.0...v0.3.0) (2024-06-03)
|
|
288
295
|
|
|
289
296
|
### Features
|
|
290
297
|
|
|
291
|
-
- allow filename to be configurable ([cc7bb5f](https://github.com/shepherdjerred/
|
|
298
|
+
- allow filename to be configurable ([cc7bb5f](https://github.com/shepherdjerred/monorepo/commit/cc7bb5f3139f306952d03568fc63cc9fcbfaad5e))
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
`webring` fetches the latest updates from your favorite RSS feeds.
|
|
11
11
|
|
|
12
|
-
This project is actively maintained. If you have a feature request or need help, please [create an issue](https://github.com/shepherdjerred/
|
|
12
|
+
This project is actively maintained. If you have a feature request or need help, please [create an issue](https://github.com/shepherdjerred/monorepo/issues/new).
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
15
|
|
|
@@ -27,7 +27,7 @@ npm i webring
|
|
|
27
27
|
|
|
28
28
|
## Quick Start
|
|
29
29
|
|
|
30
|
-
This library is intended to be used with a static site generator. I use this with [Astro](https://astro.build/) on my [personal website](https://github.com/shepherdjerred/
|
|
30
|
+
This library is intended to be used with a static site generator. I use this with [Astro](https://astro.build/) on my [personal website](https://github.com/shepherdjerred/monorepo/blob/1220ebef2e43956ba385402ed8529870e9084de8/src/components/BlogWebring.astro#L17-L22).
|
|
31
31
|
|
|
32
32
|
```typescript
|
|
33
33
|
import { run } from "webring";
|
|
@@ -86,7 +86,7 @@ All possible configuration values can be seen by looking at the [`typedoc` site]
|
|
|
86
86
|
|
|
87
87
|
## Example
|
|
88
88
|
|
|
89
|
-
An example of using this project with Astro is located in `example`. The relevant file is [`src/pages/blog/[...slug].astro`](https://github.com/shepherdjerred/
|
|
89
|
+
An example of using this project with Astro is located in `example`. The relevant file is [`src/pages/blog/[...slug].astro`](https://github.com/shepherdjerred/monorepo/blob/main/packages/webring/example/src/pages/blog/%5B...slug%5D.astro#L18).
|
|
90
90
|
|
|
91
91
|
```typescript
|
|
92
92
|
---
|