Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 12:02
· 199 commits to refs/heads/main since this release
dc575b3

πŸš€ New Features

  • Adds the ability to build filters in stages in the RedisCollection (#157)
  • Adds the ability to perform Any Queries inside arrays in your Model (#151)

πŸ› Bug Fixes

  • Fix issue in saving a RedisCollection that has been enumerated multiple times. Resets the data in a collection with each enumeration.(#153)
  • Fixes issue with updating booleans where the C# and JSON string representations of booleans did not line up (#152)

🧰 Maintenance

  • docs: Clarify the IndexedAttribute usage (#142)
  • Updating release drafter to match current standard (#141)
  • cleaning getawaiters out of tests (#140)

Contributors

We'd like to thank all the contributors who worked on this release!

@chayim, @rpf3 and @slorello89