Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 15:01
· 14 commits to master since this release
2cc0cc8

2.0.0 (2024-06-07)

Breaking Changes

  • social: Move hide name to social settings (794e4c8)

Move hideSocialName settings to social section

BREAKING CHNANGE: Move section contents to details array

* Add less as output method
* Add Settings paramter to all sections
* Add details to all sections
* Details now hold each section content
  • core: big code refactor, DRY & Clean (6dfed1f)

BREAKING CHANGE: Refactored siginificant part of the code, changed outputs & parameters naming

* Changed command related content to functions instead of repetitive functions
* Added echoArray function to print contents of each command array,
instead of constantly using the term.echo() method, making output formating more consistent
* Changed hideSource paramter to source, default true shows source text, false hides source text
* Changed output of job, education, certifications
* All is now array of arrays instead of calling each function individually

Documentation

Chores

  • Update jcubic/jquery.terinal to v2.42.0 (23e7506)

ref

  • social: Automatically set spacing (2cc0cc8)
  • help: Refactor help message (922e4ba)
  • Update source link (643e3a2)