webring 1.1.2 → 1.1.4
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 +15 -0
- package/package.json +1 -1
- package/src/__snapshots__/index.test.ts.snap +0 -7
- package/src/testdata/rss-1.xml +0 -2135
- package/src/testdata/rss-10.xml +0 -1029
- package/src/testdata/rss-11.xml +0 -881
- package/src/testdata/rss-12.xml +0 -4193
- package/src/testdata/rss-13.xml +0 -518
- package/src/testdata/rss-14.xml +0 -155
- package/src/testdata/rss-15.xml +0 -731
- package/src/testdata/rss-16.xml +0 -44
- package/src/testdata/rss-17.xml +0 -120
- package/src/testdata/rss-18.xml +0 -50
- package/src/testdata/rss-19.xml +0 -690
- package/src/testdata/rss-2.xml +0 -2186
- package/src/testdata/rss-3.xml +0 -80356
- package/src/testdata/rss-4.xml +0 -1601
- package/src/testdata/rss-5.xml +0 -3991
- package/src/testdata/rss-6.xml +0 -825
- package/src/testdata/rss-7.xml +0 -35
- package/src/testdata/rss-8.xml +0 -12516
- package/src/testdata/rss-9.xml +0 -369
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ 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.1.4](https://github.com/shepherdjerred/webring/compare/v1.1.3...v1.1.4) (2024-07-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update npm ([561215f](https://github.com/shepherdjerred/webring/commit/561215f065d07c46771283e060543dca445017d2))
|
|
14
|
+
* **deps:** update npm ([e6c89bc](https://github.com/shepherdjerred/webring/commit/e6c89bcb0d92a5680e31ef9d606ee5d8b21664f1))
|
|
15
|
+
|
|
16
|
+
## [1.1.3](https://github.com/shepherdjerred/webring/compare/v1.1.2...v1.1.3) (2024-07-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* don't include test files in package ([52d0861](https://github.com/shepherdjerred/webring/commit/52d0861922068273d358c4297fa644cfc8d3e54d))
|
|
22
|
+
|
|
8
23
|
## [1.1.2](https://github.com/shepherdjerred/webring/compare/v1.1.1...v1.1.2) (2024-07-14)
|
|
9
24
|
|
|
10
25
|
|
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
|
-
|
|
3
|
-
exports[`it should fetch an RSS feed with caching 1`] = `"[{"title":"Creating an already-completed asynchronous activity in C++/WinRT, part 4","url":"https://devblogs.microsoft.com/oldnewthing/20240712-00/?p=109967","date":"2024-07-12T14:00:00.000Z","source":{"url":"http://localhost:PORT/rss-10.xml","title":"rss 10"},"preview":"Failing is easy. Failing correctly is hard. The post Creating an already-completed asynchronous activity in C++/WinRT, part 4 appeared first on The Old New Thing."}]"`;
|
|
4
|
-
|
|
5
|
-
exports[`it should fetch an RSS feed without caching 1`] = `"[{"title":"Creating an already-completed asynchronous activity in C++/WinRT, part 4","url":"https://devblogs.microsoft.com/oldnewthing/20240712-00/?p=109967","date":"2024-07-12T14:00:00.000Z","source":{"title":"rss 10","url":"http://localhost:PORT/rss-10.xml"},"preview":"Failing is easy. Failing correctly is hard. The post Creating an already-completed asynchronous activity in C++/WinRT, part 4 appeared first on The Old New Thing."}]"`;
|
|
6
|
-
|
|
7
|
-
exports[`it should fetch several RSS feeds 1`] = `"[{"title":"Creating an already-completed asynchronous activity in C++/WinRT, part 4","url":"https://devblogs.microsoft.com/oldnewthing/20240712-00/?p=109967","date":"2024-07-12T14:00:00.000Z","source":{"title":"rss 10","url":"http://localhost:PORT/rss-10.xml"},"preview":"Failing is easy. Failing correctly is hard. The post Creating an already-completed asynchronous activity in C++/WinRT, part 4 appeared first on The Old New Thing."},{"title":"Garlic and gravel","url":"https://www.henrikkarlsson.xyz/p/garlic-and-gravel","date":"2024-07-12T11:34:25.000Z","source":{"title":"rss 16","url":"http://localhost:PORT/rss-16.xml"},"preview":"fragments"},{"title":"My Glorious Ascension To Thought Leadership","url":"https://ludic.mataroa.blog/blog/my-glorious-ascension-to-thought-leadership/","date":"2024-07-11T00:00:00.000Z","source":{"title":"rss 5","url":"http://localhost:PORT/rss-5.xml"},"preview":"I. This Escalated Quickly I mentioned one post ago that this blog has done approximately 2M+ lifetime views, with over a million of them being in the past two weeks in response to the now-infamous rant about AI, then I went out of my way to not write the most maximally viral thing possible for perso..."}]"`;
|