517 Commits

Author SHA1 Message Date
Josh Junon
9a1953efd2 fix DEBUG_DEPTH being ignored (fixes #746) 2020-07-08 21:35:38 +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
Josh Junon
84e41d52ac 3.2.1 3.2.1 2018-09-11 00:25:52 -06:00
Josh Junon
b3f8f8e683 use babel-ified distributed source for browsers 2018-09-11 00:25:34 -06:00
Josh Junon
dec4b159dd 3.2.0 3.2.0 2018-09-11 00:12:55 -06:00
Josh Junon
3ca23316a4 clean up builds 2018-09-10 23:45:28 -06:00
Josh Junon
9f4f8f59ba remove needless command aliases in makefile 2018-09-10 23:18:17 -06:00
Josh Junon
623c08ef73 no longer checking for BROWSER=1 2018-09-10 23:18:17 -06:00
Josh Junon
57cde56e43 fix tests 2018-09-10 23:18:17 -06:00
Josh Junon
62822f1266 clean up makefile 2018-09-10 23:18:17 -06:00
Josh Junon
833b6f84c8 fix tests 2018-09-10 23:18:17 -06:00
Josh Junon
ba8a424d41 move to XO (closes #397) 2018-09-10 23:18:17 -06:00
Josh Junon
2d2509e26b add .editorconfig 2018-09-10 23:18:17 -06:00
Josh Junon
853853f9f5 bump vulnerable packages 2018-09-10 23:18:17 -06:00
Josh Junon
7e1d5d94f3 add yarn-error.log to .gitignore 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
Miau Lightouch
207a6a2d53 Fix nwjs support (#569) 2018-07-26 02:07:10 -06:00
Daniel Ruf
05b0ceb885 add Node.js 10, remove Node.js 4 (#583) 2018-06-23 20:31:31 -06:00