Releases: bigeasy/magazine
Releases · bigeasy/magazine
Magazine v6.0.0-alpha.0
- 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
to9.0.2
. Closes #92. - Update
LICENSE
for 2020. Closes #93.
Closes #101.
Magazine 0.0.15
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.
- Build on Travis CI without
sudo
. e716f2f. - Remove
Magazine.get()
. #70, a4e9ad2, c74d317. - Fix
license
field inpacakge.json
. 3d5abec. - Add link to Francesco Mari's article in
README.md
. fe28ba4. - Upgrade Proof to 0.0.56. #68, #69, #67, 7e0f41e, 94689b9, 6bc361d.
- Create a Markdown
README.md
. dd08798. - Code tidy. 0d2e8b9, 2a5c63d, cf97ab9, a4ab474, e46732a, 25c1135, 99b93d6, b51196c, ba8d999.
- Update Travis CI publish passphrase. 6d25000.
- Update license for 2015. 74a76de.
Changes between v0.0.14...v0.0.15.
Magazine 0.0.14
Implement expire
Cache invalidation by timestamp is common enough that I don't want to continually reimplement it.
Issue by Issue
- Implement
expire
. #64.