Ir al contenido principal

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 DynamoDB FilterExpression strings and ExpressionAttributeValues
  • DynamoFilterExpression — 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 on ValiFlow<T>
  • XML documentation on all public types and members