533 Commits

Author SHA1 Message Date
Josh Junon
da66c86c5f 4.3.4 4.3.4 2022-03-17 14:38:08 +01:00
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
gitname
c0805cc4d3
add section about configuring JS console to show debug messages (#866)
* Add section about configuring JS console to show debug messages

* Rewrite log level section to be more concise
2022-02-03 01:34:39 +01:00
Josh Junon
043d3cd17d 4.3.3 4.3.3 2021-11-27 14:01:35 +01:00
Josh Junon
4079aae5b5 update license and more maintainership information 2021-11-27 14:01:16 +01:00
Josh Junon
19b36c052a update repository location + maintainership information 2021-11-27 14:00:16 +01:00
Kristof Kalocsai
f851b00eb0
adds README section regarding usage in child procs (#850)
* adds README section regarding usage in child procs

code example and original request copied from @aaarichter
should close #811

* Update README.md

Co-authored-by: Qix <Qix-@users.noreply.github.com>

Co-authored-by: Qix <Qix-@users.noreply.github.com>
2021-10-13 21:14:14 +02:00
Taylor Everding
d177f2bc36 Remove accidental epizeuxis 2021-05-22 09:46:22 +02:00
Josh Junon
e47f96de3d 4.3.2 4.3.2 2020-12-09 16:35:38 +01: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
0d3d66b0eb 4.3.1 4.3.1 2020-11-19 13:15:13 +01:00
Josh Junon
b6d12fdbc6 fix regression 2020-11-19 12:31:16 +01:00
Josh Junon
3f56313c1e 4.3.0 4.3.0 2020-09-19 10:35:28 +02: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
Josh Junon
27152cad24 add test for enable/disable of existing instances 2020-09-19 10:34:59 +02:00
Bruce A. MacNaughton
22e13fe07e fix quoted percent sign 2020-07-16 21:12:18 +02:00
Josh Junon
80ef62a3af 4.2.0 4.2.0 2020-05-19 11:36:58 +02:00
Maël Nison
09914af00e Marks supports-color as an *optional* peer dependency 2020-05-19 11:34:56 +02:00
Douglas Wilson
db306db99e Update and pin ms to 2.1.2 2020-03-27 20:21:55 +01: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
4acdeedd4b run linter inside of test script 2020-01-12 20:29:28 +01:00
Valeri Karpov
3f4d7247c0 Add "engines" to package.json (#680) 2020-01-07 17:38:20 -08:00
Qix
608fca962b
Update ISSUE_TEMPLATE.md 2019-11-13 11:27:24 +01:00
Josh Junon
5c7c61dc0d fix links in issue templates 2019-01-10 16:53:31 +01:00
Josh Junon
976f8d2afc add issue and pull request templates 2019-01-10 16:51:53 +01:00
Myles Borins
982c12c926 test: only run coveralls on travis
s/posttest:node/coverage

Explicitly call coverage only from CI. This will stop the test suite
from failing on a system not configured to authenticate with
circle-ci
2018-12-22 14:27:14 +01:00
Josh Junon
825d35a2da copy custom logger to namespace extension (fixes #646) 2018-12-19 05:04:15 +01:00
Josh Junon
5528572f9a use console.debug() in browser when available (closes #600)
also removes a branch for each logging call, slightly improving
performance in the browser.
2018-12-19 04:56:52 +01:00
Josh Junon
c0127b18a0 remove examples folder (closes #650) 2018-12-19 04:47:15 +01:00
Josh Junon
94583b652a remove build system (closes #652) 2018-12-19 04:35:02 +01:00
Josh Junon
0e94034efb update development dependencies 2018-12-19 02:47:17 +01:00
Josh Junon
ad551e2b61 add Josh Junon to contributors 2018-12-19 02:45:52 +01:00
Josh Junon
fe49015965 remove .coveralls.yml 2018-12-19 02:42:11 +01:00
Josh Junon
dc5c34f9d8 remove .eslintrc 2018-12-19 02:23:08 +01:00
Josh Junon
dfd5ffa8b6 remove bower.json (closes #602) 2018-12-19 02:01:17 +01:00
Josh Junon
010fd0d92f remove changelog 2018-12-19 01:48:38 +01:00
Josh Junon
5fadf4544d deprecate CHANGELOG.md 2018-10-11 05:56:04 -06:00
Josh Junon
dab648abd5 remove second (shadow) scripts block 2018-10-10 01:03:02 -06:00
ossdev07
7ea4076fd6 Update karma.conf.js 2018-10-08 16:08:37 -06:00
ossdev07
61c94841a0 Update karma.conf.js 2018-10-08 16:08:37 -06:00
ossdev07
4fe746a446 Update karma.conf.js 2018-10-08 16:08:37 -06:00
ossdev07
615cbb925f debug: Replaced phantomJS by chrome
Added script in package.json for running Test-suite

Signed-off-by: ossdev07 <ossdev@puresoftware.com>
2018-10-08 16:08:37 -06:00
Josh Junon
e30e8fdbc9 4.1.0 4.1.0 2018-10-08 04:09:42 -06: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
Outsider
4236585a40 migrate Makefile to npm scripts
Signed-off-by: Outsider <outsideris@gmail.com>
2018-10-02 17:53:55 -07:00
Josh Junon
4490cd95bf 4.0.1 4.0.1 2018-09-11 17:16:06 -06:00
Josh Junon
99c95e3d54 fix browserify and supply alternative unpkg entry point (closes #606) 2018-09-11 17:07:20 -06:00
Josh Junon
7fb104b8cf 4.0.0 4.0.0 2018-09-11 02:56:30 -06:00