1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
node-string-width (2.1.1-1) unstable; urgency=medium
* New upstream release
* Fix long description typo
* Bump standards version
-- Paolo Greppi <paolo.greppi@libpf.com> Mon, 30 Oct 2017 17:46:12 +0100
node-string-width (2.0.0-1) unstable; urgency=low
* Initial release (Closes: #845240, #842191)
* Add a patch to use mocha as test runner rather than ava and to
skip the xo style linter test step.
* Patch it to replace the dependency on is-fullwidth-code-point with
node-wcwidth.js.
* Add tests for zero-width non-joiners (ZWNJ) and zero-width joiners
(ZWJ) Unicode codepoints.
-- Paolo Greppi <paolo.greppi@libpf.com> Tue, 22 Nov 2016 11:01:22 +0000
|