Skip to content

Releases: jsonresume/resume-schema

v1.0.0

25 Nov 12:47
Compare
Choose a tag to compare

1.0.0 (2020-11-25)

Performance Improvements

  • Third attempt at semver release of v1 (7095651)

BREAKING CHANGES

  • The JSON Resume specification has gone significant revision over an almost 6 year period. The ecosystem will take a minor hit and will take a bit of time to come up to scratch. Again, thanks to all of the community for contributions.

v0.2.1

25 Nov 12:37
Compare
Choose a tag to compare

0.2.1 (2020-11-25)

Performance Improvements

  • Incorrectly used semver for v1 =D (85102e6)

v0.2.0

25 Nov 12:26
Compare
Choose a tag to compare

0.2.0 (2020-11-25)

Features

  • Add section for training & certification (b90f68e)

Add education.url

24 Apr 20:29
Compare
Choose a tag to compare
v0.1.3

0.1.3

Add $schema Property

23 Apr 03:48
Compare
Choose a tag to compare

$schema is used to indicate which version of the JSONResume schema applies

Other Changes:

  • removed old/unused samples
  • rename main sample to sample.resume.json

Better Dates

23 Apr 01:33
Compare
Choose a tag to compare

Date format validation has been relaxed to support the following formats

YYYY-MM-DD
YYYY-MM
YYYY

Other Changes:

  • removed schema.json.html
  • README.md updated
  • .vscode/ removed
  • corrected url fields to use the correct uri type

GitHub Actions CI/CD Enabled

22 Apr 22:28
Compare
Choose a tag to compare
  • CI is now enabled for Node 10 & 12
  • CD triggered by npm version [major|minor|patch] publishes to NPM

Schema Updates

25 Apr 03:51
Compare
Choose a tag to compare

Changes:

  • add work.location
  • add work.description
  • rename work.company -> work.name
  • rename basics.picture -> basics.image
  • rename basics.website -> basics.url
  • rename work.website -> work.url
  • rename volunteer.website -> volunteer.url
  • rename publication.website -> publication.url
  • add projects section
  • add project.name
  • add project.description
  • add project.highlights
  • add project.keywords
  • add project.startDate
  • add project.endDate
  • add project.url
  • add project.roles
  • add project.entity
  • add project.type
  • add meta section
  • add meta.lastModified
  • add meta.version
  • add meta.canonical
  • add meta.dateModified
  • rename language.language -> language.name
  • rename language.fluency -> language.level
  • rename basics.website -> basics.url
  • rename work.website -> work.url
  • rename volunteer.website -> volunteer.url
  • rename publications.website -> publications.url

Schema Updates

25 Apr 02:01
Compare
Choose a tag to compare

Changes:

  • merge bio.firstName + bio.lastName -> bio.name
  • add publications.summary
  • change profiles type to array
  • rename bio -> basics
  • add location.address
  • add location.postalCode
  • rename awards.awardDate -> awards.date
  • rename all instances of websites -> website
  • specified that countryCode conforms to ISO standard
  • rename bio.location.region -> bio.location.state
  • add bio.picture
  • add education.gpa
  • change bio.email and bio.phone to type strings
  • add awards.summary
  • add volunteer
  • add volunteer.organization
  • add volunteer.position
  • add volunteer.website
  • add volunteer.startDate
  • add volunteer.endDate
  • add volunteer.summary
  • add volunteer.highlights
  • rename hobbies -> interests
  • add languages
  • add languages.language
  • add languages.fluency

Add bio.label

24 Apr 01:33
Compare
Choose a tag to compare
v0.0.10

added pied piper as demo resume