Skip to content

Releases: torabian/fireback

v1.1.27: Fireback & Capacitor

20 Oct 17:07
948a261
Compare
Choose a tag to compare

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)

20 Jul 12:35
c8f7d41
Compare
Choose a tag to compare

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

07 Jun 19:21
92c393f
Compare
Choose a tag to compare

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

02 Jun 17:30
0cbfe35
Compare
Choose a tag to compare

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

02 Jun 00:43
26fc4ca
Compare
Choose a tag to compare
[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

25 May 21:18
ade17d8
Compare
Choose a tag to compare

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

25 May 20:38
fd80139
Compare
Choose a tag to compare

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

17 May 19:18
Compare
Choose a tag to compare

Updated the new code gen dependency hash.

v1.1.10: Fireback new project update

17 May 18:48
f1f7889
Compare
Choose a tag to compare

Fixes some issues when creating a new project on fireback to make it a bit easier for new developers.

v1.1.9

17 May 15:30
04c5ac3
Compare
Choose a tag to compare

Migration system changed, mysql, postgres connection improved.
Code gen for spring boot, fireback strings is also available.