Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1.04 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.2.0 - 2024-11-14

Added

  • Add helpers to determine the type of an Outline, and whether it is a directory

v1.1.0 - 2024-11-10

Changed

Testing

  • Export assertion functions to compare Document and Outline instances

v1.0.0 - 2024-11-07

Initial release.

Added

  • Unmarshal data using the OPML file format
  • Marshal documents containing text, feed subscription, link and directory elements
  • Setup Github Actions to run continuous integration workflows
  • Add test coverage for OPML specification examples
  • Add test coverage for Feedly and Newsblur feed subscription exports
  • Add test examples to demonstrate usage