File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ Unreleased]
4
+
5
+ ## [ 1.1.0] - 2023-04-26
4
6
5
7
### Added
8
+ - Support latest IntelliJ Platform
6
9
7
10
### Changed
11
+ - Update plugin template to latest version
8
12
9
- ### Deprecated
10
-
11
- ### Removed
12
-
13
- ### Fixed
14
-
15
- ### Security
16
-
17
- ## 1.0.1 - 2023-04-26
13
+ ## [ 1.0.1] - 2023-04-26
18
14
19
15
### Added
20
16
- Add support for ` partialMock ` and ` partMock `
21
17
22
18
### Fixed
23
19
- Fix autocompletion when using mocks in class properties
24
20
25
- ## 1.0.0
21
+ ## [ 1.0.0]
26
22
27
23
### Added
28
24
- Support autocompletion for mock classes when using Phake::mock
29
25
- Support autocompletion for expectations when using Phake::when
30
26
- Support autocompletion for method verification when using Phake::verify
27
+
28
+ [ Unreleased ] : https://github.com/SolidWorx/idea-php-phake-plugin/compare/v1.1.0...HEAD
29
+ [ 1.1.0 ] : https://github.com/SolidWorx/idea-php-phake-plugin/compare/v1.0.1...v1.1.0
30
+ [ 1.0.1 ] : https://github.com/SolidWorx/idea-php-phake-plugin/compare/v1.0.0...v1.0.1
31
+ [ 1.0.0 ] : https://github.com/SolidWorx/idea-php-phake-plugin/commits/v1.0.0
You can’t perform that action at this time.
0 commit comments