Skip to content

v1.8.0

Compare
Choose a tag to compare
@hacksalot hacksalot released this 14 Feb 10:25
· 117 commits to master since this release

Added

  • Updated Awesome theme to latest version of Awesome-CV.
  • Introduced new theme helpers: pad, date.

Fixed

  • Fixed an issue where the Awesome theme wouldn't correctly generate LaTeX outputs (#138).
  • Emit a line number for syntax errors around embedded newlines in JSON strings (#137).
  • Fix several PDF / PNG generation errors (#132, others).
  • Display a more helpful error message when attempting to generate a PDF or PNG on a machine where PhantomJS and/or wkhtmltopdf are either not installed or not path-accessible.
  • Fixed an issue that would cause long-running PDF/PNG generation to fail in certain environments.
  • Fixed an issue involving an unhelpful spawn-related exception (#136).

Internal

  • JSHint will no longer gripe at the use of == null and != null in CoffeeScript transpilation.
  • Introduced template-friendly Awesome-CV fork to isolate template expansion logic & provide better durability for HackMyResume's awesome theme.
  • Fixed a couple temporary regressions (#139, #140) on the dev branch.
  • Additional tests.
  • Minor breaking HackMyResume API changes.