All Versions
42
Latest Version
Avg Release Cycle
15 days
Latest Release
1672 days ago

Changelog History
Page 3

  • v5.0.2 Changes

    December 14, 2019

    ๐Ÿ”„ Changelog

    5798e98 Bump version
    ๐Ÿ“ฆ 394b898 Fix models generated test package (#505)
    ๐Ÿ”จ bcfc830 Refactor Fizz fixer (#504)

  • v5.0.1 Changes

    December 14, 2019

    ๐Ÿ”„ Changelog

    51460c0 Align SQLite CreateDB behavior on other drivers (#503)
    6a0aa05 Bump version

  • v5.0.0 Changes

    December 12, 2019

    ๐Ÿ‘ Major version to introduce go modules and context.Context support!

    ๐Ÿš€ Thanks @duckbrain and @aeneasr for their help on this release.

    ๐Ÿ”„ Changelog

    7c234d6 Add FUNDING.yml (#492)
    589293a Add context.Context (#497)
    75bc832 Add go modules for v5 (#494)
    9c2efc2 Back to development
    944158f Bump version
    4e59167 Change migrator Status to accept a custom io.Writer (#498)
    8b36e0f Cockroach URL scheme is now postgres (#500)
    โœ… cb29068 Enable tests for pull requests
    1a8b147 Fix FUNDING.yml
    โœ… 8330442 Migrate CockroachDB SSL tests to GitHub actions (#496)
    ๐Ÿšš ce5cc01 Move tests to GitHub actions (#493)
    ๐Ÿšš 513e6eb Remove deprecated stuff (#495)

  • v4.13.1

    January 14, 2020
  • v4.13.0 Changes

    December 01, 2019

    ๐Ÿ›  MariaDB official support and several fixes and improvements.

    ๐Ÿ”„ Changelog

    11bd52a Add a driver for MariaDB (#454)
    32735d3 Add callback before validate (#450)
    fa6cc2d Adding model comment (#490)
    83761d7 Bump version
    6e21180 Improve has_many "missing field" error message (#480)
    ๐Ÿ“š b5e47d5 Improve tests and documentation for UpdateColumns function (#451)
    ๐Ÿ“œ 2a2287e Make SQLite URL parser aware of options (#481)
    ๐Ÿ”€ 1d70017 Merge branch 'development'
    ๐Ÿณ f8da582 Move test data to testdata dir & remove unneeded Dockerfile (#452)
    โช 91c1962 Revert "Using ModelSuite for the generated model tests"
    39043e3 Use db tag to customize ID field (#453)
    d9c4e3c Use pkg name in tableMap for unique cache keys (#479)
    โœ… d81c752 Uses ModelSuite for generated model tests (#489)
    โœ… 6602fc7 Using ModelSuite for the generated model tests

  • v4.12.2 Changes

    October 19, 2019

    ๐Ÿ”„ Changelog

    af91c62 Bump version
    1c19a1a Fix create_table must be in plural form (#448)
    88a44ed Improve dialect_common Quote function (#445)
    ๐Ÿ”€ 633326f Merge branch 'development'
    8c9b756 Prevent TruncateAll from emptying the migration table (#443)

  • v4.12.1 Changes

    October 05, 2019

    ๐Ÿ”„ Changelog

    โšก๏ธ c21e5c8 Add method to update (one or multiple rows) specifying the columns to be updated (#437)
    6c1d2c2 Bump version
    d04f898 Fix compilation errors with model generator (#442)
    ๐Ÿ”€ 841453f Merge branch 'development'

  • v4.12.0 Changes

    September 21, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 080cc84 Upgrade goreleaser config (#431)
    ๐Ÿ‘ aa19b35 Add support for jsonapi in models generator (#434)
    55a7e42 Allow setting connection max lifetime (#424)
    โœ… 99e77bf Bump Azure tests to go 1.13 (#439)
    219ea04 Convert models generator to Genny (#356)
    29f3fda Fix broken redirection for nulls (#427)
    ๐Ÿ›  535a7bd Fixed column order (#430)
    ๐Ÿ”€ c464414 Merge branch 'development'
    fa578ca Migrate fizz & SQL migrations generators to genny (#432)
    c73d3a9 Split dialect interface (#426)
    โšก๏ธ 5959846 Update randx to fix race conditions (#433)
    3ef63dc close file after using (#435)

  • v4.11.6 Changes

    August 28, 2019

    ๐Ÿ”„ Changelog

    aab726f Bump version
    โšก๏ธ 27cf9ff Update randx to fix race conditions (#433)

  • v4.11.5 Changes

    August 27, 2019

    ๐Ÿš€ This patch release fixes an issue with escaped column names order.

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 2f9268d Upgrade goreleaser config (#431)
    a5b28c0 Bump version
    ๐Ÿ›  afc9671 Fixed column order (#430)