Releases: jsonresume/resume-schema
Releases · jsonresume/resume-schema
Schema Updates
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
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
andbio.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
v0.0.10 added pied piper as demo resume
Add Schema Descriptions
v0.0.9 bump
Remove skills.releaseDate
v0.0.7 no http
Schema First Draft
Additions
- bio.firstName
- bio.lastsName
- bio.email
- bio.phone
- work
- personal
- bio.summary
- bio.location
- city
- countryCode
- state
- bio.websites
- blog
- bio.profiles
- 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
v0.0.4 new
Initial Example Added
Other Changes:
- add TravisCI config
- add tests
Add validator.js
v0.0.1 new syntax