Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Releases: kamalshkeir/kago

v0.8.6

04 Aug 16:14
Compare
Choose a tag to compare
format files

v0.8.4

04 Aug 12:22
Compare
Choose a tag to compare
.

v0.7.7

02 Aug 06:28
Compare
Choose a tag to compare
testing and linting

v0.7.5

01 Aug 04:01
Compare
Choose a tag to compare
linting

v0.7.2

31 Jul 22:21
Compare
Choose a tag to compare

Now AutoMigrate can handle deleting foreign keys, unique indexes, ... , which was not possible using sqlite but work with postgres and mysql, i manage to this by removing the table let's say bookmarks, create new table bookmarks_temp, copy all data from old to temp, drop bookmarks, rename bookmarks_temp -> bookmarks

v0.7.0

29 Jul 19:50
Compare
Choose a tag to compare

New powerfull migration tool using AutoMigrate, it will sync with database on number of fields and user can make decision to correct the data directly from the terminal prompt

v0.6.4

27 Jul 18:44
Compare
Choose a tag to compare
make assets repo dynamic

v0.6.3

26 Jul 21:29
Compare
Choose a tag to compare
make middlewares overritable like handlers

v0.6.1

26 Jul 20:52
Compare
Choose a tag to compare
fix cross origin when bind host to 0.0.0.0

v0.5.3

25 Jul 17:02
Compare
Choose a tag to compare
fix