Commit Graph

2688 Commits

Author SHA1 Message Date
Matthew Dean
488e0fcbdf Release 3.0.0-alpha.3 v3.0.0-alpha.3 2017-10-08 18:34:00 -07:00
Matthew Dean
55380d49e9 All tests passing 2017-10-08 18:31:41 -07:00
Matthew Dean
4f6818db37 Merge branch '3.x' into dev/3.x-work 2017-10-08 15:30:08 -07:00
Matthew Dean
26674fc867 FIXES syncImport for less-node 2017-10-08 15:21:13 -07:00
Matthew Dean
a25f07ee59 Merge pull request #3096 from bdsomer/3.x
Switch from request to phin!
2017-08-16 14:40:44 -07:00
Bennett Somerville
5fa5494169 Update package.json 2017-08-15 18:11:11 -06:00
Bennett Somerville
3c8e1957ff Switch from request to phin! 2017-08-15 18:06:24 -06:00
Max Mikhailov
8ca5af109d Merge pull request #3082 from ryysud/add-more-version-to-ci
Add Node.js v8 to Travis CI and AppVeyor
2017-07-08 16:16:14 +04:00
Ryuma Yoshida
33ba03fedf Add Node.js v8 to AppVeyor 2017-07-02 19:27:13 +09:00
Ryuma Yoshida
8b0b8da61d Add Node.js v8 to Travis CI 2017-07-02 19:26:50 +09:00
Matthew Dean
9fd1ef5759 Pushing WIP of changes to file manager to track changes 2017-06-08 12:50:40 -07:00
Max Mikhailov
faafd33b56 do not ignore strict-math:off in media-features
!breaking change, fixes #1480
2017-06-08 10:00:26 +03:00
Max Mikhailov
3f353a8bfd do not evaluate backticks in strings as inline-js 2017-06-08 09:44:56 +03:00
Max Mikhailov
257f615d0f Merge pull request #3079 from less/special-funcs
Initial support for custom parsed functions (`boolean`, `if` etc.)
2017-06-07 18:57:38 +02:00
Max Mikhailov
006ce2651d special functions: add boolean and if, clean up alpha 2017-06-07 16:31:35 +03:00
Max Mikhailov
10db21c3b5 optional ; after VariableCall at the end of {} block
i.e. allow `div {@var()}` to become consistent with the rest of CSS/Less syntax
2017-06-01 13:06:58 +03:00
Max Mikhailov
632f96b55d rename RulesetCall to VariableCall 2017-06-01 12:30:02 +03:00
Max Mikhailov
6a683eb62d eslint spaced-comment and corresponding changes 2017-06-01 02:27:55 +03:00
Max Mikhailov
f5591237d9 clean to-css-visitor.js (eslint etc.) 2017-06-01 01:23:33 +03:00
Max Mikhailov
488f16a9dc Merge pull request #3076 from less/merge-rules-cleanup
Update mergeRules
2017-05-31 22:32:36 +02:00
Max Mikhailov
458b3975ea update mergeRules (no separate !important rules + cleanup) 2017-05-31 23:25:26 +03:00
Max Mikhailov
a475cc4d81 fix lessc (less.options is a function and breaks less.render) 2017-05-28 18:03:37 +03:00
Max Mikhailov
312f741e42 minor Selector code clean-up 2017-05-28 15:53:57 +03:00
Matthew Dean
39f9327b10 Update badges and add Twitter badge 2017-05-15 12:05:18 -07:00
Max Mikhailov
e5747a990a fix SO link in readme 2017-04-24 01:52:37 +02:00
Matthew Dean
ff5760e099 v3.0.0-alpha.2 2017-01-10 17:46:25 -08:00
Matthew Dean
b782411278 Sync default options across all Less.js environments
- More tests for plugins
2017-01-10 17:44:50 -08:00
Matthew Dean
1736ea5c37 Update plugin API 2017-01-09 07:34:31 -08:00
Matthew Dean
8ba8c00a42 Add UMD plugin format 2017-01-09 07:12:46 -08:00
Matthew Dean
809dc509f3 Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes 2017-01-06 19:39:23 -08:00
Matthew Dean
ede0587368 Revert contrast changes in 2.7.1 2017-01-04 17:50:59 -08:00
Matthew Dean
c60c322562 3.0.0-alpha.1 2017-01-01 12:59:17 -08:00
Matthew Dean
68ea31dc89 Line and column # reporting for Node errors 2017-01-01 12:58:09 -08:00
Matthew Dean
43ab0b8722 Added error test for unparseable @plugin with better error messaging 2016-12-31 20:04:51 -08:00
Matthew Dean
49cbe520f6 Migrate JSCS and JSHint to ESLint and fix various ESLint styling errors 2016-12-31 20:03:46 -08:00
Matthew Dean
fda4565e8d Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical) 2016-12-31 11:53:53 -08:00
Matthew Dean
96c2ffbc0d Tests for plugin in-browser
- Prevents XSS @plugin requests
2016-12-23 23:12:32 -08:00
Matthew Dean
9f7c0aa563 Merge branch '3.x' of https://github.com/less/less.js into 3.x
* '3.x' of https://github.com/less/less.js:
  Refactor test/index.js removing code duplicates
  Move error formatting logic to LessError
  Remove test for inferring css import based on path
  Allow less imports of paths like 'dir/css'
2016-12-23 21:31:26 -08:00
Matthew Dean
4251946e83 Merge pull request #2955 from maxbrunsfeld/less-imports-of-files-named-css
Allow less imports of paths like 'dir/css'
2016-12-21 15:27:32 -08:00
Matthew Dean
bf34b951ea Merge pull request #2975 from kirillrogovoy/refactor-less-error
Refactor LessError and lesscHelper.formatError
2016-12-21 15:24:12 -08:00
Matthew Dean
c82202cfb8 Update inline comments 2016-11-21 13:57:59 -08:00
Matthew Dean
d0fbadba2e Yes! Less.js tests now working for all browser platforms (except for local timeout error - to fix) 2016-11-20 18:07:19 -08:00
Matthew Dean
26041d9aa5 Bump version for lessc change 2016-10-21 16:40:21 -07:00
Matthew Dean
826afae23d Merge branch '3.x' of https://github.com/less/less.js into 3.x
* '3.x' of https://github.com/less/less.js:
  Update README.md
2016-10-21 16:31:20 -07:00
Matthew Dean
387b3899e0 Fix JShint errors 2016-10-21 16:31:10 -07:00
Matthew Dean
96df3f4b7e Update README.md 2016-10-21 16:23:19 -07:00
Matthew Dean
883b88ea13 Restore single "all" task for SauceLabs 2016-10-21 16:15:04 -07:00
Matthew Dean
a45bef88dd Change --inline-js to simplified --js option 2016-10-21 16:14:01 -07:00
Kirill Rogovoy
068d654603 Refactor test/index.js removing code duplicates 2016-10-12 11:15:56 +03:00
Kirill Rogovoy
b23ffe1e4b Move error formatting logic to LessError 2016-10-12 11:15:31 +03:00