pastel 0.6.0 copy "pastel: ^0.6.0" to clipboard
pastel: ^0.6.0 copied to clipboard

A library for convinient code writing.

0.0.1 #

  • Initial version.

0.0.2 #

  • Add Option<T> class.

0.1.0 #

  • Add PastelError, ExceptionError, StringError class.
  • Change Result<O, E> to Result<O>.

0.1.1 #

  • Add example.dart file.

0.2.0 #

  • Add some iterable functions.
  • Add ImmutableList<T>, ImmutableMap<T> class.

0.3.0 #

  • Add Either<L, R> class.
  • Add cond<T, R>, match<T, R>, when<T, R> functions.
  • Add Scope<T> class.

0.3.1 #

  • Fix export path.

0.4.0 #

  • Change Scope<T>.let<R>'s return type to R form Result<R>.

0.5.0 #

  • Add mapLeftOr, mapRightOr functions for Either<L, R> class.
  • Add mapErr, mapErrOr functions for Result<T> class.
  • Update README.md.

0.5.1 #

  • Update README.md.

0.6.0 #

  • Add Reactive<T> class.
3
likes
0
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

A library for convinient code writing.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on pastel