Skip to content

Latest commit

 

History

History
418 lines (189 loc) · 18 KB

CHANGELOG.md

File metadata and controls

418 lines (189 loc) · 18 KB

1.14.4 (2024-06-23)

Bug Fixes

1.14.3 (2024-06-23)

Bug Fixes

1.14.2 (2024-06-23)

Bug Fixes

1.14.1 (2024-06-23)

Bug Fixes

1.14.0 (2024-05-08)

Features

  • permissions: Add new operators '$storage', '$database', '$array', '$index' (cdbc51f)

1.13.3 (2024-02-05)

Bug Fixes

1.13.2 (2024-01-30)

Bug Fixes

  • replaced this.user with $user_id (4b3c672)

1.13.1 (2024-01-17)

Bug Fixes

  • get user from socket or data (1e3a821)
  • update to support new query system (0ddfeca)

1.13.0 (2024-01-08)

Bug Fixes

  • applied host to define environment/branch (56ff08a)

Features

  • bumped CoCreate dependencies to their latest versions (641c52b)

1.12.0 (2023-12-21)

Features

  • use dotNotation for merging keys (ac1177a)

1.11.0 (2023-11-25)

Bug Fixes

  • update licensing details (df383e4)

Features

  • upgrade dependencies for latest features and fixes (6812dcc)

1.10.0 (2023-11-25)

Features

  • upgrade dependencies for latest features and fixes (8debcd8)

1.9.0 (2023-11-19)

Features

  • update dependecies for th latest features and bug fixes (47f173a)

1.8.2 (2023-11-12)

Bug Fixes

  • bump dependencies for latest features (696dd55)

1.8.1 (2023-11-09)

Bug Fixes

1.8.0 (2023-11-03)

Bug Fixes

  • if organization_id does not exist error (5dbdd8f)
  • improve authorization promise handling (df00618)
  • Improve conditions (689e6fa)
  • request.request param removed (06a656d)
  • update dependencies to the lates versions (0a19463)

Features

  • check if authoriztion keys has a query operator and apply query (e2dfa5c)
  • support adding querires for crud methods (9b68d24)

1.7.6 (2023-10-26)

Bug Fixes

  • await key to resolve, update filters (f69bdb7)

1.7.5 (2023-10-25)

Bug Fixes

1.7.4 (2023-10-16)

Bug Fixes

  • improved error handling (05dd30f)

1.7.3 (2023-10-14)

Bug Fixes

1.7.2 (2023-10-09)

Bug Fixes

  • bump cocreate dependency versions (95fcac0)

1.7.1 (2023-10-09)

Bug Fixes

  • getAuthorization returns authorization object or promise, resulting in the key only being read once (7b490a5)

1.7.0 (2023-09-19)

Features

  • Update CoCreate dependencies to their latest versions (8666697)

1.6.6 (2023-09-18)

Bug Fixes

  • Add path and pathname (dbc1944)
  • Update dCoCreate dpendencies to latest versions (cc7bbec)

1.6.5 (2023-09-17)

Bug Fixes

1.6.4 (2023-08-21)

Bug Fixes

  • update permission functions and variable to authorize for improved clarity and readability (05f6006)

1.6.3 (2023-08-21)

Bug Fixes

  • removed build as no webpack.config exists (1beeb28)

1.6.2 (2023-08-21)

Bug Fixes

1.6.1 (2023-08-21)

Bug Fixes

1.6.0 (2023-08-21)

Features

  • Update cocreate dependencies for the latest features and bug fixes (59442d7)

1.5.1 (2023-08-21)

Bug Fixes

1.5.0 (2023-08-17)

Features

  • bump cocreate dependencies for the latest updates and features (6614a3a)

1.4.0 (2023-08-16)

Bug Fixes

  • crud attributes renamed (6c66db2)
  • Refactored *-target to *-selector (bc6e173)
  • typo crud.sent updated to crud.send (a705592)
  • webpack.config and package.json make use of mode=production instead of process.env (94334dc)

Features

  • name attribute and variable renamed to key (e09073e)

1.3.14 (2023-06-14)

Bug Fixes

1.3.13 (2023-06-11)

Bug Fixes

1.3.12 (2023-06-11)

Bug Fixes

1.3.11 (2023-06-11)

Bug Fixes

1.3.10 (2023-06-11)

Bug Fixes

1.3.9 (2023-06-11)

Bug Fixes

1.3.8 (2023-06-11)

Bug Fixes

1.3.7 (2023-06-11)

Bug Fixes

1.3.6 (2023-06-11)

Bug Fixes

1.3.5 (2023-06-11)

Bug Fixes

  • @cocreate/cli moved to dependencies (3d5c834)

1.3.4 (2023-06-11)

Bug Fixes

1.3.3 (2023-06-11)

Bug Fixes

  • renamed hosts to host. the value can be a string or an array of strings (80a0cf6)

1.3.2 (2023-06-10)

Bug Fixes

1.3.1 (2023-06-10)

Bug Fixes

1.3.0 (2023-06-08)

Bug Fixes

  • Refactor CoCreate.config.js to remove hard-coded credentials (aaf5f58)

Features

  • Update automated.yml for CoCreate-docs with new environment variables (12d2fb8)

1.2.2 (2023-06-04)

Bug Fixes

1.2.1 (2023-06-04)

Bug Fixes

  • semantic-release: worklow error solved by running node version 14 (111e8f2)

1.2.0 (2023-06-02)

Bug Fixes

Features

  • Added support for utils package (c05d7da)

1.1.0 (2023-06-01)

Features

  • authorize: Add permission-based authorization function (dce152f)

1.0.0 (2023-05-31)

Features

  • Initial release. Compares data with authorized object and removes keys user does not have authorization to access. (005b827)