这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: yamlresume/yamlresume

v0.6.0

21 Jul 11:03
Compare
Choose a tag to compare

Features

  • add docs link to sample resume preamble (07de6d4)
  • aliasing sections with new titles (e9b955b)
  • support section reordering (4841635)
  • tolerate invalid date and fallback to string (8c72cb3)

Bug Fixes

  • missing the end dot in option schema message (1e26c3b)
  • typo in name schema example (ba4ae63)

Full Changelog: v0.5.1...v0.6.0

v0.5.1

15 Jul 15:19
Compare
Choose a tag to compare

Features

  • bump schema.json version from 0.5.0 to 0.5.1 (2882a01)
  • capitalize schema names to better align with types (b1221b1)
  • prettify yaml.parse error in clang style (deb61bf)

Bug Fixes

  • fixed broken references in README.md (#35) (b992dba)
  • nullish fields should show metadata even when null (682016b)
  • sort validate errors by line numbers ascendingly (47e0db4)
  • sunset datetime for validation error message (d34a6b0)

What's Changed

  • fix: Fixed broken references in README.md by @jimmydg in #35

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Jul 09:59
Compare
Choose a tag to compare

Features

  • add --no-validate flag to build command (4fc0ec2)
  • add metadata for content schemas (b16a200)
  • add metadata for layout schemas (59edb59)
  • add metadata to primitive schemas (2a711df)
  • add resume schema (4336dfa)
  • add validate command (931fddd)
  • add yaml-language-server schema to sample resume (e574220)
  • making optional field nullish (8eb4d8d)
  • move fontspec config to layout.latex object (a27f009)
  • new zod schema for resume content (fa9f3dd)
  • new zod schema for resume layout (7cd04df)
  • sunset underline mark node in AST (3a329be)

Bug Fixes

  • fix typo 'scalibility' to 'scalability' in fixtures (6db8ec6)
  • regenerate assets after fixing typos in resume.yml (b6399c4)
  • revise option schema error message (1007a8c)

What's Changed

  • fix: fix typo 'scalibility' to 'scalability' in fixtures by @JaanJah in #33

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

18 Jun 14:12
Compare
Choose a tag to compare

Features

  • add 50+ languages (790fe20)
  • add some fancy badges (c49a5e2)
  • default to MarkdownParser for renderer's summary parser (6e7f219)
  • sunset TiptapParser and related tiptap code (36b86b1)

Bug Fixes

  • fallback to default value for unknown option (f3edc01)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Jun 11:47
Compare
Choose a tag to compare

Bug Fixes

  • align log output for build command (ff771e6)
  • tolerate undefined/null properties for resumes (920da87)

Full Changelog: v0.4.0...v0.4.1