Skip to content

Releases: jsonresume/resume-schema

v1.2.1

06 Aug 09:41
50798e3
Compare
Choose a tag to compare

1.2.1 (2024-08-06)

Bug Fixes

v1.2.0

10 Jul 12:20
Compare
Choose a tag to compare

1.2.0 (2024-07-10)

Features

  • bumping package manually (d0c3948)

v1.1.0

10 Jul 12:00
Compare
Choose a tag to compare

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

  • added a draft to support a job description schema (34fc6c2)
  • added more support for job description schema (e504d4e)
  • changed namespace of schema package to @jsonresume/schema (5593c70)
  • changed schema validator library (7a892ba)
  • updated schema npm version. added new instructions (0b438ea)

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