@@ -9,6 +9,64 @@ All notable changes to this project will be documented in this file.
99The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
1010and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1111
12+ ## 2.0.0 - 2025-10-07
13+
14+ ### Added
15+
16+ - Implement php-cs-fixer CI [ #118 ] ( https://github.com/LibreCodeCoop/extract/pull/118 )
17+ - Configure psalm CI [ #121 ] ( https://github.com/LibreCodeCoop/extract/pull/121 )
18+ - Add .editorconfig [ #122 ] ( https://github.com/LibreCodeCoop/extract/pull/122 )
19+ - Implement openapi [ #123 ] ( https://github.com/LibreCodeCoop/extract/pull/123 )
20+ - Implement dependabot approve merge action [ #128 ] ( https://github.com/LibreCodeCoop/extract/pull/128 )
21+ - Implement lint php action [ #131 ] ( https://github.com/LibreCodeCoop/extract/pull/131 )
22+ - Implement block unconventional commits action [ #127 ] ( https://github.com/LibreCodeCoop/extract/pull/127 )
23+ - Implement lint info xml action [ #130 ] ( https://github.com/LibreCodeCoop/extract/pull/130 )
24+ - Implement lint eslint action [ #129 ] ( https://github.com/LibreCodeCoop/extract/pull/129 )
25+ - Implement lint stylelint action [ #132 ] ( https://github.com/LibreCodeCoop/extract/pull/132 )
26+ - Implement node action [ #133 ] ( https://github.com/LibreCodeCoop/extract/pull/133 )
27+ - Implement npm audit fix action [ #134 ] ( https://github.com/LibreCodeCoop/extract/pull/134 )
28+ - Nextcloud version 32 support [ #117 ] ( https://github.com/LibreCodeCoop/extract/pull/117 )
29+
30+ ### Changed
31+
32+ - Indent some files as project pattern [ #124 ] ( https://github.com/LibreCodeCoop/extract/pull/124 )
33+ - Reorganize frontend [ #125 ] ( https://github.com/LibreCodeCoop/extract/pull/125 )
34+ - Implement property promotion on constructors [ #126 ] ( https://github.com/LibreCodeCoop/extract/pull/126 )
35+
36+ ### Fixed
37+
38+ - Remove unused deps and files [ #120 ] ( https://github.com/LibreCodeCoop/extract/pull/120 )
39+ - Fix Psalm errors [ #126 ] ( https://github.com/LibreCodeCoop/extract/pull/126 )
40+
41+ ## 1.4.0 - 2025-10-07
42+
43+ ### Added
44+
45+ - Implement php-cs-fixer CI [ #118 ] ( https://github.com/LibreCodeCoop/extract/pull/118 )
46+ - Configure psalm CI [ #121 ] ( https://github.com/LibreCodeCoop/extract/pull/121 )
47+ - Add .editorconfig [ #122 ] ( https://github.com/LibreCodeCoop/extract/pull/122 )
48+ - Implement openapi [ #123 ] ( https://github.com/LibreCodeCoop/extract/pull/123 )
49+ - Implement dependabot approve merge action [ #128 ] ( https://github.com/LibreCodeCoop/extract/pull/128 )
50+ - Implement lint php action [ #131 ] ( https://github.com/LibreCodeCoop/extract/pull/131 )
51+ - Implement block unconventional commits action [ #127 ] ( https://github.com/LibreCodeCoop/extract/pull/127 )
52+ - Implement lint info xml action [ #130 ] ( https://github.com/LibreCodeCoop/extract/pull/130 )
53+ - Implement lint eslint action [ #129 ] ( https://github.com/LibreCodeCoop/extract/pull/129 )
54+ - Implement lint stylelint action [ #132 ] ( https://github.com/LibreCodeCoop/extract/pull/132 )
55+ - Implement node action [ #133 ] ( https://github.com/LibreCodeCoop/extract/pull/133 )
56+ - Implement npm audit fix action [ #134 ] ( https://github.com/LibreCodeCoop/extract/pull/134 )
57+ - Nextcloud version 31 support [ #117 ] ( https://github.com/LibreCodeCoop/extract/pull/117 )
58+
59+ ### Changed
60+
61+ - Indent some files as project pattern [ #124 ] ( https://github.com/LibreCodeCoop/extract/pull/124 )
62+ - Reorganize frontend [ #125 ] ( https://github.com/LibreCodeCoop/extract/pull/125 )
63+ - Implement property promotion on constructors [ #126 ] ( https://github.com/LibreCodeCoop/extract/pull/126 )
64+
65+ ### Fixed
66+
67+ - Remove unused deps and files [ #120 ] ( https://github.com/LibreCodeCoop/extract/pull/120 )
68+ - Fix Psalm errors [ #126 ] ( https://github.com/LibreCodeCoop/extract/pull/126 )
69+
1270## 1.3.6
1371
1472- NC27 support
0 commit comments