v0.1-alpha2
Pre-release
Pre-release
I've finally started a "production" project with Clear ORM ! So I found dozen of bugs; two critical bugs have been found, and have been fixed:
- Migration manager was accessing to Postgres on instantiation. It was not looking like a problem on the specs, but eventually when I started to write down my migrations, nothing was working 🤣
- Issues with timezone prevented the ORM to save correctly the Date in the database. It's now fixed: Date are stored at GMT hours in PG, and shown as server local timezone in the ORM.
- Many others "minors" issues have been founds.
The next move will be to finalize the CLI.
I'm currently working on a draft scaffolding project with kemal, clear and tree_template.
Thus it will allow CLI to generate all the files to start working with Clear + Kemal.
Once the CLI is stable enough, I'll build a release candidate, without the pre-release flag 👍 .
Cheers,