Releases: torabian/fireback
v1.2.4: Ultimate release
Latest build of the fireback, which includes all the bugfixes.
v1.2.3
Fireback v1.2.3
Minor improvements, adding the replica feature preview.
v1.2.2: Split workspaces and core
Splits the workspaces and abac module, promoting the microservices more.
v1.2.1 - Nullable values, microservice improvement.
v1.2.1
The changes planned for 1.2.1 are the following:
- Separate the build flows on github actions, create 2 test flow for app on mysql and sqlite
- Test and fix the issues with exporting
- Use nullable values across the project
- Make sure capabilities use . instead of slash, and add title/description to all
- Complete all functions to use optional override functions for EntityActions instead of direct function
- React.js sidebar bugfix on mobile, also fix the pull to refresh plugin.
- Build the capacitor version as well on the githubactions for android.
- Fix the child project OpenAPI documentation
- Disable the ID numeric primary key in the entities
- Self service user can change the password
- Add duration field type into the fireback
- React Native login using self-service
- Black overlay on some cases on react.js
- WorkspaceType, WorkspaceConfig, SelfService UIs
- Complete the Root menu
- Refactor front-end code into selfservice and manage
- Add google authentication
- Remove test command internally, and plan for testing product beforehand.
- Interface to manage users for Workspace Admin and root.
- Add vite React.js project demo with self service portal
- Role creation needs to be shortened to the role that user specific permissions, or admin only can create new roles.
- Allow customization of the token reading/creation scenario, for microservice projects.
- Add production flag, and disable mock, wipe, delete functionality.
- New data table and sorting fix, with mapping query string in golang, cli and http mapping
v1.1.28
v1.1.28
The release for February 2025. Extreme clean up, full support for intellisense, completed the documentation.
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