Skip to content

Releases: forgoer/thinkgo

v1.4.1

07 Feb 07:16
Compare
Choose a tag to compare
fix: GetLevel error

v1.4.0

07 Feb 04:55
Compare
Choose a tag to compare
feat: support single and rotate handler

V1.3.0

01 Feb 06:59
Compare
Choose a tag to compare
v1.3.0

feat: log support json format

V1.2.2

21 Jul 05:53
Compare
Choose a tag to compare
v1.2.2

fix: make FlushByPrefix to public in RedisStore

V1.2.0

20 Jul 07:03
Compare
Choose a tag to compare
v1.2.0

feat: cache support tag

V1.0.1

14 Jun 11:04
Compare
Choose a tag to compare
v1.0.1

feat: add increment/decrement in cache

ThinkGo 1.0.0

07 May 15:57
Compare
Choose a tag to compare

Migrate to forgoer

ThinkGo 0.3.0

20 Jan 10:43
c7f1892
Compare
Choose a tag to compare

Tell you later.

ThinkGo 0.2.0

17 Jul 11:36
a6923c9
Compare
Choose a tag to compare

ThinkGo is a lightweight MVC framework written in Go (Golang).

New

  • Added to write logs to files.

ThinkGo 0.1.1

28 Jan 11:27
991903d
Compare
Choose a tag to compare

ThinkGo is a lightweight MVC framework written in Go (Golang).

New Features

Cache

  • a cache library,it currently supports redis, memory, and can customize the store adapter.