Releases: go-aah/essentials
Releases · go-aah/essentials
v0.8.0 Release
v0.7 Release
Changelog
- Base64 encoding byte slice to byte slice
- Secure Random and Math Random string & byte slice
v0.6 Release
Changelog
- Added nil check for close quite
- go-aah/aah#69 reusable format flag parser
- Added method FilesPathExcludes and DirsPathExcludes
- Code improvement
v0.5 Release
Changelog:
- go-aah/aah#20 - random string generation using crypto and byte mask
v0.4 Release
Changelog:
- go-aah/aah#21 GUID generater added
v0.3 Release
Changelog:
StripExt
fix index byte to last index byte- Adapting to test case to versioning
- Improved travis build config
Package Versioning and more
- Added following handy methods in v0.2:
- Package versioning
aahframework.org/essentials.v0
DirsPath
method returns all directories path from given base path recursively or current directoryFilesPath
method returns all files absolute path from given base path recursively or current directoryStripExt
method returns name of the file without extensionStrToBytes
method returns bytes value for given string valueZip
method creates zip archive for given file or directoryCloseQuietly
method supportsvarargs
- Package versioning
v0.1 Initial Release
Glad to make first version of essentials
library release.
go get -u aahframework.org/essentials