Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@akade akade released this 16 Jun 17:35
· 10 commits to main since this release
0fcac95

What's Changed

  • Multi-keys everything: You can now use any index with multiple keys per element, whether it the keys must be unique or you want to index. Opens up lots of possibilities, especially for the text indices #110
  • Source-Link support (if it works, hence the beta tag)
  • Depricated .NET 7: You can still use the .NET 6 version in your .NET 7 app, but .NET 7 is deprecated as of 14.05.2024 and the explicit target has been removed #127

Note that in theory, the first change is a breaking change as you could theoretically have IEnumerable as keys themselves - which will now bind to the method that picks up the elements as individual keys. However, this would most likely have been unintended an hence, the change is not expected to break anyone.

Full Changelog: v1.1.0...v1.2.0