Releases: torabian/fireback
v1.1.27: Fireback & Capacitor
v1.1.27
Delivers more details to the projects generated with fireback. Check main branch commits for history.
v1.1.26: React.js and React native generators upon creating a new project (#56)
v1.1.26
Add's the React.js and React native project building. For example:
To create a 'front-end' folder inside project with react.js:
fireback new --ui
Similar, you can add also a react native project inside the new project:
fireback new --app
Both projects will have a similar structure, and include a copy of fireback UI components,
hooks, and you can modify them.
v1.1.18: Installers, Messages, Mysql tests
In this version there are major changes on the product internally.
The API is slightly changed, you need to rebuild your project with 1.1.18 to make it work.
1- LSP language server is more accurate for suggestions
2- there is 'messages' in Module3.yml files, which will be translated error messages.
3- Microservice support initials
4- Installers for windows and debian package are added
5- Open API is added
6- Fireback UI is added by default
7- Fireback init is more expresssive
8- VSQL is added, tested against mysql
9- Tests are running green again
v1.1.17: Formatted code, VSQL and Mysql Cte fix
In this version VSQL format has been introduced, go generated files are being formatted, java files also formatted but not enforced.
v1.1.15: LSP Language server and VSCode extension
[v1.1.14]: LSP language server, better migration. (#43) * Correct binary address on cli * Easier new project generation with fireback
v1.1.13: Fireback EntityBundle included
Adding new modules to fireback needed more manual work before. Now, we create EntityBundle, which has all details about an entity, and by adding it to the module, it would work right away.
v1.1.12 - Better testing on creating new project
This is the pre-dependency for version v1.1.13, which will go to pkg.
Download version 1.1.13 instead.
v1.1.11: Fireback new project update
Updated the new code gen dependency hash.
v1.1.10: Fireback new project update
Fixes some issues when creating a new project on fireback to make it a bit easier for new developers.