Skip to content

Releases: rbardini/resumed

v3.0.1

17 Jan 01:37
Compare
Choose a tag to compare

3.0.1 (2023-01-17)

Bug Fixes

  • init: create require to import JSON (b1b361f)

v3.0.0

16 Jan 00:27
42a1a68
Compare
Choose a tag to compare

3.0.0 (2023-01-16)

⚠ BREAKING CHANGES

  • esm: require Node.js 14.16+

Features

v2.0.0

09 Jan 00:26
5c33c67
Compare
Choose a tag to compare

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
}

v1.0.3

13 Apr 15:24
Compare
Choose a tag to compare

1.0.3 (2022-04-13)

Bug Fixes

  • deps: update dependencies (81bb813)

v1.0.2

14 Nov 16:15
Compare
Choose a tag to compare

1.0.2 (2021-11-14)

Bug Fixes

  • theme: search themes in current working dir (29eca25)

v1.0.1

14 Nov 15:22
Compare
Choose a tag to compare

1.0.1 (2021-11-14)

Bug Fixes

  • theme: properly ignore duplicate themes (10f4c77)

v1.0.0

25 Feb 21:59
Compare
Choose a tag to compare

1.0.0 (2021-02-25)

Features

  • release the Kraken! 🐙 (ddf91bf)