Skip to content

Releases: 21TORR/RadBundle

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

3.2.1

08 Jul 11:56
3.2.1
716fb8b

Choose a tag to compare

✨ Improvements

  • Use unsigned ints for id fields in the database.

🛠️ Internal

  • Simplify types of ArgumentBag.
  • Only ignore a single PHPStan issue for the container helper in BaseController.

What's Changed

  • Simplify types of ArgumentBag by @apfelbox in #44
  • Only ignore a single PHPStan issue for the container helper in `BaseC… by @apfelbox in #45
  • Use unsigned ints for id fields by @apfelbox in #46

Full Changelog: 3.2.0...3.2.1

3.2.0

06 Jun 11:57
3.2.0
1ced500

Choose a tag to compare

🎁 New Features

  • Add ArgumentBag.

What's Changed

Full Changelog: 3.1.1...3.2.0

3.1.1

13 Mar 12:38
3.1.1
fb55178

Choose a tag to compare

✨ Improvements

  • Mark method as deprecated in PHPDoc as well.

What's Changed

  • Mark method as deprecated in PHPDoc as well by @apfelbox in #37

Full Changelog: 3.1.0...3.1.1