Skip to content

BagOfStuff ChangeLog

v0.2.0

Released: 2026-02-06

  • Added url_tools.looks_webish. (#9)

v0.1.0

Released: 2026-02-01

  • Pipe can now start with zero arguments. (#5)
  • Added Pipe.Nullary as the type to mark a pipe that takes no arguments. (#5)
  • An empty Pipe when called will now raise a TypeError. (#5)

v0.0.1

Released: 2026-01-31

  • Initial release to PyPI.