Changelog — Vali-Flow.NoSql.DynamoDB
All notable changes to this package are documented here.
Format: Keep a Changelog · Versioning: SemVer
[Unreleased]
[1.0.0] — Initial release
Added
DynamoFilterTranslator— translates Vali-Flow IR nodes into DynamoDBFilterExpressionstrings andExpressionAttributeValuesDynamoFilterExpression— holds the expression string and the attribute value map- Support for: equality, comparison, AND/OR/NOT, IN list, LIKE (
contains,begins_with,attribute_type), null checks (attribute_exists/attribute_not_exists) ValiFlowDynamoExtensions.ToDynamoFilter<T>()— extension method onValiFlow<T>- XML documentation on all public types and members