Skip to content

Releases: drunomics/service-utils

10.1.1

07 Nov 13:08
4e0e88d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.1.0...10.1.1

9.5.0

23 Jan 14:49
5813df4
Compare
Choose a tag to compare
9.5.0 Pre-release
Pre-release

What's Changed

  • fix: LDP-1689: Add composer config to fix tests run. by @StavoveiC in #25
  • chore: CTB-68: Add support for Drupal 9.5. by @StavoveiC in #26

Full Changelog: 9.4.1...9.5.0

10.1.0

11 Oct 09:02
270b2bf
Compare
Choose a tag to compare

What's Changed

  • feat: LDP-1689: Add database connection trait. Update CI to php8.1. by @StavoveiC in #24

Full Changelog: 10.0.0...10.1.0

9.4.1

06 Oct 12:34
48900cd
Compare
Choose a tag to compare

What's Changed

  • feat: LDP-1689: Add database connection trait. by @StavoveiC in #23

Full Changelog: 9.4.0...9.4.1

10.0.0

03 Aug 09:27
Compare
Choose a tag to compare

What's Changed

Drupal 10 compatible release

Full Changelog: 9.4.x...10.0.0

9.4.0

30 Jun 10:06
Compare
Choose a tag to compare

What's Changed

LDP-1448: Drupal 9.4 compatible release.

Full Changelog: 9.3.2...9.4.0

9.3.2

04 May 08:43
4954c47
Compare
Choose a tag to compare

What's Changed

  • LDP-1321: Add more traits for phpstan FileUrlGeneratorTrait / DateFormatter by @vasike in #21

Full Changelog: 9.3.1...9.3.2

9.3.1

11 Mar 15:28
Compare
Choose a tag to compare

What's Changed

Adds missing changes from 9.2.x branch:

  • WV-4745: Add moddule_hander service trait. by @ivangrozni in #14
  • DEV-1939: Add github actions workflow - run php unit and code style checks. by @petarbasic in #18
  • DEV-1939: Refractor phpUnit test case usage. by @petarbasic in #20
  • LDP-1157: Add language manager trait. by @StavoveiC in #17

Full Changelog: 9.3.0...9.3.1

9.3.0

25 Nov 17:05
2290069
Compare
Choose a tag to compare

What's Changed

  • feature/LDP-1081: Update to D 9.3 by @vasike in #15

New Contributors

Full Changelog: 9.2.1...9.3.0

9.2.2

18 Nov 09:46
abfbca6
Compare
Choose a tag to compare

Add a Module handler service trait to the service utils.