Releases: hacksalot/HackMyResume
Releases · hacksalot/HackMyResume
v0.8.0 relativistic nutrition
Changed
- Expose FluentDate at API level.
- Fix various generation glitches.
- Support latest FCV Desktop.
v0.7.2 beetling revelry
Added
- Allow year-only (
YYYY
) dates. - Allow
current
as a date. - Introduce new theme:
compact
.
v0.7.1 morphological brigade
Fixed
- Fix showstopper issue with PDF generation.
v0.7.0 giant thrill
Changed
- Renamed FluentCMD to FluentCV and updated on NPM.
v0.6.0 schnabelian diction
Changed
- Move theme repository to fluentdesk/fluent-themes
- Publish theme repository to NPM.
v0.5.0 accomplished du
Added
- Support for YAML output format. Specify a
.yml
extension on any output file or use.all
. - Support for silent mode with
-s
or--silent
. - All themes get YAML and JSON output formats for free (no templates required).
Changed
- Output formats are now driven by the theme.
- Themes no longer have to include templates for all output formats.
Fixed
- Create output folder if it doesn't exist, instead of erroring out.
v0.4.0 youthful precision
Added
- Support for disabling HTML prettification with
--nopretty
or-n
. - FluentLib updates.
Changed
- Clean up JSON object model metadata.
v0.3.1 limp dauphin
Fixed
- Fluentlib library version.
v0.3.0 ideological abbot
Added
- Output to Markdown format.
- Output to JSON format.
Changed
- Command-line interface. Output files must be prefaced with
-o
.
v0.2.0 revealing cup
Added
-
Support for specifying an external theme folder via the
-t
parameter:fluentcmd resume.json -t ~/blah/custom-theme
The existing behavior of
-t [theme-name]
is still allowed:fluentcmd resume.json -t informatic
-
Barebones "Hello World" theme with content:
Hello, world! My name is {{ r.basics.name }}.
fluentcmd resume.json -t hello-world
-
Better error handling.
Fixed
- OS X: Node.js runtime error.