- Upgraded Less CSS from v1.6 to v2.6, which keeps the same syntax
- Thanks to [RobLoach](https://github.com/RobLoach) for the initial work on this with [pull request #15](https://github.com/docpad/docpad-plugin-less/pull/15)
- The plugin options `parseOptions` and `compileOptions` and `compile` have been replaced by a new option called `lessOptions`
- You can now disable the `referencesOthers` option if it bothers you
- Thanks to [RobLoach](https://github.com/RobLoach) for [issue #12](https://github.com/docpad/docpad-plugin-less/pull/12)
- Added source maps for development environment
- Thanks to [Dimitar Kolev-Dick](https://github.com/dimitarkolev) and [Paul Radzkov](https://github.com/paulradzkov) for [issue #10](https://github.com/docpad/docpad-plugin-less/issues/10)
- Updated to the latest bevry standards and converted from CoffeeScript to ESNext
- Thanks to [Sebastian Domagała](https://github.com/sdomagala) for his initial effort on this and helping me debug