Skip to content

Releases: scrambledeggs/booky-go-common

v1.3.3

19 Jul 01:50
Compare
Choose a tag to compare

In this release

  • Make pagination metadata values int64

v1.3.2

12 Jul 04:51
Compare
Choose a tag to compare

In this release

  • Rename api-gateway-response dir to apigatewayresponse

v1.3.1

12 Jul 04:32
afd7208
Compare
Choose a tag to compare

In this release

  • separate single and multiple success response functions

v1.3.0

10 Jul 03:58
7aa1b75
Compare
Choose a tag to compare

In this release

  • api gateway response helpers
  • assertion functions helpers
  • update mod sum

v1.2.0

29 Jan 03:45
b40aac3
Compare
Choose a tag to compare

In this release

  • Go workspace
  • Slices functions
  • Logger helper

v1.1.4

10 Oct 06:09
0663a08
Compare
Choose a tag to compare

In this release:

  • apply custom marshal to empty values on nested maps as well

v1.1.3

04 Oct 04:34
Compare
Choose a tag to compare
Pull from master

v1.1.2

03 Oct 08:52
ddb19ea
Compare
Choose a tag to compare

In this fix:

  • trying to tidy up dependencies

v1.1.1

03 Oct 07:16
64d725b
Compare
Choose a tag to compare

In this fix:

  • Updated go modules for marshalling module

v1.1.0

03 Oct 06:29
1488a26
Compare
Choose a tag to compare

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.