PackageTrack
Sign in Get early access

github.com/didi/gendry

v1.9.0 #1040 most downloaded on Go modules didi/gendry

What this package is like to depend on

Last release 1 years ago

12 Mar 2025

Release timing varies

gaps range from 8 days to 1.3 years

Some releases are documented

notes for 9 of 17 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

60 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

60 releases · Feb 2018 to Mar 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60
  1. v1.9.1-0.20250312033045-e6d8f5cfe40e 12 Mar 2025 pre-release

    Nothing published for this version

  2. v1.9.1-0.20250211025143-0e169a4fa52a 11 Feb 2025 pre-release

    Nothing published for this version

  3. v1.9.0 09 Jul 2024
    Release notes

    What's Changed

    • If map key is prefixed with _custom_, its value must be a builder.Comparable, which people can implement their own type to insert custom sql. by @jiangwei2514 in #151
    • Add some helper functions for JSON type. by @jiangwei2514 in #151

    New Contributors

    Full Changelog: v1.8.2...v1.9.0

    Open source →
  4. v1.8.3-0.20240709131639-07898fad15f0 09 Jul 2024 pre-release

    Nothing published for this version

  5. v1.8.2 26 Sep 2023
    Release notes

    What's Changed

    • fix bug: manager settings set blank value option missing by @twz915 in #145
    • builder where & update support Raw SQL by @twz915 in #147
    • feat: build delete support limit by @twz915 in #148

    Full Changelog: v1.8.1...v1.8.2

    Open source →
  6. v1.8.2-0.20230926123849-47b22f059022 26 Sep 2023 pre-release

    Nothing published for this version

  7. v1.8.2-0.20230924135520-19c2de2cabb4 24 Sep 2023 pre-release

    Nothing published for this version

  8. v1.8.2-0.20230814112046-da75d5e2c1b6 14 Aug 2023 pre-release

    Nothing published for this version

  9. v1.8.1 10 Aug 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.8.0...v1.8.1

    Open source →
  10. v1.8.1-0.20230810011940-b1ded9ca5bdb 10 Aug 2023 pre-release

    Nothing published for this version

  11. v1.8.1-0.20230320052108-dbb28729cc7e 20 Mar 2023 pre-release

    Nothing published for this version

  12. v1.8.0 22 Jul 2022
    Release notes

    New Features

    Open source →
  13. v1.7.1-0.20220722123117-becd38a899fa 22 Jul 2022 pre-release

    Nothing published for this version

  14. v1.7.1-0.20220714020026-bf9e04a9c2f0 14 Jul 2022 pre-release

    Nothing published for this version

  15. v1.7.1-0.20210323123312-67b08c6c80a4 23 Mar 2021 pre-release

    Nothing published for this version

  16. v1.7.0 10 Mar 2021
    Release notes

    Add

    • when value is a slice, in keyword is omitable
    map[string]interface{}{
      "foo in": []int{1,2,3},
    }
    
    // equals to
    map[string]interface{}{
      "foo": []int{1,2,3},
    }

    Fix

    • if an object implements sql.Scanner, it'll take over the Scan job
    Open source →
  17. v1.6.1-0.20210310140854-0f24429cfa23 10 Mar 2021 pre-release

    Nothing published for this version

  18. v1.6.1-0.20210224021459-1d0b691a12ac 24 Feb 2021 pre-release

    Nothing published for this version

  19. v1.6.1-0.20210114084143-faf1a3a92a44 14 Jan 2021 pre-release

    Nothing published for this version

  20. v1.6.1-0.20210109022624-0f58e6b04f9e 09 Jan 2021 pre-release

    Nothing published for this version

  21. v1.6.0 12 Dec 2020
    Release notes
    • support _limit in BuildUpdate
    • optimize unnecessary map copy, which makes gendry run much faster
    Open source →
  22. v1.5.0 21 Aug 2020
    Release notes
    • support build insert on duplicate
    • update doc
    • support _lockMode
    • Fix bug of wrongly trimed quota field
    Open source →
  23. v1.4.1-0.20200720033254-25636c83483e 20 Jul 2020 pre-release

    Nothing published for this version

  24. v1.4.0 07 Jul 2020
    Release notes

    enhance #74: builder relax the syntax restriction of orderby operator (

    …#87)

    * enhance #74: builder relax the syntax restriction of orderby operator

    * enhance #74:add errOrderByValueType

    * enhance #85:builder supports uppercase operators (#86)

    * enhance #74: builder relax the syntax restriction of orderby operator

    * enhance #74:add errOrderByValueType

    Open source →
  25. v1.3.3-0.20200620035421-aa576ce9f44d 20 Jun 2020 pre-release

    Nothing published for this version

  26. v1.3.3-0.20200610070725-8d6f9ca97498 10 Jun 2020 pre-release

    Nothing published for this version

  27. v1.3.3-0.20200609075206-6f8a89c0e33d 09 Jun 2020 pre-release

    Nothing published for this version

  28. v1.3.3-0.20200321013457-01536e416008 21 Mar 2020 pre-release

    Nothing published for this version

  29. v1.3.2 14 Jan 2020

    Nothing published for this version

  30. v1.3.2-0.20191024093145-cf6c62ba49dd 24 Oct 2019 pre-release

    Nothing published for this version

  31. v1.3.2-0.20190926020610-b4a91be7ca31 26 Sep 2019 pre-release

    Nothing published for this version

  32. v1.3.1 05 Aug 2019
    Release notes

    Fix bug of _orderby&_groupby.

    in mysql manual:

    Parameter markers can be used only where data values should appear, not for SQL keywords, identifiers, and so forth.

    see also: issue mysql manual

    Open source →
  33. v1.3.0 27 Jul 2019

    Nothing published for this version

  34. v1.2.2-0.20190725135440-99697cb4b747 25 Jul 2019 pre-release

    Nothing published for this version

  35. v1.2.1 13 Jul 2019

    Nothing published for this version

  36. v1.2.0 05 Jul 2019

    Nothing published for this version

  37. v1.1.2 05 Jul 2019

    Nothing published for this version

  38. v1.1.2-0.20190515105941-89d258d3c094 15 May 2019 pre-release

    Nothing published for this version

  39. v1.1.1 14 May 2019

    Nothing published for this version

  40. v1.1.0 26 Apr 2019

    Nothing published for this version

  41. v1.0.0 18 Apr 2019

    Nothing published for this version

  42. v0.0.0-20250312033045-e6d8f5cfe40e 12 Mar 2025 pre-release

    Nothing published for this version

  43. v0.0.0-20200114094151-12de8d68c133 14 Jan 2020 pre-release

    Nothing published for this version

  44. v0.0.0-20190926020610-b4a91be7ca31 26 Sep 2019 pre-release

    Nothing published for this version

  45. v0.0.0-20190805065935-e07ac043fbdd 05 Aug 2019 pre-release

    Nothing published for this version

  46. v0.0.0-20190713073417-55d5813be6fc 13 Jul 2019 pre-release

    Nothing published for this version

  47. v0.0.0-20190515105941-89d258d3c094 15 May 2019 pre-release

    Nothing published for this version

  48. v0.0.0-20190514040458-73b79979fe1e 14 May 2019 pre-release

    Nothing published for this version

  49. v0.0.0-20190308015720-ea1a1e605683 08 Mar 2019 pre-release

    Nothing published for this version

  50. v0.0.0-20181130031158-f5e3f3365e4c 30 Nov 2018 pre-release

    Nothing published for this version

  51. v0.0.0-20181120145609-6b4cca2697e8 20 Nov 2018 pre-release

    Nothing published for this version

  52. v0.0.0-20180920025600-c4058e196c61 20 Sep 2018 pre-release

    Nothing published for this version

  53. v0.0.0-20180919091356-65c6ff9dc16b 19 Sep 2018 pre-release

    Nothing published for this version

  54. v0.0.0-20180802022646-626747a33fde 02 Aug 2018 pre-release

    Nothing published for this version

  55. v0.0.0-20180627030925-8be9c3b4654a 27 Jun 2018 pre-release

    Nothing published for this version

  56. v0.0.0-20180510055850-309d85fd6290 10 May 2018 pre-release

    Nothing published for this version

  57. v0.0.0-20180409013202-d6f8bebc9bc4 09 Apr 2018 pre-release

    Nothing published for this version

  58. v0.0.0-20180403014217-6ab6c245cf76 03 Apr 2018 pre-release

    Nothing published for this version

  59. v0.0.0-20180308123513-1c30ac849af9 08 Mar 2018 pre-release

    Nothing published for this version

  60. v0.0.0-20180201081901-39711d17e06c 01 Feb 2018 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive