Skip to content

Releases: wave-framework/wave

v5.0.11

Choose a tag to compare

@mattrenner mattrenner released this 13 Jul 22:11
53050a9

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

Choose a tag to compare

@mattrenner mattrenner released this 27 Jan 19:06
ad5a6f2
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

Choose a tag to compare

@mattrenner mattrenner released this 11 Jan 20:48
1fafde9
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

Choose a tag to compare

@mattrenner mattrenner released this 18 Sep 03:25
6d5f1ec

Adds a constant for Too Many Requests (429)

v5.0.7

Choose a tag to compare

@calcinai calcinai released this 11 Jul 21:12
fc6d235

What's Changed

v5.0.5

Choose a tag to compare

@calcinai calcinai released this 11 Jul 20:40
0e350da

What's Changed

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

v5.0.4

Choose a tag to compare

@calcinai calcinai released this 11 Jul 00:30
4ce13e6

What's Changed

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

v5.0.3

Choose a tag to compare

@calcinai calcinai released this 11 Jul 00:23
da07356

What's Changed

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

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

v5.0.2

Choose a tag to compare

@calcinai calcinai released this 09 May 05:22
ed34a82

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

Choose a tag to compare

@mattrenner mattrenner released this 03 Apr 01:09
b3fcce9
Merge pull request #49 from wave-framework/twig-bug

Fix twig regression