Skip to content

Latest commit

 

History

History
116 lines (76 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

116 lines (76 loc) · 3.61 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.

2.0.0 - 2022-10-26

2.0.0-beta.1 - 2022-10-17

Fixed

  • Correctly handle paths beginning with double slashes (T321003).

2.0.0-beta.0 - 2022-10-14

Added

  • Follow config file redirections (T304772).
  • Include schema directory in npm package (T318352).

Changed

  • Flexibilized language field validation pattern (T308328).
  • Update JSON schema descriptions to link to new documentation (T320770).

2.0.0-alpha.2 - 2022-09-22

Changed

  • Update "selection" automatic tests.

Fixed

  • Do not fail on JSON-LD objects with unescaped control characters (T318336).

2.0.0-alpha.1 - 2022-09-20

Added

  • Add this changelog file.
  • Add JSON-LD selection (T304332).

Changed

  • Handle step application errors and return empty-array output (T305163).

Fixed

  • Reject XPath v3.1 expressions (T308666).
  • Reject empty-string configurations for Citoid and XPath selection (T308171).
  • Do not fail on empty or invalid outputs for mandatory fields (in addition to marking template as non-applicable), and fix validation pattern for itemType field (T311519).
  • URL-normalize paths (T316257).
  • Correctly identify HTML elements with 'value' attribute (T311925).

2.0.0-alpha.0 - 2022-08-26

Added

  • Support custom fetch to circumvent CORS same-origin restrictions on browsers.
  • Support creating new tests at specific locations in the tests array.

Changed

  • Remove dependency on Node's path for browser support.
  • Remove JSDOM dependency for browser support.

Fixed

  • Support fetching metawiki resources from browser.
  • Fix XPath selection not working in Firefox (T316370).

1.0.1 - 2022-08-08

Fixed

  • Fix fastest-levenshtein library import error.

1.0.0 - 2022-08-01

Added

  • First version published to npm.