Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Releases: bxcodec/gotcha

v1.0.0

08 Mar 07:12
5fe9f58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0

v1.0.0-beta.8

28 Dec 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.8

v1.0.0-beta.3

27 Dec 03:07
16624e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

18 Apr 09:52
edea59d
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Features

  • feat(gotcha): add max-memory treshold (#20)

v1.0.0-beta.1

14 Apr 14:01
85d9e57
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Features

  • feat(lru): add expiry management (#16)
  • feat(lfu): add expiry management (#17)

Docs

  • docs(readme.md): add example with custom options in example
  • chore(gotcha): add LICENSE (#15)

Fix

  • fix(option): add constructor for options param (#14)

v1.0.0-beta

13 Apr 00:57
067ada9
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Features

  • feat(gotcha): add documentations and public API (#12)

v1.0.0-alpha

12 Apr 16:07
374970b
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Features

  • feat(lfu): add LFU algorithm (#8)
  • feat(gotcha): add LRU Cache (#3)
  • feat(gotcha): add gomod (#2)
  • feat(gotcha): init domain (#1)

Chores

  • chore(lru): add test case (#9)
  • chore(gotcha): add makefile (#6)