Skip to content

Releases: jnordberg/wintersmith

Version 2.1.0

29 Jun 17:41
Compare
Choose a tag to compare
  • Markdown plugin now resolves relative urls to content other items in the content tree (thanks @jeromew)
  • Added auto option to syntax highlighting that will try to auto detect language used
  • CLI now exits with code 1 if something went wrong
  • Hopefully fixed errors due to multiple file change events in windows (thanks @DaveCTurner)
  • Tweaks to the blog example

Version 2.0.10

22 Jan 23:46
Compare
Choose a tag to compare

Maintenance release

  • Fix some jade 1.0 issues – thanks @AlexZeitler and @Razorfish-Central
  • Fix a bug that caused large sites (800+ files) to fail rendering – @jeromew
  • Update all dependencies and fix a few issues arising from that

Version 2.0.9

28 Nov 00:36
Compare
Choose a tag to compare

Couple of bugfixes related to running wintersmith programatically

Version 2.0.8

04 Nov 04:13
Compare
Choose a tag to compare

Small bugfix release

  • Display plugin handling the request in preview server log
  • Sort filenames in content tree
  • UTF8 fixes (@rolftimmermans @aularon)
  • Make Page more subclass-friendly (@acdlite)
  • Layout fixes in template (@tusharmath)

Version 2.0.7

11 Sep 09:52
Compare
Choose a tag to compare

Republish of 2.0.6 since npm publish stopped running prepublish hooks and thus not compiling the coffeescript before uploading it to the servers.

Also added a version.js file to the compiled package so wintersmith -V will now report the version that was built and not just whatever is in package.json.

Version 2.0.6

09 Sep 09:23
Compare
Choose a tag to compare