All Versions
10
Latest Version
Avg Release Cycle
33 days
Latest Release
1270 days ago

Changelog History

  • v0.9.1 Changes

    October 31, 2020

    ๐Ÿ”„ Changelog

    676fe74 CLI: run migration with -mod=mod and add validation (#137)

  • 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.8.0 Changes

    September 27, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ“š 603003a Better documentation website (#111)
    bb73e4b Migrate Travis to Actions (#112)
    4e9c4ca Migrate git repository (#117)
    5c7e4bb Migration CLI Enhancement (#114)

  • v0.7.0 Changes

    September 19, 2020

    ๐Ÿ”„ Changelog

    50e77c1 Drop go1.10 and go1.11 (#95)
    ceff628 Migration CLI (#94)
    ๐Ÿš€ 985dd85 Publish prebuilt binary on release (#105)
    edf9bec Replace snakecase with snaker (#96)
    3af9e73 Schema migration API (#79)
    adf665b fix: iid typo (#90)
    a3c0a8c fix: handle unexported struct field (#91)

  • 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
    • โœ… [reltest][doc] fix docs example and add missing reltest.New method (#27)
    • โœ… [reltest] emulate inc dec (#26)
    • [doc] fix assoc guide and add social footer (#25)
    • [doc] fix paginations (#24)