CommanderRoot
9b334123f1
replace deprecated String.prototype.substr() ( #876 )
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-17 14:36:24 +01:00
Taylor Everding
d177f2bc36
Remove accidental epizeuxis
2021-05-22 09:46:22 +02:00
omg
1e9d38c2e6
cache enabled status per-logger ( #799 )
...
Co-authored-by: Qix <Qix-@users.noreply.github.com>
2020-12-09 16:34:56 +01:00
Josh Junon
e2d3bc9e42
add deprecation notice for debug.destroy()
2020-09-19 10:34:59 +02:00
Josh Junon
72e7f864bd
fix memory leak within debug instance
2020-09-19 10:34:59 +02:00
Bruce A. MacNaughton
22e13fe07e
fix quoted percent sign
2020-07-16 21:12:18 +02:00
Milan Skuhra
6b07f9e50a
Fixes: Unable to take control over selectColor #747
2020-02-23 22:09:53 +01:00
Josh Junon
0c1d5180ff
remove dead code and fix lowercase comment (for linter)
2020-01-12 20:31:27 +01:00
Josh Junon
825d35a2da
copy custom logger to namespace extension ( fixes #646 )
2018-12-19 05:04:15 +01:00
Michael Bøcker-Larsen
7ef8b417a8
feat: Return namespaces string when invoking disable()
...
feat: Add unit tests for disable return value
fix: Correct spelling in test case description
feat: Test that disable-string works with enable again
Closes #523
docs: Add section about disable return value
2018-10-08 04:06:53 -06:00
Josh Junon
ba8a424d41
move to XO ( closes #397 )
2018-09-10 23:18:17 -06:00
Ruslan Boliev
e43e5fed17
add instance extends feature ( #524 )
...
* instance extends feature
* add .extend documentation
* allow empty delimiter in extend
2018-09-10 21:06:24 -06:00
Nathan Rajlich
71169065b5
refactor to make the common code be a setup function ( #507 )
...
This is so that we can make both a Node.js instance and
web browser instance for when `--inspect` is used in Node.js.
2017-10-11 08:31:18 -07:00
Nathan Rajlich
a0601e5e65
fix
2017-09-15 02:28:44 +02:00
Nathan Rajlich
e7e568a247
ignore package-lock.json
2017-09-15 00:25:50 +02:00