1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
node-string-width (4.2.0-1) unstable; urgency=medium
* Team upload
[ Paolo Greppi ]
* Update Vcs fields for migration to https://salsa.debian.org/
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Xavier Guimard ]
* Declare compliance with policy 4.5.0
* Fix test, then prove that 01-wcwidth.diff patch is wrong
* Use pkg-js-tools auto install
* Add "Rules-Requires-Root: no"
* Embed is-fullwidth-code-point and drop 01-wcwidth.diff patch
* Embed component: emoji-regex
* New upstream version 4.2.0
* Add lintian overrides
* Update test (use tape)
-- Xavier Guimard <yadd@debian.org> Wed, 29 Apr 2020 10:12:57 +0200
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
|