Skip to content

Releases: wave-framework/wave

v5.0.11

13 Jul 22:11
53050a9

Choose a tag to compare

What's Changed

  • PHP 8.4 compatibility - dynamic properties no longer supported in mos… by @mattrenner in #60

Full Changelog: v5.0.10...v5.0.11

Fix the order of tables and columns in MySQL table schema -> model process

27 Jan 19:06
ad5a6f2

Choose a tag to compare

Merge pull request #58 from wave-framework/mysql-column-order

Ensure the column order provided by the MySQL driver is consistently p…

Add response getter on router

11 Jan 20:48
1fafde9

Choose a tag to compare

Merge pull request #56 from wave-framework/get-response-from-router

Add getter for response object on router

Add additional HTTP response code for Too Many Requests

18 Sep 03:25
6d5f1ec

Choose a tag to compare

Adds a constant for Too Many Requests (429)

v5.0.7

11 Jul 21:12
fc6d235

Choose a tag to compare

What's Changed

v5.0.5

11 Jul 20:40
0e350da

Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.0.5

v5.0.4

11 Jul 00:30
4ce13e6

Choose a tag to compare

What's Changed

Full Changelog: v5.0.3...v5.0.4

v5.0.3

11 Jul 00:23
da07356

Choose a tag to compare

What's Changed

  • Adds duplicate key exception on insert by @calcinai in #51

Full Changelog: v5.0.2...v5.0.3

v5.0.2

09 May 05:22
ed34a82

Choose a tag to compare

What's Changed

  • Prevent string conversion error during equality check by @finngreig in #50

New Contributors

Full Changelog: v5.0.1...v5.0.2

Fix twig regression

03 Apr 01:09
b3fcce9

Choose a tag to compare

Merge pull request #49 from wave-framework/twig-bug

Fix twig regression