Releases: jskherman/imprecv
Releases · jskherman/imprecv
v1.0.1
Changes:
- Allow empty address fields to omit location details, closing #9.
- Remove the
postalCode
address field in the YAML file.1 - Allow for customization of section titles using their respective functions.
Full Changelog: v1.0.0...v1.0.1
-
Currently unsure of how to remove the comma in front of the postal code (can be both numbers and letters) using RegEx. Please include it in the other fields for now. ↩
v1.0.0
What's Changed
- Adjustable spacing between sections by @btrose98 in #21
- Extended strpdate function to allow month names in other languages by @Osares10 in #22
- added credential id key for certificates by @0x42697262 in #20
- Convert template to Typst's package/template format for Typst Universe by @jskherman in #23
New Contributors
- @btrose98 made their first contribution in #21
- @Osares10 made their first contribution in #22
- @0x42697262 made their first contribution in #20
Full Changelog: v0.4.0...v1.0.0
v0.4.0
What's Changed
- Adding the option to use smallcaps instead of strict uppercase in headings by @notPlancha in #12
- chore: update .gitignore to ignore compiled PDFs by @Aparaxium in #14
- chore: clean up comments by @mangkoran in #13
⚠️ Breaking change - feat: allow multiple position in a workplace by @mangkoran in #18- The schema of the YAML file has changed. There is now a
positions
object array under each organization item in thework
section of the YAML file where theposition
,startDate
,endDate
, andhighlights
fields were moved to. See work section in theexample.yml
file. - Please update the schema/structure of your YAML file when updating the submodule/template to this version.
- The schema of the YAML file has changed. There is now a
New Contributors
- @notPlancha made their first contribution in #12
- @Aparaxium made their first contribution in #14
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Issue #7: 'uservars.showNumber=false' leaves empty element in 'profiles' by @nrmancuso in #8
- Revise JSON schema for the YAML input file and allow null values in URL fields
- Default CV sections to be (line) breakable as a block, added a boolean parameter
isbreakable
to section functions toggle this
New Contributors
- @nrmancuso made their first contribution in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: check empty value for entry by @mangkoran in #1
- Modular file structure by @mangkoran in #2
- Add: #4 support for "present" value in dates and fix "breakable" section blocks by @jskherman in #5
New Contributors
- @mangkoran made their first contribution in #1
Full Changelog: v1.0.0...v2.0.0
Release v0.1.0
Initial release.