1.16.0 (2024-12-09)
- key level permission will sanitize, include and exclude data being returned (f38232f)
1.15.0 (2024-11-04)
- prettier.config options (55eddb4)
- add prettier.config.js and format files (2d4c894)
1.14.5 (2024-09-21)
- crud-event (0b65dd4)
1.14.4 (2024-06-23)
- lock file (b7c8518)
1.14.3 (2024-06-23)
- lock file (6f4c338)
1.14.2 (2024-06-23)
- bump dependencies (8fde4fe)
1.14.1 (2024-06-23)
- update dependencies (c4bb197)
1.14.0 (2024-05-08)
- permissions: Add new operators '$storage', '$database', '$array', '$index' (cdbc51f)
1.13.3 (2024-02-05)
1.13.2 (2024-01-30)
- replaced this.user with $user_id (4b3c672)
1.13.1 (2024-01-17)
1.13.0 (2024-01-08)
- applied host to define environment/branch (56ff08a)
- bumped CoCreate dependencies to their latest versions (641c52b)
1.12.0 (2023-12-21)
- use dotNotation for merging keys (ac1177a)
1.11.0 (2023-11-25)
- update licensing details (df383e4)
- upgrade dependencies for latest features and fixes (6812dcc)
1.10.0 (2023-11-25)
- upgrade dependencies for latest features and fixes (8debcd8)
1.9.0 (2023-11-19)
- update dependecies for th latest features and bug fixes (47f173a)
1.8.2 (2023-11-12)
- bump dependencies for latest features (696dd55)
1.8.1 (2023-11-09)
- meta name typo (a21a4b5)
- return error if no authorization.actions (61cff63)
- typos (48eecb4)
- update crud methods (c416245)
- update host (a86a448)
1.8.0 (2023-11-03)
- 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)
- 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)
- await key to resolve, update filters (f69bdb7)
1.7.5 (2023-10-25)
- bump dependencies (bc6d918)
1.7.4 (2023-10-16)
- improved error handling (05dd30f)
1.7.3 (2023-10-14)
- bump dependencies (8ef2dc2)
1.7.2 (2023-10-09)
- bump cocreate dependency versions (95fcac0)
1.7.1 (2023-10-09)
- getAuthorization returns authorization object or promise, resulting in the key only being read once (7b490a5)
1.7.0 (2023-09-19)
- Update CoCreate dependencies to their latest versions (8666697)
1.6.6 (2023-09-18)
1.6.5 (2023-09-17)
- object.$filter (8f20e93)
1.6.4 (2023-08-21)
- update permission functions and variable to authorize for improved clarity and readability (05f6006)
1.6.3 (2023-08-21)
- removed build as no webpack.config exists (1beeb28)
1.6.2 (2023-08-21)
- use data.apikey (985bbcd)
1.6.1 (2023-08-21)
- bump dependencies (e9844c9)
1.6.0 (2023-08-21)
- Update cocreate dependencies for the latest features and bug fixes (59442d7)
1.5.1 (2023-08-21)
- /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js (c4155f3)
- add method to crud object (92c233a)
- replace cdn with /dist (795573d)
- update file uploader (95d8ad8)
1.5.0 (2023-08-17)
- bump cocreate dependencies for the latest updates and features (6614a3a)
1.4.0 (2023-08-16)
- 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)
- name attribute and variable renamed to key (e09073e)
1.3.14 (2023-06-14)
1.3.13 (2023-06-11)
1.3.12 (2023-06-11)
1.3.11 (2023-06-11)
- testing workflow (9223830)
1.3.10 (2023-06-11)
- testing workflow (982a214)
1.3.9 (2023-06-11)
1.3.8 (2023-06-11)
- testing workflow (23c7e49)
1.3.7 (2023-06-11)
1.3.6 (2023-06-11)
- postintall error (045a616)
1.3.5 (2023-06-11)
- @cocreate/cli moved to dependencies (3d5c834)
1.3.4 (2023-06-11)
1.3.3 (2023-06-11)
- renamed hosts to host. the value can be a string or an array of strings (80a0cf6)
1.3.2 (2023-06-10)
1.3.1 (2023-06-10)
1.3.0 (2023-06-08)
- Refactor CoCreate.config.js to remove hard-coded credentials (aaf5f58)
- Update automated.yml for CoCreate-docs with new environment variables (12d2fb8)
1.2.2 (2023-06-04)
1.2.1 (2023-06-04)
- semantic-release: worklow error solved by running node version 14 (111e8f2)
1.2.0 (2023-06-02)
- html formating (0882b10)
- Added support for utils package (c05d7da)
1.1.0 (2023-06-01)
- authorize: Add permission-based authorization function (dce152f)
- Initial release. Compares data with authorized object and removes keys user does not have authorization to access. (005b827)