NodeJS + Sequelize Changelog

Nodejs Changelog

  • v0.4.0 (2024-04-10)

    Implemented a new system for generating sample data using GPT, enabling the creation of more realistic and diverse data sets for testing purposes. This enhancement facilitates improved testing and more accurate simulation of real-world scenarios.
  • v0.3.9 (2024-03-21)

    Feature:
       - add calendar range filters
  • v0.3.8 (2024-02-29)

    - Implemented multitenancy support to allow multiple clients to use the same application instance while keeping their data separate.
    - Added tenant identification and isolation mechanisms to ensure data privacy and security.
    - Updated the database schema to accommodate tenant-specific data.
    - Added new API endpoints and modified existing ones to support tenant-related operations.
  • v0.3.7 (2024-02-06)

    Fixed: 
    - Email sending issue when password is missing from configuration
    - search with MySQL
    - creating widgets with MySQL
  • v0.3.6 (2024-02-01)

    - Implemented global search functionality.
    - Updated dependencies for performance optimization.
  • v0.3.5 (2024-01-23)

    Simplify findByPk call in API methods by removing unnecessary includes.
  • v0.3.4 (2024-01-19)

    - permissions creating for each new entity to the administrator role;
    - renaming permissions - previous permissions are deleted, new ones are added to the administrator role;
  • v0.3.3 (2023-12-22)

    Update role check in Services and add roles to config
  • v0.3.2 (2023-12-19)

    - Email credentials are updated
    - The bug with updating the user from the profile page is fixed 
    - App role attachment to the user during registration is added
    4. Password reset page is added
  • v0.3.1 (2023-12-15)

    Added a setting to disable sample data during project generating
  • v0.3.0 (2023-12-05)

    Fix role's errors
  • v0.2.9 (2023-11-29)

    Creation of widgets, bug fixing
  • v0.2.8 (2023-09-28)

    Update email config
  • v0.2.7 (2023-09-19)

    Bug Fix:
    Fixed Incorrect Roles and Permissions query in seeders
    (for MySql stack)
  • v0.2.6 (2023-09-18)

    Bug Fix:
         Incorrect migrations upon deletion of an entity and its related elements
  • v0.2.5 (2023-09-12)

    New feature:
         Create and assign user roles along with corresponding permissions
  • v0.2.4 (2023-09-06)

    Fixed:
        Define different associations for each relation on the same model
  • v0.2.3 (2023-09-04)

    New feature:
        Generate relation "has many" on each related model
  • v0.2.2 (2023-08-22)

    New features:
       Bulk import data
  • v0.2.1 (2023-07-27)

    The logic of email processing has been updated
  • v0.2.0 (2023-04-20)

    - Minor edits and enhancements
  • v0.1.9 (2023-01-11)

    Added option to create CSV files
  • v0.1.8 (2023-01-09)

    Refactoring count API
  • v0.1.7 (2022-12-30)

    Add support for Microsoft SQL Server 
  • 0.1.6 (2022-10-17)

    Fix relation_many bug, singup and users creating
  • 0.1.5 (2022-08-30)

    Fix reset password link, update mailer, fix foreign name.
  • v0.1.4 (2022-06-11)

    - fixing local DB naming bug
  • v0.1.3 (2022-05-20)

    Added to selector rows per page: option 50 and 100. Displaying all records without scroll
    Solved issue with editing of entities on the backend side
    Now administrator have possibility to change password for any user
  • v0.1.2 (2022-05-17)

    Fixed errors related to user update
  • v0.1.1 (2022-04-14)

    Google Cloud Storage support added
  • v0.1.0 (2019-05-26)