Releases: jsonresume/resume-schema
Releases · jsonresume/resume-schema
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2024-07-10)
Bug Fixes
- add scheme to sample project URL (995fef2)
- bump supported node to 18,20 (9b59f30)
- change certificates date format to ISO8601 (3a9f02f)
- correctly use new validator in date specs (ec13c2e)
- pin sample resume canonical URL version (cd8ca01)
- update dependencies (8f88769)
- update deps (3e7b454)
Features
v1.0.0
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
v0.2.0
Add education.url
v0.1.3 0.1.3
Add $schema Property
$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
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 correcturi
type
GitHub Actions CI/CD Enabled
- CI is now enabled for Node 10 & 12
- CD triggered by
npm version [major|minor|patch]
publishes to NPM