- 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.10
tonode: >=10
to keep up with mandatory ecosystem changes
- Minimum supported node version now 0.10, as that now DocPad's min node version too
- Now uses CoffeeScript v2 for compilation for node versions which support it (at time of testing that is node v6 and above), otherwise uses CoffeeScript v1
- Now compiled with CoffeeScript v2
- Updated base files
- Updated dependencies
- Updated base files
- Updated dependencies
- Support for embedded sourcemaps
- Updated dependencies
- Errors will now tell you which file, line, and character they were encountered for (when available)
- Repackaged
- Added support for
md
andmarkdown
extensions for litcoffee - Repackaged
- Updated dependencies
- Added support for
litcoffee
files - Added the ability to customise the compiler optons sent to the CoffeeScript compiler via the plugin's
compileOptions
config option - Dependency upgrades -
coffee-script
from ~1.4.0 to ~1.6.1
- Repackaged
- Updated dependencies
- Updated dependencies
- Re-added markdown files to npm distribution as they are required for the npm website
- Split into its own plugin
- Fixed HTML to CoffeeKup (bug introduced in v2.0.1)
- Added better tests
- Cleaned code a bit
- Added support for null extensions for CoffeeScript files
- Updated for DocPad v5.0
- Updated dependencies