Skip to content

Releases: twaddell/MessagePack.LanguageExt

4.0.10

Choose a tag to compare

@twaddell twaddell released this 30 Jun 09:13
671a33f

What's Changed

Full Changelog: 4.0.0...4.0.10

v4.0.0

Choose a tag to compare

@twaddell twaddell released this 12 Nov 19:16
2516ed2
  • Updated to LanguageExt 4.2.9
  • Updated to MessagePack 2.5.192

Full Changelog: 3.0.14...4.0.0

v3.0.14

Choose a tag to compare

@twaddell twaddell released this 15 Feb 12:17
f2e2291
  • Updated to LanguageExt 4.0.3
  • Updated to MessagePack 2.4.59
  • Updated to only target .Net Standard 2.0

v2.0.8

v2.0.8 Pre-release
Pre-release

Choose a tag to compare

@twaddell twaddell released this 26 Mar 13:41
498ba47
  • Improvements to NewType resolving without attributes

v2.0.4

v2.0.4 Pre-release
Pre-release

Choose a tag to compare

@twaddell twaddell released this 26 Mar 09:51
77e77aa
  • Fixed package version numbers
  • Updated to .Net Framework 4.6.1

v2.0.0

v2.0.0 Pre-release
Pre-release

Choose a tag to compare

@twaddell twaddell released this 26 Mar 09:33
814bb13
  • Updated to LanguageExt 3.3.51.
  • Updated to MessagePack 2.1.90
  • Added NewType formatter

v1.0.11

v1.0.11 Pre-release
Pre-release

Choose a tag to compare

@twaddell twaddell released this 28 Oct 22:29
e3ba9d4

Initial release with support for LanguageExt types:

  • Arr<T>
  • Seq<T>
  • Lst<T>
  • Map<K,V>
  • Set<T>
  • HashSet<T>
  • HashMap<K,V>
  • Que<T>
  • Stck<T>
  • Option<T>
  • Either<L,R>