Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

75 lines (43 loc) · 1.68 KB

Changelog

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.

Added

  • none

Changed

  • Fixed output from the cli tool

Removed

  • none

1.2.0 - 2024-06-07

Added

  • Added Webmention to the list of known protocols.

Changed

  • Relaxed parsing integers to support wordpress platform.
  • Updated how we parse the protocols to handle names that are not part of the enum.

Removed

  • none

1.1.2 - 2024-06-01

Changed

  • Fixed bundling privacy manifest file

1.1.1 - 2024-05-31

Added

  • Added a privacy manifest

Changed

  • Updated Swift tools version from 5.9 to 5.10
  • Enabled StrictConcurrency and DisableOutwardActorInference upcoming Swift features

1.1.0 - 2024-05-31

Added

  • Added bluesky to inbound/outbound services

Changed

  • Updated how we parse the inbound/outbound services to handle service names that are not part of the enum. This is source breaking change but considering the old behavior is to fail parsing nodeinfo, it should be acceptable.

1.0.0 - 2023-07-29

Initial release