Skip to content

Releases: alexpovel/ancv

v0.17.0

04 Sep 20:14
Compare
Choose a tag to compare

0.17.0 (2022-09-04)

Features

  • i18n: Employ babel, add proper internationalization to dates (492ee55)

Bug Fixes

  • app: Get rid of last remaining hard-coded strings (ad58a6e)
  • test: Remove explicit null fields (823d932)

Documentation

  • Add less usage hint (0bd5ca3)
  • Add local usage examples (e66a9b1)
  • Fix arrowheads (draw them manually) (8a1dce3)

v0.16.0

04 Sep 15:55
Compare
Choose a tag to compare

0.16.0 (2022-09-04)

Features

  • build: Halve the Docker image size (4d9fa53)

v0.15.2

04 Sep 14:38
Compare
Choose a tag to compare

0.15.2 (2022-09-04)

Bug Fixes

  • build: Use release-please output as tag value input for Docker tagging (4b05181)

v0.15.1

04 Sep 13:32
Compare
Choose a tag to compare

0.15.1 (2022-09-04)

Bug Fixes

  • build: Run publish pipeline on tags (a171597)

v0.15.0

04 Sep 12:53
Compare
Choose a tag to compare

0.15.0 (2022-09-04)

Features

  • build: Enable Docker image versioning (8a34b35), closes #23
  • self-hosting: Add self-hosting instructions and files (140bbcc)

v0.14.1

04 Sep 11:34
Compare
Choose a tag to compare

0.14.1 (2022-09-04)

Bug Fixes

  • app: Adjust field name, language being much more intuitive (fd25c0a)

Documentation

  • Expand docs, provide flow chart for core functionality (12346bc)
  • Expand section on creating components (c0457e4)
  • Polish README, vastly expand the construction flowchart (56cdc66)
  • Remove illegal JSON (1729b51)

v0.14.0

03 Sep 21:14
Compare
Choose a tag to compare

0.14.0 (2022-09-03)

Features

  • app: Adjust CV sections order (ac2ad1f)

Bug Fixes

  • app: Adjust defaults handling (5a11a4c)
  • app: Adjust rendering for skills to be 'sequential' as well (bd27a4d)
  • app: Fix whitespace in language rendering (43e577a)
  • templating: Fix whitespace/newlines around sections (3e5b5c6)
  • test: Expand full.json test input, fix/adjust whitespace correspondingly (cd31537)

v0.13.0

03 Sep 11:10
Compare
Choose a tag to compare

0.13.0 (2022-09-03)

Features

  • app: Make ancv available as an installable script (cabd4ec)
  • app: Provide date 'collapsing' for same-month ranges (5e4cc52), closes #45
  • app: Remove day from date formatting (08218b0)
  • test: Mark timings test as flaky, allowing reruns (5b44cda)

Bug Fixes

  • tests: Expect tests to fail if GH API limit reached (b6c97b5)

Documentation

  • Simplify README, add LinkedIn link (a57e8d1)

v0.12.0

14 Aug 13:13
Compare
Choose a tag to compare

0.12.0 (2022-08-14)

Features

  • api: Forego user existence check, try for gists directly (9f83798), closes #41

Documentation

  • Clean up README, move details to ARCHITECTURE doc (79c61a8)

v0.11.0

13 Aug 20:56
Compare
Choose a tag to compare

0.11.0 (2022-08-13)

Features

  • api: Enable GitHub username validation (614167b), closes #7
  • api: Raise 'correct' status code upon lookup error (8ae751f)
  • app: Cover GitHub API rate limit exceeding w/ a server response (99c6039)