Version 0.1.0 2020-12-21

  • Initial Release

  • Added a NEWS.md file to track changes to the package.

Version 0.2.0 2021-01-06

Version 0.3.0 2021-02-05

  • Changed the Iterator to use an environment as a backend instead of a list, and added clone()

  • Added a well-defined search path for Iterators

  • Made error messages more clear for Iterator

  • Added move_while()

  • Added access to the current iteration number with .iter

  • Completely changed the move_*() backend to use yield_*()

  • Changed the we_have() backend to be fully lazy

  • Removed dependency on {purrr}

  • Added new features to set comprehension with Iterators