Skip to content

Releases: nanoc/nanoc

4.12.21

27 Apr 06:03
4.12.21
0ca9f97
Compare
Choose a tag to compare

Fixes:

  • Fixed a rare “private method printf” error (#1694)

Enhancements:

  • Sped up checksummer and made it more reliable and correct (#1693)
  • Removed Nokogiri warning message on JRuby (#1700)

4.12.20

15 Mar 07:46
4.12.20
5867527
Compare
Choose a tag to compare

Enhancements:

  • Add base64 as a gem dependency (#1681)
  • Specify pry as one of nanoc-cli's runtime dependencies (#1679) [Junichi Sato]
  • Add org extension (for Org Mode) to list of text file extensions (#1688) [Antar]

4.12.19

08 Dec 09:56
4.12.19
5cb0301
Compare
Choose a tag to compare

Fixes:

  • Restored support for YAML aliases (#1677) [zor-el]
  • Fixed inadvertent reference to Nanoc:: namespace from within nanoc-cli gem (#1673)

Enhancements:

  • Made the default Rules file use #passthrough (#1668) [Hendrik Jäger]
  • Added support for slim 5.x (#1675)
  • Added support for psych 5.x (#1674)
  • Added source_code_uri metadata to gemspecs (#1669) [Junichi Sato]

4.12.18

15 Oct 08:14
4.12.18
7d0196e
Compare
Choose a tag to compare

Fixes:

  • Fixed example kramdown rules generated by create-site to have the correct extension for non-index .md files (#1665) [Hendrik Jäger]
  • Fixed issue which could cause not all pages to be compiled after an interrupt (⌃C) (#1641, #1667)

Enhancements:

  • Made create-site generate a Gemfile that includes nanoc (#1666)

4.12.17

30 Sep 12:22
4.12.17
b7bfcf5
Compare
Choose a tag to compare

Fixes:

  • Fix dart-sass compatibility (#1664)
  • Remove accidental dependency from nanoc-core onto nanoc

4.12.16

24 Jun 08:43
4.12.16
013dc3c
Compare
Choose a tag to compare

Fixes:

  • Made error handler print full error message if available (#1657)

4.12.15

06 Feb 08:43
4.12.15
f141669
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue which made items always be considered outdated in sites with data sources with a custom items_root defined (#1640, #1644)

4.12.14

03 Dec 20:10
4.12.14
6d2ee86
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue which would cause Invalid argument @ io_write on larger sites (#1636)

Enhancements:

  • Made Nanoc store temporary data (in tmp/nanoc/) in compressed form (#1637)

4.12.13

30 Nov 08:00
4.12.13
2d05b82
Compare
Choose a tag to compare

Fixes:

  • Prevented an issue where items could have two leading slashes in their identifier when using the filesystem data source’s extra_files option (#1622)
  • Fixed an issue which would make nanoc compile --watch or nanoc live crash if the layouts directory does not exist (#1625, #1626)
  • Fixed the usage of the show-rules command (it takes no arguments) (#1628)
  • Fixed an issue which could make Nanoc crash with Stopwatch::AlreadyRunningError (#1631, #1633)

4.12.12

15 Nov 08:44
4.12.12
f013149
Compare
Choose a tag to compare

Fixes:

  • Fixed a bug that could incorrectly raise compilation dependency cycle errors (#1620)