Releases: dethos/worker-planet
Releases · dethos/worker-planet
Atom feed
This release enables the Atom feed, a feature that has been disabled for very long time.
The major changes when comparing to the previous version are:
- Enables Atom feeds (09a017b)
- Implements a more efficient and faster way for gathering the content from the existing sources (b6cb960)
- Fixes a bug that caused duplicate items in the pages when external feeds couldn't be fetched (b6cb960)
- Updates vulnerable dependencies (#2, 417fad1)
- Adds support for recent Node.js versions when building the project (417fad1)
All the changes can be seen here.
Wrangler upgrade
This new release is centered around important updates to wrangler and development workflow, that will allow the worker-planet
to keep being usable since it became a bit outdated.
The main changes contained in this release are:
- It uses a new wrangler major version.
- Existing workflows were adapted to work with the new wrangler version.
- A new template was added.
- New template helper and feed item fields to help with the development of new templates.
Initial release
Essentially this is the first working version of "Worker-planet". Contains the core functionality, but leaves out many extras that could be added in the future.
The main features are:
- Generate a single webpage containing the contents of multiple feeds ordered chronologically
- Generate an RSS feed for the aggregated contents
- Base HTML template for the project
Lets hope it helps you give more visibility to your community's activity.