Skip to content

Releases: forgoer/thinkgo

ThinkGo 0.1.0

22 Jan 02:25
Compare
Choose a tag to compare

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

New Features

Route Prefixes and Groups

  • Route Prefixes: The prefix method may be used to prefix each route in the group with a given URI
  • Route Groups: Allow you to share route attributes, such as Middleware or Prefixes

Middlewares

  • Middleware provide a convenient mechanism for filtering HTTP requests entering your application

Improvement

thinkgo.Response is adjusted to context.Response

ThinkGo 0.0.2

17 Jan 02:30
Compare
Choose a tag to compare

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

New Features

Logging

  • Support log,can be output in the terminal

Bug Fix

  • Content-Type header is not set according to context.Response

ThinkGo 0.0.1

25 Dec 07:37
Compare
Choose a tag to compare

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

The first release of ThinkGo:

  • Routing
  • Controller
  • Request
  • Response
  • View
  • HTTP Session