- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.12
tonode: >=10
to keep up with mandatory ecosystem changes
- Updated base files using boundation
- Compiled with CoffeeScript v2
- Updated dependencies
- Fixed issue with not properly handled callback
- Thanks to Ángel González for issue #18 and Sebastian Domagała for pull request #19
- Upgraded Less CSS from v1.6 to v2.6, which keeps the same syntax
- Thanks to RobLoach for the initial work on this with pull request #15
- The plugin options
parseOptions
andcompileOptions
andcompile
have been replaced by a new option calledlessOptions
- You can now disable the
referencesOthers
option if it bothers you - Added source maps for development environment
- Thanks to Dimitar Kolev-Dick and Paul Radzkov for issue #10
- Updated to the latest bevry standards and converted from CoffeeScript to ESNext
- Thanks to Sebastian Domagała for his initial effort on this and helping me debug
- We now default
referencesOthers
to true if the less file imports other files
- Updated dependencies
- Removed support for
cssmin
plugin, cssmin plugin now works differently- Thanks to Rob Loach for pull request #7
- Added support for
cssmin
plugin- Thanks to Rob Loach for pull request #6
- Repackaged
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies
- Better error reporting
- We now parse less files with the
filename
option set to the file'sfullPath
(before we didn't send this at all) - Added
parseOptions
andcompileOptions
to configuration
- Re-added markdown files to npm distribution as they are required for the npm website
- Added
compress
option
- Added support for null extensions
- Fixed filename option when using DocPad v5
- Updated for DocPad v5.0
- Updated for LessCSS v1.3.x