Skip to content

Releases: jsonresume/resume-schema

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

Add Schema Descriptions

24 Apr 01:32
Compare
Choose a tag to compare

Remove skills.releaseDate

24 Apr 01:27
Compare
Choose a tag to compare
v0.0.7

no http

Schema First Draft

24 Apr 01:20
Compare
Choose a tag to compare

Additions

  • bio.firstName
  • bio.lastsName
  • bio.email
  • bio.phone
    • work
    • personal
  • bio.summary
  • bio.location
    • city
    • countryCode
    • state
  • bio.websites
    • blog
  • bio.profiles
    • twitter
    • github
  • work.company
  • work.position
  • work.summary
  • work.website
  • work.startDate
  • work.endDate
  • work.highlights
  • education.institution
  • education.area
  • education.studyType
  • education.startDate
  • education.endDate
  • education.courses
  • awards.title
  • awards.awardDate
  • awards.awarder
  • publications.name
  • publications.publisher
  • publications.releaseDate
  • publications.website
  • skills.name
  • skills.level
  • skills.releaseDate
  • skills.keywords
  • hobbies.name
  • hobbies.keywords
  • references.name
  • references.reference

Initial Schema Added

24 Apr 01:08
Compare
Choose a tag to compare

Initial Example Added

24 Apr 01:00
Compare
Choose a tag to compare

Other Changes:

  • add TravisCI config
  • add tests

Add validator.js

24 Apr 00:59
Compare
Choose a tag to compare
v0.0.1

new syntax