Commit Graph

1858 Commits

Author SHA1 Message Date
Luke Page
f3b9713ba3 correct spelling of compatibility option 2014-02-18 07:21:22 +00:00
Luke Page
6117a33f50 Merge pull request #1855 from jakebellacera/adding_replace_function
Adding replace function
2014-02-17 22:32:27 +00:00
Luke Page
d31e2d5740 upgrade dependencies 2014-02-17 20:25:18 +00:00
Luke Page
42aff6f35c remove bad comment 2014-02-17 19:53:35 +00:00
Luke Page
88b44dfc43 make mixin definitions have similar coding style to detached rulesets for grabbing frames 2014-02-17 19:50:43 +00:00
Luke Page
baba33ea6a Fix some bugs with detached rulesets and media queries 2014-02-17 19:15:47 +00:00
Luke Page
c730829d1d Fix one issue with media queries and detached rulesets, one to go 2014-02-16 17:50:51 +00:00
Luke Page
b46ca11286 error tests and test detached rulesets without a mixin call 2014-02-13 21:42:32 +00:00
Luke Page
e0692fa199 add scope tests to the detached ruleset test-set 2014-02-13 20:36:34 +00:00
Luke Page
c301ea6e42 Merge remote-tracking branch 'origin/master' into detached-rulesets 2014-02-12 23:42:15 +00:00
Luke Page
15174c0860 small approx 1% speed improvement 2014-02-12 23:38:35 +00:00
Luke Page
ef3c63fb9a Test out some theoretical back tracking and fix bugs 2014-02-12 23:34:14 +00:00
Luke Page
e3576b9c01 implement n level back-tracking and then don't absorb a parenthesis, fixing both issues with 2 new test cases 2014-02-12 23:10:52 +00:00
Luke Page
e3168e3434 add some more failing tests 2014-02-12 22:40:20 +00:00
Luke Page
ed0e13a0ec do not chunk inside parens so that we can predict mixin calls containing detached rulesets. Also now save the current chunk (may not be required). 2014-02-12 22:34:58 +00:00
Luke Page
7f26515630 small simplification 2014-02-11 22:02:48 +00:00
Luke Page
55033c77ed more tests and name arguments for caller 2014-02-11 22:01:26 +00:00
Luke Page
5bdce432cf changelog so far 2014-02-11 21:14:47 +00:00
Luke Page
9749d20c3d Fix tests, fix a bug in comparing values 2014-02-11 21:09:06 +00:00
Luke Page
dff83f8d97 Merge branch 'master' of https://github.com/deviprsd21/less.js 2014-02-11 20:38:12 +00:00
Luke Page
bf952c1ef1 Merge pull request #1866 from seven-phases-max/fix-1852
Fixed empty args matching for named variadics.
2014-02-11 15:51:04 +00:00
seven-phases-max
68f97faf5d Fixed empty args matching for named variadics (e.g. .mixin(@var...)). 2014-02-11 19:25:20 +04:00
Luke Page
2be0b8c922 Merge remote-tracking branch 'origin/master' into detached-rulesets 2014-02-11 13:53:16 +00:00
Luke Page
76ac1ddda6 revert bower.json
because the tagged version doesn't include the dist files.
2014-02-11 13:51:42 +00:00
Luke Page
deec34647c Add travis to readme 2014-02-11 13:50:18 +00:00
Luke Page
204a4c21b6 Add travis icon 2014-02-11 13:47:57 +00:00
Luke Page
37a1db2463 Up the version of node to the required version 2014-02-11 13:39:52 +00:00
Luke Page
111da07887 Remove 0.6 since it fails 2014-02-11 13:38:35 +00:00
Luke Page
dda043a393 add an npm install because it seems if you add an
install step it doesn't run npm install
2014-02-11 13:32:41 +00:00
Luke Page
d015778c83 Create travis file 2014-02-11 13:28:53 +00:00
Luke Page
55ce309e2f Merge pull request #1860 from seven-phases-max/variables-in-atrules-2
Support for variables in certain at-rules.
2014-02-11 08:15:12 +00:00
Luke Page
f7414a1072 detached rulesets 2014-02-09 22:20:08 +00:00
Luke Page
e5702ca70e Merge branch 'master' of https://github.com/cloudhead/less.js 2014-02-09 20:42:13 +00:00
Luke Page
cc1ef03ad9 missing build files for 1.6.3 2014-02-09 20:41:53 +00:00
seven-phases-max
09c4311594 Added support for variables in certain at-rules (keyframes, namespace, charset). 2014-02-09 13:42:01 +04:00
Luke Page
72c0cff78b Merge pull request #1847 from seven-phases-max/property-merge-with-space
Property merge with `+_` (replaces #1788)
2014-02-08 17:02:32 +00:00
Luke Page
9f68ad79b0 1.6.3 release v1.6.3 2014-02-08 16:51:17 +00:00
Luke Page
dc80595b68 Merge branch 'master' of https://github.com/cloudhead/less.js 2014-02-08 16:46:53 +00:00
Luke Page
6de8fc189f Fix double toCSS calls in unusual situations causing an exception. Fixes #1830 2014-02-08 16:45:36 +00:00
Jake Bellacera
98f48bcb78 Replacing replace's options to flags 2014-02-06 23:41:18 -08:00
Jake Bellacera
089bf1b78a Adding replace function
* renamed gsub function to replace
* reordered replace's function arguments to be much more readable
* added support for replacement (Regexp) options
2014-02-06 23:29:14 -08:00
Jake Bellacera
fda1774ddb Merge upstream into adding_gsub_function 2014-02-06 17:29:42 -08:00
seven-phases-max
c523e99622 Property merge via +_: minor test updates. 2014-02-05 00:54:20 +04:00
seven-phases-max
9f4818d8fd Added support for property merge via +_; 2014-02-04 06:54:05 +04:00
Luke Page
808403dde1 Merge pull request #1844 from mouyang/travis
fix broken test case
2014-02-03 00:40:54 -08:00
Matthew Ouyang
bb721e8a6b fix broken test case
- linenumbers-all.css had a hard-coded path instead of a parameterized one
2014-02-03 01:53:41 -05:00
Luke Page
d82b39c2db 1.6.2 release v1.6.2 2014-02-02 18:36:59 +00:00
Luke Page
fbb94006e8 changelog 2014-02-02 17:54:16 +00:00
Luke Page
38cca0471c make selector-less css guard fold into the current selector 2014-02-02 17:38:13 +00:00
Cloud Chen
0a7954355a Implement postProcessor callback feature for less.ls browser environment #1835
Add `jasmine:postProcessor` task and corresponding spec as well
2014-02-03 00:07:38 +08:00