Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 866 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 866 Bytes

Changelog

1.1.0 - 2023-04-26

Added

  • Support latest IntelliJ Platform

Changed

  • Update plugin template to latest version

1.0.1 - 2023-04-26

Added

  • Add support for partialMock and partMock

Fixed

  • Fix autocompletion when using mocks in class properties

Added

  • Support autocompletion for mock classes when using Phake::mock
  • Support autocompletion for expectations when using Phake::when
  • Support autocompletion for method verification when using Phake::verify