Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 1.53 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.

v0.1.4 - 2024-05-10

Added

  • cy.solidAuthorize() command.
  • cy.solidCreateDocument() and cy.solidUpdateDocument() commands now also accept the raw Turtle or SPARQL instead of a fixture path.
  • Javascript evaluation in replacement templates, with now(), date('2024-03-03'), and uuid() helpers.

Fixed

  • exports declaration in package.json, projects not using TypeScript failed running without this.

v0.1.3 - 2024-01-13

Fixed

  • Support types.

v0.1.2 - 2023-12-22

Changed

  • Type declarations for cypress-solid/config have been changed to avoid referencing source files.

v0.1.1 - 2023-12-22

Added

  • Improved error messages.

Deprecated

  • CustomCommands and commands exports have been renamed to CustomSolidCommands and solidCommands, to avoid conflicts with other plugins.

Fixed

  • Type declarations for cypress-solid/config.

v0.1.0 - 2023-12-22

Added

  • Everything!