Releases: zyndex-drive/server
Releases · zyndex-drive/server
Release 0.2.0-36
Bug Fixes 🛠
- models/policy: fix policy model schema (856923a)
Features 🔥
- plugins/auth: use policy documents from the database to check policies (4ff04f8)
Code Refactoring 🖌
- plugins/google: fix the callback hell with .then chaining (c614139)
Release 0.2.0-35
Code Refactoring 🖌
- templates: refactor policy, role templates to use the new objectid function (05c86ce)
Bug Fixes 🛠
- models: update some model type configurations (361ea6b)
Features 🔥
- auth: auth plugin - viewer accept function (ca80236)
- auth: auth plugin - viewer blacklist function (90c3a02)
- auth: update policy-checker function to use heirarchy checker (627eccd)
- plugins/auth: write a new heirarchy checker for auth plugin (712e655)
Release 0.2.0-34
Build System 🏗
- fix build script to remove obfuscation (a009ac3)
- update build script (d076707)
Features 🔥
- models: update pending-user schema type (443754f)
- plugins/auth: auth plugin - viewer accept function (d214c99)
- plugins/auth: create a helper function for checking user policies (4d9c32c)
Code Refactoring 🖌
- templates: fix objectid in role templates (eb84cb9)
Bug Fixes 🛠
Release 0.2.0-32
CI 🛠
- build: update build script (6ad0e4a)
Build System 🏗
- webpack: add webpack to bundle all the files to a single file (d6ae2d9)
Release 0.2.0-31
CI 🛠
- build: add support for minification for final code (9c993dd)
- scripts: update build and deploy scripts (836d93d)
- scripts: update deploy script (a8de306)
Release 0.2.0-30
Bug Fixes 🛠
- models: fix encrypt settings for some models (59b59d4)
Others 🔧
- vscode: add vscode build and test tasks (9a5c047)
CI 🛠
- scripts: update build scripts, remove travis-ci (11edd05)
Release 0.2.0-29
Others 🔧
- vscode: add vscode launch configurations (1acd7a8)
CI 🛠
- scripts: add deploy and build scripts for ci (7b7b8a5)
- travis: add travis-ci configuration (cedea5c)
- yarn: add yarn workspace and version plugins, update package.json script (23116de)
Release 0.2.0-28
Tests 🧪
- refactor all tests to seperate files and seperate api and unit tests (0875840)
- tests: add chai-each package (e9ad014)
Bug Fixes 🛠
- setup/roles: fix redundant response which crashed server (dae65a6)
Release 0.2.0-27
Features 🔥
- models: add a new model - templates for managing email templates (4b33fe9)
- plugins/db: write a base64 encode plugin for mongoose (d07a652)
Bug Fixes 🛠
- models: fix types for various models (17919b2)