Skip to content

Releases: hacksalot/HackMyResume

v0.8.0 relativistic nutrition

18 Nov 09:57
Compare
Choose a tag to compare

Changed

  • Expose FluentDate at API level.
  • Fix various generation glitches.
  • Support latest FCV Desktop.

v0.7.2 beetling revelry

28 Oct 01:49
Compare
Choose a tag to compare

Added

  • Allow year-only (YYYY) dates.
  • Allow current as a date.
  • Introduce new theme: compact.

v0.7.1 morphological brigade

27 Oct 11:37
Compare
Choose a tag to compare

Fixed

  • Fix showstopper issue with PDF generation.

v0.7.0 giant thrill

27 Oct 07:54
Compare
Choose a tag to compare

Changed

  • Renamed FluentCMD to FluentCV and updated on NPM.

v0.6.0 schnabelian diction

26 Oct 17:46
Compare
Choose a tag to compare

Changed

v0.5.0 accomplished du

26 Oct 14:15
Compare
Choose a tag to compare

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

25 Oct 12:21
Compare
Choose a tag to compare

Added

  • Support for disabling HTML prettification with --nopretty or -n.
  • FluentLib updates.

Changed

  • Clean up JSON object model metadata.

v0.3.1 limp dauphin

11 Oct 03:26
Compare
Choose a tag to compare

Fixed

  • Fluentlib library version.

v0.3.0 ideological abbot

11 Oct 03:20
Compare
Choose a tag to compare

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

09 Oct 10:21
Compare
Choose a tag to compare

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.