238 Commits

Author SHA1 Message Date
DABH
ecc0adce9d
Merge pull request #163 from edi9999/patch-1
Update LICENSE
2018-03-09 22:30:56 -08:00
DABH
4ba76b391d
Update README.md 2018-03-09 22:28:54 -08:00
DABH
f7c5083e3e Update readme 2018-03-09 22:27:41 -08:00
DABH
ce83bdcac7 Ignore TS error about String.bold -- fixes #168 etc. 2018-03-09 22:22:41 -08:00
DABH
2da55cf034
Update ReadMe.md
link to roadmap
2018-03-02 09:33:21 -08:00
DABH
a69fcef270
Create ROADMAP.md 2018-03-02 09:31:04 -08:00
DABH
0f3841a22c
Merge pull request #214 from Marak/add-typings
Bring home Typescript definitions from DefinitelyTyped
2018-02-21 20:46:41 -08:00
DABH
08ce9159f4 Bring home Typescript definitions from DefinitelyTyped 2018-02-21 19:51:55 -08:00
DABH
6fc77f93b4 Add note to readme directing users to pre-release version; eagerly solicit feedback... 2018-02-20 13:48:57 -08:00
DABH
f1b9ec090f Ancient Node 0.6 no longer compiles on Travis 2018-02-16 16:02:56 -08:00
DABH
aea3ca5614 Add note to readme directing users to pre-release version; eagerly solicit feedback... 2018-02-16 14:57:36 -08:00
DABH
15abdf6f85 1.2.0-rc0 v1.2.0-rc0 2018-02-16 14:41:53 -08:00
DABH
5c84a86797
Merge pull request #203 from jpap/settheme-webpack-warning
Remove setTheme dynamic require(...) that is problematic with webpack
2018-02-16 14:38:45 -08:00
DABH
0da00b2e32
Update colors.js
Setting a theme using a dynamic require is bad practice and causes lots of problems.  In case anyone is using that "feature," though, we return a warning that very explicitly tells them the (very simple) change they need to make to their code.
2018-02-16 14:32:59 -08:00
DABH
1d7180a8a1 better way to call updated supportsColor 2018-02-16 14:17:42 -08:00
DABH
be9b77f96c
Merge pull request #172 from paladox/patch-4
Update supports-colors.js
2018-02-16 14:09:08 -08:00
paladox
fccafd2ad8
Update has-flag.js 2018-02-14 02:17:48 +00:00
paladox
24ab40b4ad
Update has-flag.js 2018-02-14 02:12:04 +00:00
paladox
e90c3c5088
Update supports-colors.js 2018-02-14 02:11:16 +00:00
paladox
fdd9b55cd1
Update has-flag.js 2018-02-14 01:10:20 +00:00
paladox
007f4d1cd5
Update supports-colors.js 2018-02-14 01:09:26 +00:00
paladox
2c38a68a7c
Update supports-colors.js 2018-02-14 01:02:05 +00:00
paladox
493733638d
Update supports-colors.js 2018-02-14 00:58:15 +00:00
paladox
a0bb404163
Update has-flag.js 2018-02-14 00:54:30 +00:00
paladox
f7227f2e87
Update has-flag.js 2018-02-14 00:51:51 +00:00
paladox
8d1da39bb4
Update has-flag.js 2018-02-14 00:48:12 +00:00
paladox
2dc605c8cd
Update supports-colors.js 2018-02-14 00:47:45 +00:00
paladox
34a3d33de1
Update package.json 2018-02-14 00:35:46 +00:00
paladox
2b739138b3
Update supports-colors.js 2018-02-14 00:35:35 +00:00
paladox
431627771e
Create has-flag.js 2018-02-14 00:35:13 +00:00
paladox
93dd9c7730
Merge branch 'develop' into patch-4 2018-02-14 00:28:13 +00:00
paladox
ca0c69fb8b
Update package.json 2018-02-14 00:27:23 +00:00
paladox
7bf2511fb3
Update supports-colors.js 2018-02-14 00:26:25 +00:00
paladox
4dbe3933ed
Update supports-colors.js 2018-02-14 00:25:47 +00:00
DABH
7176fc3831
Merge pull request #185 from MeriemKhelifi/feat-badges
Adding badges npm, dependencies and devDependencies
2018-02-13 16:07:13 -08:00
DABH
f612a2d84f Bump version for next beta release 2018-02-13 15:36:40 -08:00
DABH
2520cd348d
Merge pull request #138 from pedramphp/patch-1
Fixing the path in main
2018-02-13 12:59:16 -08:00
DABH
ea2a57886c
Merge pull request #118 from panuhorsmalahti/npmignore
Add .npmignore to exclude unnecessary development files from npm package
2018-02-13 12:55:36 -08:00
DABH
c8ab00306f
Merge pull request #186 from GlitchMasta47/patch-1
Update safe.js
2018-02-12 23:08:06 -08:00
DABH
4354fa396e
Merge pull request #184 from osmanmesutozcan/master
Update stringPrototypeBlacklist object
2018-02-12 12:33:59 -08:00
DABH
a51ced332c No nvm aliases 2018-02-12 12:25:07 -08:00
DABH
b75a729354 Test against modern Node versions and stop testing against very ancient Node 0.6 2018-02-12 12:19:27 -08:00
DABH
c9eef4220b Merge remote-tracking branch 'origin/master' into develop 2018-02-12 12:16:42 -08:00
fscherwi
dc8eb09f6c test Node.js 0.12 and 4 2018-02-12 12:10:38 -08:00
Marak
2f20f2ea50 Update ReadMe.md 2018-02-12 12:10:38 -08:00
Marak
85ec3019e6 [dist] Bump to v1.1.2 2018-02-12 12:10:38 -08:00
Marak
8407be1d38 [fix] Really bad example in README. Examples should actually contain code that can run. Blame c11d23d96aee270bcfc8761c1f6c20579def88f3 2018-02-12 12:10:38 -08:00
Marak
fbc26111ce [dist] Bump to v1.1.1 2018-02-12 12:10:38 -08:00
Marak
d0ae0e5164 [fix] In-proper scope reference. Closes #124 2018-02-12 12:10:38 -08:00
John Papandriopoulos
c018e0b1fb Remove setTheme dynamic require(...) that is problematic with webpack 2017-09-29 15:49:30 -07:00