Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 799 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 799 Bytes

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.

[0.3.1] - 2023-03-11

Added

  • Make fixture names are only available in ruby file types

[0.3.0] - 2023-03-11

Added

  • Cache fixture types to avoid constantly re-scanning the fixture dirs
  • Update completion menu to include prefix to avoid LSP name collisions

Fixed

  • Avoid crash if fixtures exist in only one of test/ or spec/

[0.2.0] - 2022-07-15

Added

  • Support loading fixtures from spec/fixtures
  • CHANGELOG to keep track of version history

[0.1.0] - 2022-07-13

Added

  • Initial version of the plugin