Skip to content

Releases: djherbis/stow

v2.0.1

11 Feb 02:05
Compare
Choose a tag to compare
  • fixed typos in documentation
  • added release shield
  • added report card shield

v2.0.0

11 Feb 01:58
Compare
Choose a tag to compare
  • Get/Put/Pull now accept an interface{} for the key, and act like GetKey/PutKey/PullKey did in v1. The *Key methods have been removed.

v1.1.0

10 Feb 18:42
Compare
Choose a tag to compare
  • Added GetKey, PullKey, and PutKey which work like Get, Pull, and Put but allow for []byte, string, or an encodable value (via the stores Codec).
  • #4 Resolved by allowing ForEach to take a function of key + value.

v1.0.0

07 Feb 22:45
Compare
Choose a tag to compare
only run coveralls if not a pull request