loop_visitor 0.4.2 loop_visitor: ^0.4.2 copied to clipboard
A way to loop through entities calling a user-defined handler on every iteration and process returned result
0.4.2 #
- Moved comments
0.4.1 #
- Upgraded packages
0.4.0 #
- Breaking: ditching FutureOr
0.3.1 #
- Website changed
0.3.0 #
- Added the new property:
VisitParams.pileup
0.2.1 #
- Additional publish for the previously missed commit
0.2.0 #
- Added getter properties isTake, isSkip and isStop for ViewResult
- Removed VisitParams.isLast as impossible to imlpement in stdin
0.1.1 #
- Added derived getter VisitParams.isLast
0.1.0 #
- Initial release.