You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.