Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 00:26
5c33c67

2.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • theme: you must now specify what theme to use when rendering a resume

Features

  • theme: remove theme auto-load (#4) (5c33c67)

Migration

Using jsonresume-theme-even as an example:

Option 1: --theme CLI option

resumed --theme jsonresume-theme-even

Option 2: .meta.theme resume field

{
  "meta": {
    "theme": "jsonresume-theme-even"
  }
  // rest of resume
}