Pavan Kumar Sunkara
|
13dd5a84e3
|
Revert "Reverted to the latest tag"
This reverts commit 1f617ecdc56d0e9592526326ca12deb2c15d7803.
|
2015-01-24 16:55:56 +01:00 |
|
Pavan Kumar Sunkara
|
1f617ecdc5
|
Reverted to the latest tag
|
2015-01-24 16:54:45 +01:00 |
|
Pavan Kumar Sunkara
|
b34d3ba66a
|
Merge pull request #103 from konsumer/master
Multiple styles in themes
|
2015-01-24 16:43:06 +01:00 |
|
Alex Yursha
|
ddf2f8769e
|
Get rid of redundant variable
|
2015-01-24 14:15:51 +01:00 |
|
Pavan Kumar Sunkara
|
ced7bfd007
|
Merge pull request #93 from stevenvachon/patch-1
Lighten --production installs
|
2015-01-24 14:01:59 +01:00 |
|
Pavan Kumar Sunkara
|
91017409f6
|
Merge pull request #97 from xiangshouding/master
fix, --no-color is not work
|
2015-01-24 14:01:15 +01:00 |
|
Steven Vachon
|
cedfadc350
|
added license
|
2015-01-23 09:23:11 -05:00 |
|
xiangshouding
|
1774321751
|
add an blank line
|
2015-01-23 21:59:24 +08:00 |
|
Pavan Kumar Sunkara
|
a8338b3e52
|
Merge pull request #95 from stevenvachon/patch-2
Minified screenshot image
|
2015-01-23 14:27:18 +01:00 |
|
Pavan Kumar Sunkara
|
caf659d175
|
Merge pull request #94 from danbell/master
Moved license to standard LICENSE file.
|
2015-01-23 14:23:53 +01:00 |
|
Pavan Kumar Sunkara
|
ddb9fe2e0c
|
Fix a small type in the previous commit
|
2015-01-23 18:53:28 +05:30 |
|
Pavan Kumar Sunkara
|
086bc06613
|
Add travis badge, fix #91
|
2015-01-23 18:44:12 +05:30 |
|
David Konsumer
|
c11d23d96a
|
resolves #72
|
2015-01-20 17:03:46 -08:00 |
|
xiangshouding
|
f6ebbfe14c
|
fix --no-color is not work
|
2014-12-16 16:17:42 +08:00 |
|
Steven Vachon
|
f426e089f2
|
Lighten --production installs
Only examples/*, lib/*, safe.js, themes/* and standard npm files (readme.md, package.json) will be included in the package.
|
2014-11-29 14:46:58 -05:00 |
|
Steven Vachon
|
49c9944a8f
|
Minified screenshot image
|
2014-11-27 15:03:37 -05:00 |
|
Daniel Bell
|
e7def912a5
|
Moved license to standard LICENSE file.
|
2014-11-25 13:06:55 +11:00 |
|
Marak
|
e9e6557cc0
|
[dist] Bump v1.0.3
v1.0.3
|
2014-10-09 12:02:55 +02:00 |
|
Marak
|
8046bf032c
|
[fix] #87 Add stripColors method for backwards compat
|
2014-10-09 11:56:30 +02:00 |
|
Marak
|
ac1429ddf3
|
[dist] Bump v1.0.2
v1.0.2
|
2014-10-02 21:55:07 +02:00 |
|
Marak
|
c37d45ddfe
|
Merge pull request #84 from kahwee/patch-1
Changed chalk to colors in example
|
2014-10-02 20:42:37 +02:00 |
|
KahWee Teng
|
f821fd0ebc
|
Changed chalk to colors in example
|
2014-10-02 23:01:14 +08:00 |
|
Marak
|
ea942de287
|
[dist] Bump v1.0.1
v1.0.1
|
2014-10-01 18:07:35 +02:00 |
|
Marak
|
cfad32bc5a
|
[dist] Release v1.0.1
|
2014-10-01 18:06:48 +02:00 |
|
Marak
|
6a6353f9cd
|
[fix] Map themes to safe api even if module is being used in normal mode #82
|
2014-10-01 18:06:04 +02:00 |
|
Marak
|
fee9d2475f
|
[docs] Update README
|
2014-10-01 13:27:41 +02:00 |
|
Marak
|
3968ec6364
|
[dist] Release v1.0.0
v1.0.0
|
2014-10-01 13:24:15 +02:00 |
|
Marak
|
936cf564be
|
[minor] [fix] Add defaults for .trap and .zalgo. .random now using correct api. Update docs and screenshot.
|
2014-10-01 13:00:33 +02:00 |
|
Marak
|
dfb15b5538
|
[refactor] [major] Code cleanup. Node has changed a bit since 2010.
[api] Added ability to safely require colors without messing with String.prototype
[api] Removed browser functionality
[dist] Add travis file
|
2014-09-30 22:41:24 +02:00 |
|
Marak
|
b895035f4a
|
[dist] Bump to v0.6.2
v0.6.2
|
2013-08-21 16:15:24 -07:00 |
|
Marak
|
38db25ad14
|
[fix] Removed Object.define property entirely
|
2013-08-21 16:15:05 -07:00 |
|
Marak
|
c0bc636d4d
|
Revert "Prevent the defineProperty being called when property already exists"
This reverts commit 3f6fe70f39a00e2b120ec07f3eea6a1194e924ce.
|
2013-08-21 14:36:13 -07:00 |
|
Marak
|
d26602a2d7
|
Merge pull request #60 from gauntface/master
Prevent the defineProperty being called when property already exists
|
2013-08-21 14:06:43 -07:00 |
|
Matt Gaunt
|
3f6fe70f39
|
Prevent the defineProperty being called when property already exists
|
2013-08-14 13:04:09 +01:00 |
|
Marak
|
fd82d005d7
|
[dist] Bump to v0.6.1
v0.6.1
|
2013-07-25 22:48:35 -07:00 |
|
Marak
|
7c65caaed6
|
[example] Updated example
|
2013-07-25 22:48:23 -07:00 |
|
Marak
|
289591434a
|
[misc] JSHINT compliance
|
2013-07-25 22:48:09 -07:00 |
|
James Costian
|
eace24dc1a
|
Added background colors
|
2013-07-25 22:16:23 -07:00 |
|
Marak
|
156930b317
|
[test] Removed gray / grey from test. Removed comments.
|
2013-07-25 22:04:51 -07:00 |
|
Marak
|
c93fd972f7
|
Merge pull request #52 from jakub-g/master
[fix] Use String.prototype instead of Object.prototype in defineProperty
|
2013-07-25 22:00:00 -07:00 |
|
jakub-g
|
52c0dcd005
|
Use String.prototype instead of Object.prototype in defineProperty
|
2013-07-02 17:43:21 +02:00 |
|
Ron Korving
|
4ddf4e5ce3
|
Merge pull request #51 from davidpodolsky/master
Fix issue #50 : Added check/implementation for defineProperty over __defineGetter__
|
2013-06-18 21:15:37 -07:00 |
|
David Podolsky
|
6045347a38
|
Added defineProperty check/implementation. Is available (ie node.js) defineProperty is the correct way to add color properties so they aren't enumerable. Unintentional enumerable properties can cause global issues
|
2013-06-14 16:14:19 +00:00 |
|
Ron Korving
|
6ce311411e
|
Merge pull request #46 from zofrex/grey-to-gray
Change 'grey' to 'gray' in HTML/CSS output
|
2013-04-26 00:22:48 -07:00 |
|
zofrex
|
56a61a6c3a
|
Change 'grey' to 'gray' in HTML/CSS output
Browsers support both, but only IE8+. Source: https://developer.mozilla.org/en-US/docs/CSS/color_value#1
|
2013-03-07 22:31:40 +00:00 |
|
Scott Taylor
|
1ff98bf1b4
|
fix package.json (invalid json)
|
2013-01-08 20:59:45 +01:00 |
|
Antoine Musso
|
683b947493
|
[dist] Added homepage, bugs, and keywords to package.json
|
2013-01-05 13:07:03 +05:30 |
|
Marc Trudel
|
b91a1eccf3
|
[api] Added ability to set styles via array. Closes #27
|
2013-01-05 12:53:29 +05:30 |
|
Marak Squires
|
52d4f71696
|
Revert "[api fix] Make properties non-enumerable"
This reverts commit adf06f0988ad72d437275c192a7503421cd853ba.
|
2013-01-05 12:13:41 +05:30 |
|
Marak Squires
|
67ab1a7232
|
[api] Added strikethrough style ( seems to be linux only ). Added strikethrough examples. Closes #35
|
2013-01-05 11:47:07 +05:30 |
|