DCL

An elegant OOP with mixins + AOP for JavaScript.

Micro update: 1.0.2

New update was pushed out. Changes:

  • Some instances of new Function were replaced with function(){} to bypass Content Security Policy restrictions, because new Function even without any parameters is considered to be eval (???), and forces to allow eval globally.

This update doesn’t affect any functionality, and can be safely skipped, if you don’t work with security-constrained environments.