Skip to content

BagOfStuff ChangeLog

v1.2.0

Released: 2026-07-03

  • Added a clear method to the history classes. (#21)

v1.1.0

Released: 2026-07-02

  • Added the ability to del from a history object. (#18)
  • Added cache.CacheManager. (#19)

v1.0.0

Released: 2026-06-23

  • Added cleaners.clamp. (#12)
  • Added history.SimpleHistory (#14)
  • Added history.NavigableHistory (#14)
  • Added history.RecencyHistory (#14)

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.