Releases: dynamitephp/dynamite
Releases · dynamitephp/dynamite
v0.0.7
v0.0.6
[0.0.6] - 2025-01-04
Added
- Handling nested item collections
v0.0.5
[0.0.5] - 2024-08-18
Added:
- Added
nodashfilter
Removed:
- Removed support for
doctrine/annotations
v0.0.4
[0.0.4] - 2022-06-05
Changed:
- Renamed
Dynamiteclass toItemManager - Renamed
DynamiteRegistrytoItemManagerRegistry
Removed
- Moved Symfony Bundle to separate project
v0.0.3
[0.0.3] - 2021-03-13
Added:
- Changing case of params injected to keys in
@DuplicateTo
v0.0.2
[0.0.2] - 2021-01-30
Added
- Support for collection of objects passed to
NestedValueObjectAttribute
Fixed
AbstractAttribute#assertPropertiesPresencenow returns an exception with valid Attribute FQCN- changed test paths in psalm config
0.0.1
[0.0.1] - 2021-01-09
Added
- DynamiteRegistry for managing multiple DynamoDbClients
- Added
DuplicateToannotation handling - Added
DynamiteTestSuiteHelperTraitutil for unit tests - Added Symfony bundle and
jadob/jadobservice provider - Added
SingleTableService#writeRequestBatchmethod - Added class stubs for DynamoDB API requests/responses
- Added
QueryIterator - Added
CachedItemMappingReader - Getting and putting an item in
ItemRepository - Support for custom
ItemRepositoryclasses
Changed
- New project directory structure
- NestedItem config is now stored in
ItemMapping