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
cy.solidAuthorize()
command.cy.solidCreateDocument()
andcy.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')
, anduuid()
helpers.
exports
declaration inpackage.json
, projects not using TypeScript failed running without this.
v0.1.3 - 2024-01-13
- Support types.
v0.1.2 - 2023-12-22
- Type declarations for
cypress-solid/config
have been changed to avoid referencing source files.
v0.1.1 - 2023-12-22
- Improved error messages.
CustomCommands
andcommands
exports have been renamed toCustomSolidCommands
andsolidCommands
, to avoid conflicts with other plugins.
- Type declarations for
cypress-solid/config
.
v0.1.0 - 2023-12-22
- Everything!