Skip to content

v1.8.0

Choose a tag to compare

@hacksalot hacksalot released this 17 Feb 05:38
· 125 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 (hacksalot#138).
  • Emit a line number for syntax errors around embedded newlines in JSON strings (hacksalot#137).
  • Fix several PDF / PNG generation errors (hacksalot#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 (hacksalot#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 (hacksalot#139, hacksalot#140) on the dev branch.
  • Additional tests.
  • Minor breaking HackMyResume API changes.