Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

67 lines (36 loc) · 1.69 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.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

[0.3.0]

Changed

  • IndieAuth: added context.Context as argument to all functions that perform HTTP requests.
  • IndieAuth: added DiscoverApplicationMetadata to the Server, which implements the Application Information Discovery.

[0.2.3]

Changed

  • Micropub: set text/plain content-type on Micropub create responses, allowing for compatibility with clients that expect it, such as Sparkles.

[0.2.2]

Fixed

  • Micropub: fixes panic when WithGetVisibility was not provided.

[0.2.1]

Added

  • Micropub: new WithMaxMemory added for the media handler.

Fixed

  • Micropub: the WithMaxMediaSize option for the media handler is now properly honoured. Thanks @jlelse for reporting this.

[0.2.0]

Added

  • Micropub: add support for Visibility in the configuration.
  • Micropub: add support for Post Listing, which involves adding a new function to the Implementation interface.

Changed

  • Micropub: the keys of Request.Commands no longer start with mp-.

[0.1.0]

Added

  • Migrated go.hacdias.com/indieauth into go.hacdias.com/indielib/indieauth.
  • Added Micropub related tooling.