Releases: eliashaeussler/typo3-solver
Releases · eliashaeussler/typo3-solver
2.0.1
What's Changed
🚑 Fixed
- [BUGFIX] Use PHP 8.2 in release workflow by @eliashaeussler in #350
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
⚡ Breaking
- [!!!][FEATURE] Provide generic class for generated solutions by @eliashaeussler in #294
- [!!!][FEATURE] Require solution providers to list available models by @eliashaeussler in #299
🚀 Improved
- [FEATURE] Improve default prompt and include DB version by @eliashaeussler in #297
🚑 Fixed
- [BUGFIX] Avoid implicitly nullable types by @eliashaeussler in #327
👷 Changed
- [TASK] Replace deprecated
max_tokens
chat completion parameter by @eliashaeussler in #296 - [TASK] Combine workflows in a single CI workflow by @eliashaeussler in #344
- [TASK] Use composer-dependency-analyser by @eliashaeussler in #345
- [TASK] Use
eliashaeussler/typo3-vendor-bundler
for TER releases by @eliashaeussler in #349
⚙️ Dependencies
- [TASK] Update all dependencies by @renovate in #298
- [TASK] Update all dependencies by @renovate in #300
- [TASK] Update all dependencies by @renovate in #301
- [TASK] Update all dependencies by @renovate in #302
- [TASK] Update all dependencies by @renovate in #303
- [TASK] Update all dependencies by @renovate in #304
- [TASK] Update all dependencies by @renovate in #305
- [TASK] Update all dependencies by @renovate in #306
- [TASK] Update all dependencies by @renovate in #307
- [TASK] Update all dependencies by @renovate in #308
- [TASK] Update all dependencies by @renovate in #309
- [TASK] Update all dependencies by @renovate in #310
- [TASK] Update all dependencies by @renovate in #311
- [TASK] Update all dependencies by @renovate in #312
- [TASK] Update all dependencies by @renovate in #314
- [TASK] Update babel-loader to v10 by @renovate in #313
- [TASK] Update PHPStan packages by @renovate in #315
- [TASK] Update sass to v1.86.3 by @renovate in #317
- [TASK] Update all dependencies by @renovate in #316
- [TASK] Update stylelint to v16.18.0 by @renovate in #322
- [TASK] Update typescript-eslint to v8.30.1 by @renovate in #318
- [TASK] Update eliashaeussler/phpstan-config to v2.9.0 by @renovate in #326
- [TASK] Update spatie/backtrace to v1.7.2 by @renovate in #324
- [TASK] Update typescript-eslint to v8.31.1 by @renovate in #325
- [TASK] Update @babel/preset-env to v7.27.1 by @renovate in #328
- [TASK] Update all dependencies by @renovate in #329
- [TASK] Update rollup to v4.40.2 by @renovate in #334
- [TASK] Update eslint to v9.26.0 by @renovate in #332
- [TASK] Update @eslint/js to v9.26.0 by @renovate in #331
- [TASK] Update sass to v1.88.0 by @renovate in #337
- [TASK] Update typescript-eslint to v8.32.0 by @renovate in #336
- [TASK] Update spatie/backtrace to v1.7.4 by @renovate in #335
- [TASK] Update openai-php/client to v0.12.0 by @renovate in #333
- [TASK] Update stylelint-header to v3 by @renovate in #330
- [TASK] Update openai-php/client to >= 0.7.0 < 0.14.0 by @renovate in #338
- [TASK] Update sass to v1.89.1 by @renovate in #343
- [TASK] Update all dependencies by @renovate in #340
- [TASK] Update stefanzweifel/git-auto-commit-action action to v6 by @renovate in #346
Full Changelog: 1.0.1...2.0.0
1.0.1
What's Changed
🚑 Fixed
- [BUGFIX] List only supported models in
solver:list-models
command by @eliashaeussler in #293
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
⚡ Breaking
- [!!!][TASK] Switch to
gpt-4o-mini
as default OpenAI model by @eliashaeussler in #291
🚀 Improved
- [FEATURE] Use
eliashaeussler/sse
library by @eliashaeussler in #288
👷 Changed
- [TASK] Add
#[CoversClass]
attributes to all tests by @eliashaeussler in #289 - [TASK] Include previous exception in solution exception output by @eliashaeussler in #290
- [TASK] Mark extension as stable by @eliashaeussler in #292
⚙️ Dependencies
- [TASK] Update all dependencies by @renovate in #281
- [TASK] Update webpack-cli to v6 by @renovate in #279
- [TASK] Update eliashaeussler/phpstan-config to v2.8.0 by @renovate in #282
- [TASK] Update all dependencies by @renovate in #283
- [TASK] Update eliashaeussler/version-bumper to v2 by @renovate in #284
- [TASK] Update PHPStan packages to v2 (major) by @renovate in #273
Full Changelog: 0.2.17...1.0.0
0.2.17
What's Changed
📖 Documentation
- [DOCS] Use cards on documentation homepage by @eliashaeussler in #274
⚙️ Dependencies
- [TASK] Update eslint to v9.15.0 by @renovate in #275
- [TASK] Update all dependencies by @renovate in #276
- [TASK] Update php by @renovate in #277
Full Changelog: 0.2.16...0.2.17
0.2.16
What's Changed
🚑 Fixed
- [BUGFIX] Exclude common dependencies from TER-bundled libraries by @eliashaeussler in #272
👷 Changed
- [TASK] Switch to
ramsey/composer-install@v3
by @eliashaeussler in #270
⚙️ Dependencies
- [TASK] Update typo3/testing-framework to v9 by @renovate in #268
- [TASK] Update all dependencies by @renovate in #271
Full Changelog: 0.2.15...0.2.16
0.2.15
What's Changed
🚀 Improved
- [FEATURE] Add support for TYPO3 v13.4 LTS by @eliashaeussler in #266
👷 Changed
- [TASK] Use
eliashaeussler/version-bumper
for release preparations by @eliashaeussler in #265 - [TASK] Switch documentation to PHP-based rendering by @eliashaeussler in #269
📖 Documentation
- [DOCS] Add security policy by @eliashaeussler in #267
⚙️ Dependencies
Full Changelog: 0.2.14...0.2.15
0.2.14
What's Changed
🚀 Improved
- [FEATURE] Add support for TYPO3 v13.3 by @eliashaeussler in #263
⚙️ Dependencies
Full Changelog: 0.2.13...0.2.14
0.2.13
What's Changed
👷 Changed
- [TASK] Migrate unmaintained babel plugin by @eliashaeussler in #256
⚙️ Dependencies
- [TASK] Update sass-loader to v15 by @renovate in #252
- [TASK] Update sass-loader to v16 by @renovate in #253
- [TASK] Update eslint to v9 by @renovate in #222
- [TASK] Update paambaati/codeclimate-action action to v9 by @renovate in #257
- [TASK] Update webpack to v5.94.0 by @renovate in #259
- [TASK] Update all dependencies by @renovate in #261
Full Changelog: 0.2.12...0.2.13
0.2.12
What's Changed
🚀 Improved
- [FEATURE] Add support for TYPO3 v13.2 by @eliashaeussler in #251
⚙️ Dependencies
- [TASK] Update openai-php/client to ^0.4.1 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 by @renovate in #243
- [TASK] Update @typescript-eslint/eslint-plugin to v7.13.0 by @renovate in #233
- [TASK] Update @typescript-eslint/parser to v7.13.0 by @renovate in #234
- [TASK] Update paambaati/codeclimate-action action to v8 by @renovate in #244
- [TASK] Update all dependencies by @renovate in #246
- [TASK] Update all dependencies by @renovate in #247
- [TASK] Update all dependencies by @renovate in #248
- [TASK] Update stylelint-config-sass-guidelines to v12 by @renovate in #250
Full Changelog: 0.2.11...0.2.12