Skip to content

v2.0.0

Compare
Choose a tag to compare
@mirismaili mirismaili released this 17 Jun 09:13
· 20 commits to master since this release

2.0.0 (2019-06-17)

Bug Fixes

  • debug: Instance-property debug was removed and replaced with a static and global one (5540f26)

Code Refactoring

  • getVisualLength -> vLen: getVisualLength() was renamed to vLen() and was documented (998a7e7)

BREAKING CHANGES

  • debug: 1. Instance-property debug was removed and replaced with a static and global one
    2. debug-mode was disabled by default (debug.disable()). Even in DEBUG env-var presence.
    3. "<@MODULE_NAME@>:" prefix was added to debuggers' namespaces.
  • getVisualLength -> vLen: getVisualLength() was renamed to vLen()