Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.81 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.2.1 - 2021-07-15

Added

  • cy.artisan command now yields the artisan output.

v0.2.0 - 2020-08-30

Added

v0.1.0 - 2020-05-09

Added

  • useDatabaseMigrations function.

Changed

  • Plugin installation has been refactored. This was necessary in order to export functions from the package.

v0.0.3 - 2019-11-17

Added

  • logout method.

Removed

  • Removed laravel/dusk dependency for authentication methods.

v0.0.2 - 2019-11-15

Added