What's Changed
- Install and configure linter and formatter, check some lint issues, format the code and add some github actions by @mde-pach in #3
- Fix small typos in README.md + add .idea/ to .gitignore by @ivanPrunier in #4
- Create demo option on create command. by @pbrochar in #7
- Add exception that handle error message printing in the cli (temporary fatorization) and use the only existing blitz app if there is only one and no blitz app name is specified by @mde-pach in #5
- Change the file format of the blitz file and add internal (need to be renamed) fields with their
_
preffix by @mde-pach in #6 - Update doc by @pbrochar in #8
- update doc by @pbrochar in #9
- Dotenv support by @pbrochar in #11
- Add dynamic print version and fix little bug. by @pbrochar in #10
- Fix name bug for create command by @pbrochar in #13
- Refacto Page System by @pbrochar in #12
- Create LICENSE by @pbrochar in #15
- change github workflow for documentation by @pbrochar in #17
- Feature/UI/new components by @pbrochar in #19
- fix preprompt by @pbrochar in #21
- Feature/add tests by @mde-pach in #20
- set hot reload to false to avoid using the factory of uvicorn (should be hardset in tests imo) by @mde-pach in #23
- create CNAME by @pbrochar in #24
- Feature/admin html by @pbrochar in #22
- Feature/playground by @pbrochar in #26
- replace localhost with 0.0.0.0 by @mde-pach in #27
- update host by @pbrochar in #28
- upgrade project by @pbrochar in #30
- remove refreshable header by @pbrochar in #31
- fix on gpt key by @pbrochar in #32
- Feature/clone by @pbrochar in #33
- Feature/doc quickstart by @pbrochar in #34
- block pre prompt edition in read only by @pbrochar in #35
- remove unused folder by @pbrochar in #36
- Feature/replace localhost by @mde-pach in #29
- fix bug by @pbrochar in #38
New Contributors
- @mde-pach made their first contribution in #3
- @ivanPrunier made their first contribution in #4
Full Changelog: v0.1.0...v0.2.0