Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.2 KB

Changelog

All notable changes to the "vscode-testbox" extension will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.


[Unreleased]

Added

  • TestBox v5 support
  • Added default shortcuts for running jump to spec command: shift+cmd+t
  • Added several new commands to Run your test harness, your bundle and a single spec, with tons of configuration options (Please see readme)
  • Linting files for eslint
  • File formatting and code quality updates
  • Refactoring to a single testbox namespace for commands, snippets, etc

Improved

  • The lookup for spec to jump regex was finely tuned and optimized to avoid whitespace lookups, and so much more.

[1.0.1] - 2020-05-04

Added

  • TestBox 4 support
  • Formatting
  • More metadata for package.json

[0.2.0] - 2018-05-23

  • Jump to spec lists all describe, it, and other blocks for the current file and gives the user a filterable dropdown to select a test to jump to.

[0.1.0] - 2017-11-08