pastel 0.5.0
pastel: ^0.5.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,StringErrorclass. - Change
Result<O, E>toResult<O>.
0.1.1 #
- Add
example.dartfile.
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 toRformResult<R>.
0.5.0 #
- Add
mapLeftOr,mapRightOrfunctions forEither<L, R>class. - Add
mapErr,mapErrOrfunctions forResult<T>class. - Update
README.md.