Skip to content

4.2.0

Compare
Choose a tag to compare
@maxime-beguin maxime-beguin released this 18 Oct 16:18
· 168 commits to master since this release

4.2.0 / 2017-10-18

NEW FEATURES

  • Add require('@openveo/api').util.areSameArrays to shallow validates that two arrays contain the same values, no more no less
  • Add require('@openveo/api').util.evaluateDeepObjectProperties to evaluate a path of properties on an object without making use of the JavaScript eval function
  • Add hook mechanism for plugins. Plugins can now use PluginApi.registerAction, PluginApi.unregisterAction and PluginApi.executeHook to respectively register an action on a hook, unregister an action from a hook and execute all registered actions for a hook
  • Add local, LDAP and CAS passport strategies with a factory. You can use this to facilitate the integration of passport authentications. Modules are exposed under require('@openveo/api').passport