This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Releases: kamalshkeir/kago
Releases · kamalshkeir/kago
v0.8.6
format files
v0.8.4
.
v0.7.7
testing and linting
v0.7.5
linting
v0.7.2
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
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
make assets repo dynamic
v0.6.3
make middlewares overritable like handlers
v0.6.1
fix cross origin when bind host to 0.0.0.0
v0.5.3
fix