Skip to content

Releases: JetBrains/pest-intellij

v0.3.1

05 Aug 17:32
bc3afba
Compare
Choose a tag to compare

Changed

  • Change the name of the plugin

v0.3.0

05 Aug 07:01
8f64c71
Compare
Choose a tag to compare

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)
  • Run tests scoped based on the cursor (#24, #26)
  • Added support for rerun tests when using new pest version (#39)
  • Added coverage support with clover output (#39)

Changed

  • Migrated all Java classes to Kotlin

Fixed

  • Plugin require restart as PhpTestFrameworkType does not support dynamic plugins
  • Line markers reported false positives with method calls(#31)

v0.2.1-alpha.4

27 Jul 09:25
31bdc3c
Compare
Choose a tag to compare
v0.2.1-alpha.4 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)
  • Run tests scoped based on the cursor (#24, #26)

Fixed

  • Plugin require restart as PhpTestFrameworkType does not support dynamic plugins
  • Line markers reported false positives with method calls(#31)

v0.2.1-alpha.3

20 Jul 07:54
b4a7aa9
Compare
Choose a tag to compare
v0.2.1-alpha.3 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)
  • Run tests scoped based on the cursor (#24, #26)

Fixed

  • Plugin require restart as PhpTestFrameworkType does not support dynamic plugins
  • Line markers reported false positives with method calls(#31)

v0.2.1-alpha.2

16 Jul 07:16
b9d45aa
Compare
Choose a tag to compare
v0.2.1-alpha.2 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)
  • Run tests scoped based on the cursor (#24, #26)

Fixed

  • Plugin require restart as PhpTestFrameworkType does not support dynamic plugins

v0.2.1-alpha.1

15 Jul 21:18
b976cd8
Compare
Choose a tag to compare
v0.2.1-alpha.1 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)
  • Run tests scoped based on the cursor (#24, #26)

v0.2.0

14 Jul 18:39
526d90a
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)

v0.1.2-alpha.3

10 Jul 09:59
32943de
Compare
Choose a tag to compare
v0.1.2-alpha.3 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, but runs the whole file and not the single test. (#17)
  • Add running support with debugger (#19)

v0.1.2-alpha.2

09 Jul 12:21
97b2324
Compare
Choose a tag to compare
v0.1.2-alpha.2 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, but runs the whole file and not the single test. (#17)

v0.1.2-alpha.1

01 Jul 19:54
8622369
Compare
Choose a tag to compare
v0.1.2-alpha.1 Pre-release
Pre-release

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)