Skip to content

Releases: zotonic/depcache

2.0.0

27 Jan 07:58
fa72b28
Compare
Choose a tag to compare

What's Changed

  • Remove call to module from value lookup function. by @mworrell in #15
  • Replace dicts with maps (and more) by @Maria-12648430 in #16
  • Remove dict/gbtrees sub-key lookups. by @mworrell in #17
  • fix {depcache,init,1,[{file,"src/depcache.erl"},{line,758}] by @leeyisoft in #19
  • Monitor the process which creates the memo value by @mmzeeman in #20

New Contributors

Full Changelog: 1.10.0...2.0.0

1.10.0

15 Sep 09:21
4beb553
Compare
Choose a tag to compare

What's Changed

  • mix style documentation by @rustkas in #12
  • fix memo_key/1 check Argument is_function by @leeyisoft in #13
  • Replace convoluted dict lookup with dialyzer nowarn directive. by @mworrell in #14

New Contributors

Full Changelog: 1.9.0...1.10.0

1.9.0

07 May 11:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.1...1.9.0

1.6.0

13 Sep 09:07
96b88c8
Compare
Choose a tag to compare

Fixed cache cleanup process for OTP 17 and 18.

1.4.0

10 Jul 11:51
Compare
Choose a tag to compare
Rename 'maxage' to 'max_age'.  Issue https://github.com/zotonic/zoton…