Skip to content

Releases: ray-di/Ray.AuraSqlModule

1.11.0

24 Jan 15:50
d91a0ff
Compare
Choose a tag to compare

What's Changed

  • Bump pagerfanta from 1 to 2 (and to 3 #58) by @koriym in #56
  • Bump ray/aop version to 2.10.4 by @koriym in #57
  • PHP 8.1 Support by @koriym in #58 - Drop PHP 7.3 support
  • Update code to PHP 7.4 syntax using rector by @koriym in #59
  • Create update-copyright-years-in-license-file.yml by @koriym in #60
  • Update license copyright year(s) by @github-actions in #61

New Contributors

  • @github-actions made their first contribution in #61

Compatibility

Note that pagerfanta has been updated to 3 and the output pager link HTML has been changed.

Pagerfanta 2

<nav><a href="/?page=1&category=sports" rel="prev">Previous</a>

Pagerfanta 3

<nav class="pagination"><a class="pagination__item pagination__item--previous-page" href="/?page=1&category=sports" rel="prev">Previous</a>

See da3a9c0#diff-fb5be1dd287aa206038221c05ab7d1363b2e1f8d7d7e3d7d238fee8dc94453dbL57

Full Changelog: 1.10.0...1.11.0

1.10.0

28 Jan 01:27
Compare
Choose a tag to compare

1.9.1

27 Jan 02:17
f905e83
Compare
Choose a tag to compare
  • Fix phpdoc #54

Thanks, @momospnr!

1.9.0

24 Jan 14:23
fc73cff
Compare
Choose a tag to compare
  • Supports PHP 8.0
  • Drop PHP 7.2 support
  • Bump aura/sql from 2 to 3
  • Works with PHP8 attributes
  • Change CI to GH action

1.8.1

06 Oct 10:53
e6b68d2
Compare
Choose a tag to compare

Thanks @kuma-guy!

1.8.0

07 Apr 03:56
399cb5e
Compare
Choose a tag to compare
  • Fix #46
  • Support php 7.4 and drop unsported php version 7.0 and 7.1

Thanks @jingu !

1.7.1

22 Aug 07:10
93e31d2
Compare
Choose a tag to compare

Fix #45

Thanks @ssnm-a !

1.7.0

16 Aug 14:15
Compare
Choose a tag to compare

Support $options and $attributes

@piotzkhider Thanks for the reporting issue !

1.6.5

21 May 16:06
Compare
Choose a tag to compare

1.6.4

21 May 12:01
aa777e2
Compare
Choose a tag to compare
  • [UPDATE] TransactionalIntercetpr to work ray/query-module #38
  • Refactor with phpstan -l max option