Releases: yamlresume/yamlresume
Releases · yamlresume/yamlresume
v0.6.0
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
Full Changelog: v0.5.1...v0.6.0
v0.5.1
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
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
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
New Contributors
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
Bug Fixes
- align log output for build command (ff771e6)
- tolerate undefined/null properties for resumes (920da87)
Full Changelog: v0.4.0...v0.4.1