Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@hacksalot hacksalot released this 10 Feb 06:15
· 1 commit to master since this release
v1.0.0
c7a2ca9

Added

  • Support for conversion to JSON Resume 1.0.0 edge format, which brings projects and meta to JSON Resume. (Both of these properties exist in FRESH already.) Note that by default, the converter converts to the latest 0.x format (currently, 0.0.16) which does not include those additional sections.

Changed

  • Simplified converter interface by merging multiple parameters into an options object.
  • Replace FRESCA dependency with fresh-standard/fresh-resume-schema.
  • Minor documentation updates.