Skip to content

Releases: dynamitephp/dynamite

v0.0.7

21 Mar 22:43

Choose a tag to compare

[0.0.7] - 2025-03-21

Fixed

  • More getting rid of annotations

v0.0.6

04 Jan 21:43

Choose a tag to compare

[0.0.6] - 2025-01-04

Added

  • Handling nested item collections

v0.0.5

17 Aug 22:34

Choose a tag to compare

[0.0.5] - 2024-08-18

Added:

  • Added nodash filter

Removed:

  • Removed support for doctrine/annotations

v0.0.4

04 Jun 22:46

Choose a tag to compare

[0.0.4] - 2022-06-05

Changed:

  • Renamed Dynamite class to ItemManager
  • Renamed DynamiteRegistry to ItemManagerRegistry

Removed

  • Moved Symfony Bundle to separate project

v0.0.3

17 Mar 18:10

Choose a tag to compare

[0.0.3] - 2021-03-13

Added:

  • Changing case of params injected to keys in @DuplicateTo

v0.0.2

30 Jan 01:43

Choose a tag to compare

[0.0.2] - 2021-01-30

Added

  • Support for collection of objects passed to NestedValueObjectAttribute

Fixed

  • AbstractAttribute#assertPropertiesPresence now returns an exception with valid Attribute FQCN
  • changed test paths in psalm config

0.0.1

09 Jan 16:34

Choose a tag to compare

[0.0.1] - 2021-01-09

Added

  • DynamiteRegistry for managing multiple DynamoDbClients
  • Added DuplicateTo annotation handling
  • Added DynamiteTestSuiteHelperTrait util for unit tests
  • Added Symfony bundle and jadob/jadob service provider
  • Added SingleTableService#writeRequestBatch method
  • Added class stubs for DynamoDB API requests/responses
  • Added QueryIterator
  • Added CachedItemMappingReader
  • Getting and putting an item in ItemRepository
  • Support for custom ItemRepository classes

Changed

  • New project directory structure
  • NestedItem config is now stored in ItemMapping