Releases: irdaislakhuafa/go-sdk
Releases · irdaislakhuafa/go-sdk
v0.0.9
What's Changed
- added method to parse template without return errors by @irdaislakhuafa in #27
- Revert "added method to parse template without return errors" by @irdaislakhuafa in #28
- added method to parse template without return errors by @irdaislakhuafa in #29
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- added string template format support by @irdaislakhuafa in #25
- added more codes for go-identiface and codes for str template by @irdaislakhuafa in #26
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- added code to identify start and end of code for each context by @irdaislakhuafa in #23
- enable jwt generate/validate/extract support with github.com/golang-jwt/jwt/v5 by @irdaislakhuafa in #24
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- added codes.Code to identiface err from go-identiface by @irdaislakhuafa in #22
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- added support for argon2 hash and compatible with nodejs lib
https://github.com/ranisalt/node-argon2.git
by @irdaislakhuafa in #18 - added code for hashing with bcrypt by @irdaislakhuafa in #19
- added test for cost 10 and nodejs lib compatibility https://github.com/kelektiv/node.bcrypt.js by @irdaislakhuafa in #20
- added support to send smtp mail with go-mail by @irdaislakhuafa in #21
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- added method to encrypt and decrypt text with AES-256-GCM algorithm by @irdaislakhuafa in #12
- fix typo at calling method GetCaller() in log by @irdaislakhuafa in #13
- remove unused codes by @irdaislakhuafa in #14
- added method to generate hash with SHA-256 algoritm by @irdaislakhuafa in #15
- added OOP style for encrypt/decrypt data with AES-256-GCM by @irdaislakhuafa in #16
- added some list http header by @irdaislakhuafa in #17
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- write simple readme by @irdaislakhuafa in #6
- added code to transform http status text to multiple language by @irdaislakhuafa in #7
- added code to make it easier to identify errors by @irdaislakhuafa in #8
- added
errors
package to make easier to manage, handle and identify errors in golang by @irdaislakhuafa in #9 - added
appcontext
package to store some values at context by @irdaislakhuafa in #10 - added
log
package to make it easier to tracking log with multi-level log in golang by @irdaislakhuafa in #11
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- downgrade go version from 1.21.4 => 1.20 by @irdaislakhuafa in #5
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- added method to use condition like ternary operator by @irdaislakhuafa in #1
- added method to convert value to pointer by @irdaislakhuafa in #2
- added files utilities by @irdaislakhuafa in #3
- added method to check is string value is number (not character) by @irdaislakhuafa in #4
New Contributors
- @irdaislakhuafa made their first contribution in #1
Full Changelog: https://github.com/irdaislakhuafa/go-sdk/commits/v0.0.1