Matthew Dean
|
ddde3c1100
|
Fixes #3181
v3.0.3
|
2018-04-18 14:54:17 -07:00 |
|
Max Mikhailov
|
b873737f5a
|
Merge pull request #3177 from Kartoffelsalat/master
chore(package): update request to 2.83.0
|
2018-02-21 21:27:21 +03:00 |
|
lukas.bonzelett
|
bd2a93f7b9
|
chore(package): update request to 2.83.0
The old request package has some vulnerable dependencies inside. So because nsp detected it has to be updated, see: https://nodesecurity.io/advisories/566
https://github.com/less/less.js/issues/3169
|
2018-02-21 13:40:29 +01:00 |
|
Max Mikhailov
|
3699921acb
|
Merge pull request #3170 from thorn0/patch-1
`inline` and `less` imports of the same name = race condition
|
2018-02-19 15:16:44 +03:00 |
|
Georgii Dolzhykov
|
6985541207
|
Having inline and less imports of the same name lead to a race condition
Stumbled upon this working on https://github.com/webpack-contrib/less-loader/pull/242.
See an instance of the mentioned race condition here: https://ci.appveyor.com/project/webpack-contrib/less-loader/build/1.0.46/job/mbywf90cimqkjee5
It happens when processing files like this:
```less
@import (less) "some/css.css";
@import (inline) "some/css.css";
```
|
2018-02-19 02:52:45 +02:00 |
|
Matthew Dean
|
2f1386f8db
|
Merge pull request #3168 from matthew-dean/master
Fixes #3116 - lessc not loading plugins in 3.0
|
2018-02-14 16:37:24 -08:00 |
|
Matthew Dean
|
4272871e07
|
Fixes #3116 - lessc not loading plugins in 3.0
v3.0.1
|
2018-02-14 16:28:25 -08:00 |
|
Matthew Dean
|
ba5ad9c2bd
|
Point badges at master branch
|
2018-02-10 21:45:11 -08:00 |
|
Matthew Dean
|
4962988db3
|
Update CHANGELOG.md
|
2018-02-10 21:37:25 -08:00 |
|
Matthew Dean
|
12fe0c6f50
|
Update README.md
|
2018-02-10 21:35:28 -08:00 |
|
Matthew Dean
|
45d06b97c8
|
Merge pull request #3163 from matthew-dean/master
Merge 3.x into master
|
2018-02-10 21:34:42 -08:00 |
|
Matthew Dean
|
9590b7b10a
|
Add dist files
v3.0.0
|
2018-02-10 21:21:40 -08:00 |
|
Matthew Dean
|
0b6536bf45
|
Merge branch '3.x'
|
2018-02-10 21:19:29 -08:00 |
|
Matthew Dean
|
a48c24c4dd
|
calc() fix - fixes #974 (partially #1880)
v3.0.0-RC.2
|
2018-02-10 16:57:53 -08:00 |
|
Matthew Dean
|
367b46a51f
|
Merge pull request #3161 from matthew-dean/3.x
Remove legacy upgrade
|
2018-02-09 23:18:05 -08:00 |
|
Matthew Dean
|
4508495adb
|
Remove legacy upgrade
- Add simple grid syntax support
|
2018-02-09 19:40:39 -08:00 |
|
Matthew Dean
|
2a4a63afc8
|
Update CHANGELOG.md with 3.x list
|
2018-02-04 10:41:51 -08:00 |
|
Matthew Dean
|
bb6da28314
|
Update README.md
|
2018-02-04 10:17:21 -08:00 |
|
Matthew Dean
|
f80a0215f4
|
Merge pull request #3159 from matthew-dean/3.x
Bump to 3.0.0-RC.1
|
2018-02-04 10:15:39 -08:00 |
|
Matthew Dean
|
8b4524f644
|
Bump to 3.0.0-RC.1
- Remove UMD spec from plugins
v3.0.0-RC.1
|
2018-02-04 09:48:39 -08:00 |
|
Matthew Dean
|
d30e3a6058
|
Merge pull request #3150 from anthony-redFox/3.x
Drop node 0.10 and 0.12 and added node 9 matrix testing
|
2018-01-05 15:21:56 -08:00 |
|
Anton Shchekota
|
0b7c81ccfb
|
Removed install npm 2 version for appveyor. It was hotfix for old node version.
|
2018-01-05 11:51:13 +03:00 |
|
Anton Shchekota
|
5d230dd301
|
Drop node 0.10 and 0.12 and added node 9 matrix testing
|
2018-01-05 11:20:27 +03:00 |
|
Matthew Dean
|
385da8ffda
|
Update stale.yml
|
2017-11-14 10:52:01 -08:00 |
|
Matthew Dean
|
d384779edc
|
Create stale.yml
See: https://probot.github.io/apps/stale/
|
2017-11-14 10:25:16 -08:00 |
|
Matthew Dean
|
691f0f1aca
|
Deprecate Node 0.10 and 0.12 support
|
2017-10-23 19:46:51 -07:00 |
|
Matthew Dean
|
60a5c3bd1f
|
Bump v2.7.3
v2.7.3
|
2017-10-23 19:43:19 -07:00 |
|
Matthew Dean
|
7bc1983a5f
|
Merge pull request #3122 from nikeee/mime-update
Mime update
|
2017-10-22 13:09:30 -07:00 |
|
Niklas Mollenhauer
|
2f5d635708
|
Mime update
|
2017-10-21 22:19:21 +02:00 |
|
Matthew Dean
|
8d6204c2f3
|
Merge pull request #3120 from robhuzzey/issue3115_extInNodePath
Issue3115 ext in node path
|
2017-10-20 10:34:31 -07:00 |
|
Rob Huzzey
|
95536723e9
|
Exclude import-module from browsert test as node_modules will not be in browser
|
2017-10-20 10:50:13 +03:00 |
|
Rob Huzzey
|
044aa24c4f
|
Added CSS to test the LESS
|
2017-10-20 10:40:59 +03:00 |
|
Matthew Dean
|
5200a20ecd
|
Merge pull request #3119 from wiinci/patch-1
Update © year
|
2017-10-19 11:10:55 -07:00 |
|
Mardav Wala
|
1ea60cba20
|
Update © year
|
2017-10-19 13:39:06 -04:00 |
|
Rob Huzzey
|
7be05d7a4d
|
Added test for import module fix
|
2017-10-18 11:37:40 +03:00 |
|
Matthew Dean
|
637bbbd0c2
|
Update README.md with warning about alpha version
|
2017-10-17 15:40:07 -07:00 |
|
Rob Huzzey
|
ea6246e16d
|
Allows for inclusing of LESS files from node_modules without .less extension
|
2017-10-16 12:36:33 +01:00 |
|
Matthew Dean
|
10202c6142
|
Merge pull request #3107 from MarkSG93/pin_request_to_2.81.0
pinned request dep to v2.81.0
|
2017-10-09 22:17:33 -07:00 |
|
Matthew Dean
|
94408424d6
|
Fixes #3112 for real this time
|
2017-10-09 22:13:35 -07:00 |
|
Matthew Dean
|
bad9be8a11
|
Fixes #3112
- also fixes browser test broken with lowercase API change
|
2017-10-09 22:11:19 -07:00 |
|
Matthew Dean
|
af5656944a
|
Update tests for lowercase API
|
2017-10-08 18:46:01 -07:00 |
|
Matthew Dean
|
0d7ec6bb70
|
Change API on less object to lowercase
|
2017-10-08 18:43:10 -07:00 |
|
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 |
|
Mark Griffiths
|
f4b63239a2
|
pinned request dep to v2.81.0
|
2017-09-25 09:20:10 +01: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 |
|