Releases: dictyBase/arangomanager
Releases · dictyBase/arangomanager
v0.4.0
0.4.0 (2023-08-03)
Bug Fixes
- database_test.go: change randomString function call to RandomString to match function name (32b5c34)
- test_common.go: import correct crypto/rand package for generating random numbers (85485a4)
- testarango.go: fix import statements and function names to improve code readability and semantics (8fa1c16)
Features
- test_common.go: add FixedLenRandomString function to generate a random string of fixed length (51ca4b4)
v0.3.4
0.3.4 (2022-08-23)
Bug Fixes
- remove dead variable (c63b411)
- use list iterator to stringify (efa6897)
v0.3.3
0.3.3 (2022-08-12)
Bug Fixes
- add function to stop addition of extra paren (cc5359d)
- fix all linting erros (f952759)
- fix short variable length (393ab2e)
v0.3.2
0.3.2 (2022-07-08)
Bug Fixes
- fix bunch of linting errors (2c956a1)
- fix var name length linting error (434b23e)
v0.3.0
0.3.0 (2021-04-17)
Features
- add truncate method (9e0244b)
- add truncate method for collections (ac2c6f4)
v0.2.3
0.2.3 (2020-11-10)
Bug Fixes
- fix the map type (d016524)
- update tilde operator in checkAndQuote function (6586fa7)