All Versions
10
Latest Version
Avg Release Cycle
33 days
Latest Release
1475 days ago
Changelog History
Changelog History
-
v0.9.1 Changes
October 31, 2020 -
v0.9.0 Changes
October 12, 2020๐ Changelog
7e4b492 Explicit Association Autosave (#127)
9c78a91 Fix typo (#130)
5d77cf1 Has Through Schema (#128)
204f57f Many to Many Association - Struct definition (#121)
๐ 3aebb7b Move method comments to interface (#131)
0d98af4 Replace Codeclimate Coverage with Codecov (#123)
70d8118 fix: replace has many of composite primary key (#126)
3fb088c fix: select with alias (#122)
39a644b improve coverage (#124)
๐ 1d1e890 move docs to another repo (#120)
โฌ๏ธ 6cbd00f upgrade mkdocs (#119) -
v0.7.0 Changes
September 19, 2020 -
v0.6.0 Changes
August 15, 2020- ๐ฑ ๐ฅ Composite primary key (#86)
- ๐ฑ ๐ฅ Allow explicitly set value for primary key when inserting records (#82)
- ๐ Support partially specified custom primary key on bulk insert (#89)
- ๐ Allow no-op preload if association is already loaded (#84)
- [fix] Replace has many for non-autogenerated ids (#87)
- [fix] Postgres returning primary key (#88)
- ๐ [fix] Go 1.12 build pipeline (#83)
- [doc] add todo app example (#77)
- [doc] Create CONTRIBUTING.md (#80)
-
v0.5.0 Changes
June 20, 2020- ๐ Use context to manage transaction (#76)
- ๐ Improve test coverage and edge cases bug fix (#75)
- โก๏ธ Update all (#74)
- โ Added availability create adapters with already opened db (#69)
- ErrorFunc mutators (#71)
- ๐ fix soft delete all (#73)
- [doc] improve mobile readability and fix scrolling (#72)
- [doc] fix link (#68)
-
v0.4.0 Changes
May 24, 2020- ๐ Raw SQL Query Builder (#58)
- ๐ Changeset Modifier (#59)
- ๐จ Refactor modification to mutation (#60)
- ๐ Support Generating Diff for Associations on Changeset.Changes() (#62)
- Passing mutator options should not require explicit mutator (#63)
- โก๏ธ Option to disable cascade update (#64)
- Cascade delete (#65)
- ๐คก [fix] default to mock anything if mutators is nil (#66)
- โ [doc] Test transaction example (#55)
- โ [doc] Test Query Example (#54)
- [doc] fix the document mistake (#56)
- โ [doc] Test CRUD Example (#57)
- โ [doc] Test Association Example (#61)
- [doc] Mutations (#67)
-
v0.3.0 Changes
April 13, 2020- Instrumentation (#40)
- Iterator (#46)
- FindAndCountAll method useful pagination (#41)
- โก๏ธ more consistent expect insert/update api signature (#44)
- ๐ Supports error handling using errors.Is (#50)
- โ delete all only accepts query chain (#53)
- 0๏ธโฃ make default logger less verbose (#45)
- โก๏ธ Update travis ci (#51)
- [doc] add instrumentations and minor improvement (#52)
-
v0.2.0 Changes
February 28, 2020- โก๏ธ Optimistic DB Insert and Update (#33)
- Soft delete (#35)
- Introduce context in API (#34)
- implement ping (#36)
- ๐พ Save zero value when creating and updating with struct (#31)
- [fix] reset collection (#37)
- ๐ [fix] unscoped query builder (#38)
- โก๏ธ [fix] update not found when updating unchanged record (#39)
-
v0.1.1 Changes
January 04, 2020