Skip to content

v1.1.0

Choose a tag to compare

@bfren bfren released this 08 Feb 16:32
· 186 commits to main since this release
ee387d5

Breaking changes

  • Bringing Json implementation together in All project (#12)
  • Major updates to IEnumerable extension methods and features (#13)
  • Serialise Numeric ID values as numbers (#14)
  • Renaming IUnion / Union types (#22) - now IMonad / Monad
  • Renaming function args for If extensions (#29)
  • Improving Id interfaces for use in entities (#31)

Major changes

  • Enabling LINQ queries containing both Maybe and Result (#4)
  • Improving object Wrap (#18)
  • Improving performance of F.Format (#24)

Minor changes

  • Improving test coverage (#6)
  • Enabling package validation (#7)
  • Fixing tests (#16)
  • Fixing F.Format when passed a single value (#19)
  • Using async keyword to simplify asynchronous calls (#27)

Full Changelog: v1.0.0...v1.1.0