Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 1005 Bytes

Don’t let your friends dump git logs into changelogs. Version 1.0.0

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.12] - 2023-04-17

Added

  • Require secure nokogiri >= 1.14.3

[1.0.11] - 2022-02-22

Added

  • Require nokogiri >= 1.13.3

[1.0.10] - 2021-09-28

Added

  • Allow nokogiri 1.12.x, by @claudio.

[1.0.9] - 2021-09-28

Added

  • Allow nokogiri 1.11.x, by @ccutrer.

[1.0.8] - 2019-01-15

Added

  • Allow nokogiri 1.10.x, by @ccutrer.

1.0.7 - 2018-06-04

Added

  • extra_query_string pseudo-param can be used to pass additional query string content to API calls, by @artur79.