Skip to content

Releases: bigeasy/magazine

Magazine v6.0.0-alpha.0

19 Nov 01:18
Compare
Choose a tag to compare
Pre-release
  • Slight tidy of readme.t.js preamble. See #98.
  • Sketch of content cache. See #99.
  • Rethinking eviction iterator. See #97.
  • Convert to ES6. Closes #97.
  • Add chicklets and links to README.md. Closes #94.
  • Build with Actions, ship coverage to Codecov. Closes #95. Closes #96.
  • Add .npmignore. See #94.
  • Update .gitignore. See #94.
  • Upgrade proof to 9.0.2. Closes #92.
  • Update LICENSE for 2020. Closes #93.

Closes #101.

Magazine 0.0.15

15 Nov 17:02
Compare
Choose a tag to compare

Remove Magazine.get(). You must hold onto your cartridges yourself. I'm sure that this would be the behavior expected by most developers. I was being lazy for my own purposes, or too clever, or stupid.

Otherwise, this is maintenance release that maintains the development environment. This project is ready to be called 1.0.

Changes between v0.0.14...v0.0.15.

Magazine 0.0.14

20 Nov 05:51
Compare
Choose a tag to compare

Implement expire

Cache invalidation by timestamp is common enough that I don't want to continually reimplement it.

Issue by Issue

  • Implement expire. #64.

Magazine 0.0.7

12 Jan 06:52
Compare
Choose a tag to compare

LGPL 3.0

Magazine is used to implement the Strata b-tree. Strata will be released under
the LGPL 3.0. All the supporting libraries will also be released under LGPL 3.0.

Issue by Issue

  • Release version 0.0.7. #33.
  • Add LGPL 3.0. #32.