Skip to content

Commit

Permalink
Prepare for launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed May 14, 2023
1 parent ea8ea88 commit 1c13ab1
Show file tree
Hide file tree
Showing 74 changed files with 1,108 additions and 1,029 deletions.
10 changes: 10 additions & 0 deletions sugar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 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`](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/package-summary.html).
* Monads such as `Result<S,F>` & `Maybe<T>`.
* Syntax sugar for aggregating & manipulating collections.
* Types for representing and working with ranges & intervals.


## 2.4.1 (02/12/2022)

This release fixes `Equality.equals(...)` accepting a `dynamic` instead of `Object`.
Expand Down
1 change: 1 addition & 0 deletions sugar/lib/math.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
library sugar.math;

import 'dart:math';

import 'package:sugar/src/math/numbers.dart';
import 'package:sugar/src/math/random.dart';

Expand Down
Loading

0 comments on commit 1c13ab1

Please sign in to comment.