Releases: Wissance/gwuu
Release v1.4.1
Fixed rest
package when we deal with 2 same routes by path but from different SubRouter()
Release v1.4.0
Added Collation support during database create
Release v1.3.0
Updated go version to 1.18, used generic interface in set of Check functions
Release v1.2.4
Added ability to check database if we create it during Open + function for Random Db create
Release v1.2.3
Now CORS were fully automated (added decorator function that wraps call of handler function)
Release v1.2.2
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
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
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
Removed sqlite and it's driver
Release v1.1.0
Switch to use gorm version 2 (gorm.io)