Skip to content

Releases: Wissance/gwuu

Release v1.4.1

17 Jan 06:58
Compare
Choose a tag to compare

Fixed rest package when we deal with 2 same routes by path but from different SubRouter()

Release v1.4.0

26 Oct 16:51
Compare
Choose a tag to compare

Added Collation support during database create

Release v1.3.0

07 Sep 04:31
Compare
Choose a tag to compare

Updated go version to 1.18, used generic interface in set of Check functions

Release v1.2.4

13 Apr 17:24
Compare
Choose a tag to compare

Added ability to check database if we create it during Open + function for Random Db create

Release v1.2.3

28 Mar 12:13
Compare
Choose a tag to compare

Now CORS were fully automated (added decorator function that wraps call of handler function)

Release v1.2.2

22 Mar 08:35
Compare
Choose a tag to compare

Same as v1.2.0? however here we have some trouble with package Caching (because i deleted already tag 1.2.0), but previous 1.2.0 was incorrect

Release v1.2.0

21 Mar 18:51
Compare
Choose a tag to compare
Release v1.2.0 Pre-release
Pre-release

Added gorilla/mux HandlerFunc register simultaneously with OPTION handler on same resource (And you will forget about CORS forever)

USE 1.2.2

Release v1.1.2

29 Jan 11:43
Compare
Choose a tag to compare

Added testingutils package with a set of CheckType* functions that allows to compare arrays of primitive types:

  • []string,
  • []int,
  • []int32,
  • []uint32,
  • []int64,
  • []uint64,
  • []float32,
  • []float64,
  • []complex64,
  • []complex128)

These functions could compare an arrays with order of array items and without order. Also all these function could return comparison result without assertion (assertErr param set to false) or could assert

Release v1.1.1

05 Oct 13:07
Compare
Choose a tag to compare

Removed sqlite and it's driver

Release v1.1.0

01 Oct 06:53
Compare
Choose a tag to compare

Switch to use gorm version 2 (gorm.io)