Skip to content

Releases: mirismaili/text-wrapper

v2.0.2

14 Jul 03:49
Compare
Choose a tag to compare

2.0.2 (2019-07-14)

Bug Fixes

  • devDependencies: Vulnerabilities were fixed (except one in typedoc) (6cbcb21)

v2.0.1

24 Jun 18:44
Compare
Choose a tag to compare

2.0.1 (2019-06-24)

Bug Fixes

  • rollup: Global Debug -> debug (+ Some other little improvements and corrections) (b6d4b50)

v2.0.0

17 Jun 09:13
Compare
Choose a tag to compare

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()

v1.1.1

14 Jun 10:45
Compare
Choose a tag to compare

1.1.1 (2019-06-14)

Features

  • TextWrapper.ts: wrapper() function (static-method) was added to do the job easier (4e2c232)

v1.0.0

10 Jun 03:55
Compare
Choose a tag to compare

1.0.0 (2019-06-10)

Bug Fixes

  • puppeteer: The problem caused by global installed puppeteer was solved by reverting it to dev (c11e927)

Code Refactoring

  • TextWrapper.ts: 1. Default wrapOn value was changed from 120 to 100 (d84139b)

Features

  • Main algorithm and API: 1. Main algorithm was changed to support indentations correctly (e12bcb7)

Performance Improvements

BREAKING CHANGES

  • TextWrapper.ts: 1. Default wrapOn value was changed from 120 to 100
    2. DEF_WRAP_STYLE => DEF_WRAP_OPTIONS