Skip to content

Releases: fresh-standard/fresh-jrs-converter

v1.0.0

10 Feb 06:15
v1.0.0
c7a2ca9
Compare
Choose a tag to compare

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.

v0.2.3

29 Jan 09:05
v0.2.3
d6dd67f
Compare
Choose a tag to compare

Forthcoming

v0.2.2

13 Feb 02:27
Compare
Choose a tag to compare

Changed

  • When converting to FRESH format, set the schema version to the official latest FRESH version, eg, FRESH@0.6.0.
  • Avoid throwing exceptions when accessing nested properties where null or undefined values are possible.

v0.2.1

04 Feb 23:07
Compare
Choose a tag to compare

Changed

  • Don't emit samples and disposition sections when convert to JSON Resume format.

v0.2.0

17 Jan 07:27
Compare
Choose a tag to compare

Added

  • Add baseline tests.
  • Travis CI support.
  • README badges.

v0.1.1

16 Jan 17:43
Compare
Choose a tag to compare

Fixed

  • Add Underscore.js dependency.

v0.1.0

16 Jan 17:16
Compare
Choose a tag to compare

Initial release

Added

  • Introduce conversion code without modification from ~v1.6.0 of HackMyResume.