Skip to content

Releases: alexisvisco/amigo

v0.0.13-alpha release

29 Nov 18:56
Compare
Choose a tag to compare

Breaking change :

  • better consistency, use main.go generated for the whole cli
  • better support for unsuported drivers
  • change config to contexts.yml, better support for multiple db with the cli

v0.0.12-alpha

08 Nov 10:22
Compare
Choose a tag to compare

BREAKING CHANGE: migrations are now in db/migrations.

  • better logging support
  • possibility to migrate using schema.sql (for fresh installs)
  • dump the schema via amigo schema
  • dump the schema via migrate/rollback cmd (-d flag)
  • update documentation

v0.0.11-alpha

05 Nov 09:00
Compare
Choose a tag to compare
  • BREAKING CHANGE: default amigo folder is now inside migrations/db
  • feature: Query with auto closing of rows

v0.0.10-alpha

31 Oct 12:37
Compare
Choose a tag to compare

refactor: better errors

v0.0.9-alpha

31 Oct 09:59
Compare
Choose a tag to compare

BREAKING CHANGE: changing the id column to version in the table mig_schema_migrations

v0.0.8-alpha

31 Oct 08:59
Compare
Choose a tag to compare

feature: add raw sql support

v0.0.7-alpha

30 May 07:03
Compare
Choose a tag to compare
  • support unknown dsn

v0.0.6-alpha

27 May 19:29
Compare
Choose a tag to compare
  • support for enums
  • remove scanny dependencies

v0.0.5-alpha

27 May 06:28
0ee9811
Compare
Choose a tag to compare
  • fix syntax highlighting

v0.0.4-alpha

25 May 10:10
8790c85
Compare
Choose a tag to compare
  • feature: add change column default, add table comment