func_dart_core 0.5.2 copy "func_dart_core: ^0.5.2" to clipboard
func_dart_core: ^0.5.2 copied to clipboard

outdated

Functional Dart provides tools for writing functional code in Dart, emphasizing immutability, function composition, type safety, and avoiding the `dynamic` type.

0.1.0 #

  • Initial pre-release.

0.1.1 #

  • Change name to func_dart_core.

0.2.0 #

  • Add double
  • Add nonemptylist
  • Add list

0.2.1 #

  • Update list to implement Iterable

0.3.0 #

  • Add flip to function
  • Add intersection and symmetricDifference to list

0.4.0 #

  • Add every, isSubset, isSuperset and similar to list

0.5.0 #

  • Add of, zero, flatten, compact, seperate, and filter
  • Add sequenceList and traverseList to Option
  • Add sequenceList and traverseList to Either
  • Add sequenceList and traverseList to TaskEither
  • Update ImmutableList and Option equality logic
  • Invert match order for Predicate
  • Add validation examples
  • Remove refinements
  • Update match to use Dart's exhaustive matching
  • Update README

0.5.1 #

  • Add and update README files

0.5.2 #

  • Refactor to use exhaustive matching
  • Update links for example README
3
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Functional Dart provides tools for writing functional code in Dart, emphasizing immutability, function composition, type safety, and avoiding the `dynamic` type.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection

More

Packages that depend on func_dart_core