Skip to content

Software Transactional Memory & Performance Release

Compare
Choose a tag to compare
@louthy louthy released this 17 Jul 10:36

Language-ext has been in beta for over a month, this is the first full release since. It features:

Breaking changes:

  • Seq<A> is now a struct and so can't be null. This mostly isn't a problem for code that needs to check for null to initialise the collection as empty, but if it does something else then that will fail. So, look for uses of Seq<A> and just validate that you'll be ok.