Commit Graph

159 Commits

Author SHA1 Message Date
Luke Page
73c34ac24f improve some of the error messages when not using the chunker. 2014-06-22 10:43:05 +01:00
Forbes Lindesay
815d609223 Use native Promises when available 2014-05-20 15:39:04 +01:00
Forbes Lindesay
b2820b09f4 Return a promise rather than an event emitter
[discussed in #1902]
2014-05-20 15:37:43 +01:00
Luke Page
aa3abeb716 fix trailing whitespace 2014-03-02 17:51:31 +00:00
Luke Page
e5b0fb6967 move the visitors to return themselves instead of assuming where they live 2014-03-02 10:19:05 +00:00
Luke Page
462b0274b2 move environment to the less namespace 2014-02-24 21:28:21 +00:00
Luke Page
08bd23dc2a add browserify (not yet working) and refactor tree nodes to not be dependent on their parent (currently breaks browser build) 2014-02-24 21:22:52 +00:00
Luke Page
e8c78d9d40 Merge branch 'master' into 2_0_0
Conflicts:
	lib/less/browser.js
	lib/less/parser.js
2014-02-23 17:38:39 +00:00
Luke Page
89e095cbf1 call callback if exception whilst calling toCSS. Fixes #1816 2014-02-23 14:52:21 +00:00
Luke Page
e989b01f51 remove the old importer interface and move the node code into the common importer 2014-02-22 16:47:59 +00:00
Luke Page
35d58f2392 start abstracting out the file loader 2014-02-22 16:34:38 +00:00
Luke Page
baba33ea6a Fix some bugs with detached rulesets and media queries 2014-02-17 19:15:47 +00:00
Luke Page
f7414a1072 detached rulesets 2014-02-09 22:20:08 +00:00
Luke Page
9f68ad79b0 1.6.3 release 2014-02-08 16:51:17 +00:00
Luke Page
d82b39c2db 1.6.2 release 2014-02-02 18:36:59 +00:00
Alvaro Cabrera
ae47db4dab Normalize require-calls for Browserify 2014-01-22 12:13:29 -06:00
Luke Page
396112fb66 1.6.1 release 2014-01-12 11:58:08 +00:00
Luke Page
6dfb00751c Fix for in without hasOwnProperty 2014-01-10 20:09:36 +00:00
Luke Page
58af9f9763 release 1.6.0 2014-01-01 17:29:39 +00:00
Luke Page
4f7c06c9c8 jshint: eval option 2013-12-14 20:01:09 +00:00
Luke Page
f4e1faf7e7 1.5.1 release 2013-11-17 17:08:58 +00:00
Luke Page
526ca32f80 revert to env.syncImport 2013-11-17 15:42:41 +00:00
Andreas Lind Petersen
095300f73b Avoid fs.statSync unless env.syncImports is specified. 2013-11-04 21:46:37 +01:00
Luke Page
0213579de4 1.5.0 release 2013-10-21 12:32:57 +01:00
Luke Page
70e5761d90 1.5.0 beta 4 release - last one I hope 2013-10-04 07:11:10 +01:00
Anthon Pang
fe0eaa8225 util.error is deprecated 2013-09-29 15:15:48 -04:00
Luke Page
ee11dfb0b1 1.5.0 beta 3 release 2013-09-17 06:13:07 +01:00
Luke Page
6eb992a775 Merge pull request #1412 from christopherobin/master
Allow imports from self-signed SSL hosts
2013-09-11 05:01:53 -07:00
Luke Page
c4a2ed6bce Release 1.5.0 beta 2 2013-09-09 22:29:15 +01:00
Luke Page
3cc76e6541 1.5.0 beta 1 2013-09-03 07:19:49 +01:00
Luke Page
6fe1174382 rename log_level to logLevel and update some of the changelog 2013-08-22 19:30:15 +01:00
Luke Page
fc35190d38 unused variable cleanup 2013-07-20 22:44:13 +01:00
Luke Page
0c41e06ff8 Merge branch '1.5.0-wip' into sourcemaps-wip 2013-07-20 22:18:54 +01:00
Luke Page
4c51ff1914 Merge branch 'lessmaster' into 1.5.0-wip 2013-07-20 22:17:39 +01:00
Luke Page
3235042f0f 1.4.2 release 2013-07-20 21:03:30 +01:00
Luke Page
1ec0563c9a add sourcemapper class 2013-07-18 13:06:56 +01:00
Christophe Robin
2d1afdfe91 Added switch --insecure to allow imports from insecure/self-signed SSL certificates 2013-07-11 16:45:23 +09:00
Daniel Stockman
8eeaf87a79 JSHint lib/* and test runners. 2013-07-08 19:09:03 -07:00
Luke Page
800b4218d5 Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1. 2013-07-05 06:52:31 +01:00
David Cornu
823ba78380 Catch errors thrown by root.toCSS() 2013-07-05 06:51:49 +01:00
Luke Page
f4902f809c rename import silent to import mute. Fixes #1210 2013-07-05 06:51:02 +01:00
Luke Page
40ce2bc4b4 move new parseEnv into parser 2013-07-05 06:48:45 +01:00
Luke Page
e82536bfca Simplify more of loadFile and make more of the env creation common between node and browser 2013-07-05 06:48:44 +01:00
Luke Page
c391e72c5e seperate sheet and env 2013-07-05 06:48:43 +01:00
agatronic
c2adad8341 Change node to use the file loader interface 2013-07-05 06:48:40 +01:00
Luke Page
290376f4eb 1.4.1 release 2013-07-05 06:24:56 +01:00
Luke Page
5b6b5ccc8d 1.4.0 release 2013-06-05 21:17:47 +01:00
Luke Page
5bdb765394 Beta 4 2013-05-04 07:18:37 +01:00
agatronic
91bc69a193 Beta 3 release 2013-04-30 15:36:32 +01:00
Luke Page
2e0afb458b beta 2 release 2013-03-18 12:23:54 +00:00