Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 1.0.0 (2024-07-14)


### Features

* add client generate ([75fa2ca](https://github.com/cedricziel/php-openapi-client-template/commit/75fa2cad310a0c6b81d853d6ecdca19e19aa720c))
* add cs-fixer ([c722971](https://github.com/cedricziel/php-openapi-client-template/commit/c722971a3547c8e5cefea71573d8135dd655a9ad))
* add dependably.yml ([8cf305c](https://github.com/cedricziel/php-openapi-client-template/commit/8cf305c5fc8c01b267bc9707f6ba72ec7bbd7695))
* add fixer config ([a172b2f](https://github.com/cedricziel/php-openapi-client-template/commit/a172b2f966a88b9354f2b9bc7c6469daf459fafd))
* add initial generation of code ([b5945db](https://github.com/cedricziel/php-openapi-client-template/commit/b5945db356a87b90df15e963b3b77bdb23bb18cf))
* add linting ([40a1f33](https://github.com/cedricziel/php-openapi-client-template/commit/40a1f3343e372c8595db816e8b9ccafc9beb4ccd))
* add template cleanup ([30f4f05](https://github.com/cedricziel/php-openapi-client-template/commit/30f4f05a41b1aaa55127056239a5fe5bf1d1b4c4))
* template composer json ([fc0d555](https://github.com/cedricziel/php-openapi-client-template/commit/fc0d55528ce95477cb779ccdf98aaf419e423a2a))
* template jane file ([106aef8](https://github.com/cedricziel/php-openapi-client-template/commit/106aef819602f0078302e239cff429a465f3d974))


### Bug Fixes

* add name to workflow ([#3](https://github.com/cedricziel/php-openapi-client-template/issues/3)) ([c4d302e](https://github.com/cedricziel/php-openapi-client-template/commit/c4d302e5ffa6f5342ff7164eff711e37f3f83e89))
* Add php workflow ([bf839dd](https://github.com/cedricziel/php-openapi-client-template/commit/bf839ddee1b73c30f2241bd568e285d9acf6192b))
* checkout before linting ([0ae9b7d](https://github.com/cedricziel/php-openapi-client-template/commit/0ae9b7de7e62ce6c4f95d1b17cdd67484b40324b))
* force release-please when dependabot'ing ([9055e9a](https://github.com/cedricziel/php-openapi-client-template/commit/9055e9a449507c2cf4df6f4d2bebc928e3eca332))
* ignore composer lock ([83e4797](https://github.com/cedricziel/php-openapi-client-template/commit/83e4797353eb13e12d33997e6165e876b0861e49))
* limit concurrency ([1627ef3](https://github.com/cedricziel/php-openapi-client-template/commit/1627ef3499b6e99fd8fef80235a74dc78dc2ab08))
* make security-defined a warning ([ad14256](https://github.com/cedricziel/php-openapi-client-template/commit/ad142563bdb5a0c60589c16706d4f82d32a70149))
* re-set rules ([5f74b3f](https://github.com/cedricziel/php-openapi-client-template/commit/5f74b3f8faf5a61de55bb49e057aa267d19aa91f))
* remove composer lock ([cd0876f](https://github.com/cedricziel/php-openapi-client-template/commit/cd0876fdcd45c363a90ea9861a5e271faa52c86d))
* remove composer lock ([83c6d77](https://github.com/cedricziel/php-openapi-client-template/commit/83c6d770ec192bb2868d95bd8f950de95a6b7ba2))
* rename spec file ([7c51792](https://github.com/cedricziel/php-openapi-client-template/commit/7c517928ddc3d3f95eca8ecc1d195f766b65c401))
* replace correct elements ([a9946c9](https://github.com/cedricziel/php-openapi-client-template/commit/a9946c916ce316ab4644922eafe50bca7a4fe1a5))
* safe-replace ([1b0caac](https://github.com/cedricziel/php-openapi-client-template/commit/1b0caac50f91264ee3eddba6432e336bd22da625))
* Set php version to 8.3 ([5ffe6e6](https://github.com/cedricziel/php-openapi-client-template/commit/5ffe6e681d2c4aea4fc3e3c56015d5e6bcaccbdc))
* use redocly cli ([05f9428](https://github.com/cedricziel/php-openapi-client-template/commit/05f9428ae0d1c2c98a0d37e1ee8d126d624064e0))
* use templatable names ([c9143c1](https://github.com/cedricziel/php-openapi-client-template/commit/c9143c1234a51ffcdad0b3f9d3cdac66bfa1cf9e))

## 1.0.0 (2024-07-12)


Expand Down