Skip to content

Sugar 3.0.0

Compare
Choose a tag to compare
@Pante Pante released this 14 May 10:26
· 214 commits to master since this release

3.0.0 (14/05/2023)

This release is a complete rework of the library, capitalizing on the real-life experiences gained over the past 2 years.

  • Date-time and timezone API inspired by java.time.
  • Monads such as Result<S,F> & Maybe<T>.
  • Syntax sugar for aggregating & manipulating collections.
  • Types for representing and working with ranges & intervals.