Skip to content

Releases: sondalex/cliriculum

cliriculum 0.2.1

13 Feb 20:22
Compare
Choose a tag to compare
  • Fixed url in pyproject.toml's field documentation. The URL was set to wrong value for testing purposes and accidentally committed.
  • Changed chromium_print ip adress to loopback ('127.0.0.1' rather than empty string)

cliriculum 0.2.0

10 Feb 14:48
f1d769d
Compare
Choose a tag to compare
  • Updated documentation and fixed some of doc build warnings
  • cliriculum.resume.MainHTML dates parameter is now optional as well as cliriculum.resume.Resume same parameter.
  • Breaking change: cliriculum.resume.Resume parameters order changed. Passed from ..., dates, contact to ..., contact, dates.
    Therefore, users who relied on setting parameters implicitly e.g
    Resume("sidebar.md", "main.md", "dates.json", "contact.json") will have their code break with the update.
  • New test for cliriculum.utils module
  • User Guide

cliriculum 0.1.6

05 Feb 20:37
fca9e3f
Compare
Choose a tag to compare
  • Added job metadata feature. cli new argument: --job-metadata which points to JSON file with job metadata. This metadata, if provided, is used for naming PDF automatically
  • Added tests for cliriculum.deserializers and fixed bad management of null values #36.
  • Fixed regression which constrained to use a profile picture in resume (related to previous point)
  • Modified chromium_print test in tests/test_pdf.py if PDF is empty the procedure is repeated once again, if failed again, an assertion error is raised.
  • Now cliriculum.resume.resume function is deprecated. Deprecation warning is raised if used. Users should switch to the callable class cliriculum.resume.Resume

cliriculum 0.1.5.1

31 Jan 18:58
f2065af
Compare
Choose a tag to compare

First release for PyPi