Skip to content

Releases: 21TORR/RadBundle

3.5.0

27 May 08:28
3.5.0
0649f0d

Choose a tag to compare

🎁 New Features

  • Add TranslationHelper.

✨ Improvements

  • Allow TranslatableInterface instead of only TranslatableMessage everywhere.

What's Changed

Full Changelog: 3.4.6...3.5.0

3.4.6

18 May 15:54
3.4.6
0f55e8d

Choose a tag to compare

✨ Improvements

  • Made detection of rewritable paths in ImportData more robust.

What's Changed

  • Made detection of rewritable paths in ImportData more robust. by @apfelbox in #58

Full Changelog: 3.4.5...3.4.6

3.4.5

04 May 09:19
3.4.5
5d122d9

Choose a tag to compare

✨ Improvements

  • Add ApiResponseNormalizer::createResponse().

👋 Deprecations

  • Deprecate DoctrineChangeChecker.

🛠️ Internal

  • Add tests for AbilitiesVoter.

What's Changed

  • Deprecate/Remove Doctrine change checker by @apfelbox in #56
  • Add ApiResponseNormalizer::createResponse() by @apfelbox in #57

Full Changelog: 3.4.4...3.4.5

3.4.4

23 Jan 17:45
3.4.4
7205028

Choose a tag to compare

✨ Improvements

  • Add option to EntityModel::update() to skip marking the entity as modified.

What's Changed

  • Add option to EntityModel::update() to skip marking the entity as mo… by @apfelbox in #55

Full Changelog: 3.4.3...3.4.4

3.4.3

23 Jan 16:16
3.4.3
8825a58

Choose a tag to compare

✨ Improvements

  • Add annotation to improve autocompletion.

What's Changed

Full Changelog: 3.4.2...3.4.3

3.4.2

18 Jan 20:55
3.4.2
00d470a

Choose a tag to compare

✨ Improvements

  • Add EntityModel::refresh().

What's Changed

Full Changelog: 3.4.1...3.4.2

3.4.1

09 Jan 15:40
3.4.1
ac8c205

Choose a tag to compare

✨ Improvements

  • Normalize empty strings in ImportData to null.

What's Changed

  • Normalize empty strings in ImportData to null by @apfelbox in #52

Full Changelog: 3.4.0...3.4.1

3.4.0

23 Dec 15:31
3.4.0
2d28512

Choose a tag to compare

🎁 New Features

  • Add ImportData helper VO.

✨ Improvements

  • Log raw JSON when fetching the JSON content from a request fails.
  • Add EntityModel::persist() as unified add/edit.
  • Require PHP 8.4+

What's Changed

  • Log raw JSON when fetching the JSON content from a request fails by @apfelbox in #50
  • ImportData + EntityModel::persist() by @apfelbox in #51

Full Changelog: 3.3.0...3.4.0

3.3.0

28 May 15:20
3.3.0
e1979a2

Choose a tag to compare

🎁 New Features

  • Add user-readable error message in ApiResponse.

What's Changed

Full Changelog: 3.2.2...3.3.0

3.2.2

24 Sep 09:34
3.2.2
bcfe358

Choose a tag to compare

✨ Improvements

  • Make NotNull error messages more user-friendly.
  • Add ArrayAccess support to ArgumentBag.

What's Changed

  • Make NotNull error messages more user-friendly by @apfelbox in #47
  • Add array access support to ArgumentBag by @apfelbox in #48

Full Changelog: 3.2.1...3.2.2