Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 1.02 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]

[1.0.1] - 2023-06-09

  • Use updated method signature for origin initializer

[1.0.0] - 2022-10-08

  • Upgrade to initializers system in Bridgetown 1.2

[0.3.0] - 2022-06-01

  • Support Builder priority feature in Bridgetown 1.1 (fixes #3)

[0.2.3] - 2022-04-20

  • Register resource extensions upfront

[0.2.2] - 2022-01-13

  • Lock Async dependency to < 2.0 until fiber race condition is resolved

[0.2.1]

  • Fix issue where link resolvers didn't provide the full document

[0.2.0]

  • Automatically paginate through results sets

[0.1.2]

  • Add hash option to provide_data

[0.1.1]

  • Fix bugs and test link resolvers
  • Better error handling and Roda preview assistance
  • Enforce .html for relative path

[0.1.0] (unreleased)

  • First version