Releases: scrambledeggs/booky-go-common
Releases · scrambledeggs/booky-go-common
v1.3.3
In this release
- Make pagination metadata values int64
v1.3.2
In this release
- Rename api-gateway-response dir to apigatewayresponse
v1.3.1
In this release
- separate single and multiple success response functions
v1.3.0
In this release
- api gateway response helpers
- assertion functions helpers
- update mod sum
v1.2.0
In this release
- Go workspace
- Slices functions
- Logger helper
v1.1.4
In this release:
- apply custom marshal to empty values on nested maps as well
v1.1.2
In this fix:
- trying to tidy up dependencies
v1.1.1
In this fix:
- Updated go modules for
marshalling
module
v1.1.0
In this release:
- Added new module called
marshalling
containing a single function called CustomMarshalMap
which takes a struct and converts it to map[string]*dynamodb.AttributeValue
while keeping empty values in order to persist it to dynamoDB tables.