Skip to content

Releases: go-aah/essentials

v0.8.0 Release

21 Jun 04:28
c79d02c
Compare
Choose a tag to compare

Changelog

  • Added URL helper methods (IsValidURL, IsRelativeURL and IsAbsURL)
  • Added ess.Valuer interface
  • Godoc update

v0.7 Release

29 Sep 19:27
63371a7
Compare
Choose a tag to compare

Changelog

  • Base64 encoding byte slice to byte slice
  • Secure Random and Math Random string & byte slice

v0.6 Release

23 Jul 00:04
cf06313
Compare
Choose a tag to compare

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

07 Apr 20:38
a3d8131
Compare
Choose a tag to compare

Changelog:

  • go-aah/aah#20 - random string generation using crypto and byte mask

v0.4 Release

30 Mar 07:59
5efd287
Compare
Choose a tag to compare

Changelog:

v0.3 Release

16 Mar 22:59
5f508bc
Compare
Choose a tag to compare

Changelog:

  • StripExt fix index byte to last index byte
  • Adapting to test case to versioning
  • Improved travis build config

Package Versioning and more

03 Mar 21:31
003d0b0
Compare
Choose a tag to compare
  • 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 directory
    • FilesPath method returns all files absolute path from given base path recursively or current directory
    • StripExt method returns name of the file without extension
    • StrToBytes method returns bytes value for given string value
    • Zip method creates zip archive for given file or directory
    • CloseQuietly method supports varargs

v0.1 Initial Release

22 Jan 20:53
52dd1e8
Compare
Choose a tag to compare

Glad to make first version of essentials library release.

go get -u aahframework.org/essentials