Changelog
[1.0.6] - 01-02-2021
- [FIX] added migration for fixing table collation differences. Only for MySQL databases.
[1.0.5] - 13-01-2021
- [FIX] on schema update, fields are stored as object instead of array.
- Added migration-status and ability to remove migration.
- [CORE] Migration destroy command.
- Added support for schema column filters, like [Sales] > 100 and [Category] = A
[1.0.4] - 24-12-2020
- Added user license check, how many users left.
- Added API dynamic filters.
- Added migration for fixing older schemas to have the
primary_keys
option.
- Changed default decimals from 12 to 18 numbers.
- [FIX] Schema's missing
primary_keys
option.
- [FIX] Updating schema's on the same table sometimes updates the wrong schema.
- [FIX] cast
0000-00-00
or 0000-00-00 00:00:00
to null.
- [CORE] Changed datetime schema method from
timestampTz
(unsupported for change) into datetimeTz
.
- [CORE-FIX] improved boolean validation/casting.
- [CORE-FIX] On schema update, lookup was based on table instead of key.
- [CORE-FIX] Change schema field type.
- [CORE] Added license check command.
[1.0.3] - 15-12-2020
- Updated extension to 1.0.3
- Updated management console to 1.0.2
- Added extra user license check, see how many users are left on the license.
[1.0.2] - 14-12-2020
- Updated core to 1.0.4
- Fixed collaboration replies not shown as reply
- Fixed issue where comments could not be editted
- Fixed license check
[1.0.1] - 10-12-2020
[1.0.0] - 03-12-2020
[1.0.0-rc.3]
- Added API endpoint for downloading trex file.
[1.0.0-rc.2] - 06-10-2020
- Check if migration and storage folder folder exists.
- Added resources folder in build.
- Added 2 new functions:
schema_key
and date_now
.
schema_key
: determines on the database connection if the schemakey should be uppercased.
date_now
: generates a Carbon\Carbon
instance (default Laravel/Zero) or DateTime
.
- On API Tableau auth create user via core.
- Fixed: open direct extension urls.
- Fixed: type difference error on verifyUser.
- Fixed: Remove migration from system table instead of forced mysql connection.
- Fixed: API transformer: numbers didnt cast properly.
[1.0.0-rc.1] - 05-10-2020
- Added info for installation/development.
- Added writeback logo, favicon and proper title.
- Changed landing page now showing writeback extrmeme logo.
[0.2.0] - 10-08-2020
IMPROVEMENTS
- Added annotation style for comments.
- On crash allow user to reset extension.
- Improved routing for tabs/schemas.
- Start on Zustand store implementation instead of Context.
- Added upgrade screen in the backend.
BUGFIX
- Fixed missing authorization column or worksheet.
- Fixed bug for loading annotation
- Fixed bug for loading multiple tabs and mark selection using wrong data mark for retrieving data.
[0.1.4] - 07-08-2020
- Disabled compression for core build.
- Added multi tab support.
[0.1.3] - 27-07-2020
- Bugfix for windows directory paths.
[0.1.2]- 10-07-2020
- Undo installation menu cause of the unsupported windows cases.
- Fixed typo in deployer to beta server and builder.
- Fixed installation menu bug.
[0.1.1] - 09-07-2020
- Added installatio menu.
- Added make trex file in installation menu.
[0.1.0] - 08-07-2020