Releases: hacksalot/HackMyResume
Releases · hacksalot/HackMyResume
v1.1.0
Fixed
- MS Word formats: Fixed skill coloring/level bug.
Changed
-
Make the
TO
keyword optional. If noTO
keyword is specified (for thebuild
andconvert
commands), HMR will assume the last file passed in is the desired output file. So these are equivalent:hackmyresume BUILD resume.json TO out/resume.all hackmyresume BUILD resume.json out/resume.all
TO
only needs to be included if you have multipled output files:hackmyresume BUILD resume.json TO out1.doc out2.html out3.tex
v1.0.1
v1.0.0
v0.11.0 believable ignition
Added
- Lots of changes.
v0.10.3 turbulent fugue
Changed
- Update file headers.
Fixed
- Fix FCVD generation glitch.
v0.10.2 tactical interrogation
Added
- Improve Handlebars support.
- Fix various bugs in FCVD.
- Imrove MS Word format generation.
v0.10.1 waldensian traffic
Changed
- Fix FluentCV Desktop generation bug.
- Update NPM registry description.
- Tweak package.json versions.
v0.10.0 aeronautical wonder
Added
- Numerous breaking changes.
v0.9.1 yearly racetrack
Fixed
- Fixed theme loading glitch for FCV Desktop.
v0.9.0 gallant stability
Added
- Support for the FRESH resume schema.
- Validate resumes against either the FRESH or JSON Resume schema with
fluentcv validate <INPUTS>
. - Convert resumes between FRESH and JSON Resume with
fluentcv convert <INPUTS> <OUTPUTS>
. - Color-coding.
- Improved error handling.
Changed
- Use FRESH schema format by default since it supports a superset of LinkedIn, StackOverflow, JSON Resume, and other formats.
- Move to verb-based command line syntax:
fluentcv <VERB> <INPUTS> [TO <OUTPUTS>]
. Supported verbs in this version arebuild
,convert
,validate
, andhelp
.