Skip to content

Releases: joaocarmo/vcard-creator

v0.7.2

28 Mar 15:35
8e3c7a7

Choose a tag to compare

What's Changed

  • Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #57
  • deps: update to latest versions and migrate to eslint v9 by @joaocarmo in #58
  • chore: add husky by @joaocarmo in #59
  • build: update devDependencies and add rimraf for clean script by @joaocarmo in #62
  • chore(package): move babel plugin to devDependencies by @joaocarmo in #63

Full Changelog: v0.7.1...v0.7.2

v0.7.1

15 Jul 00:09
8e87c4f

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Mar 23:00
8c99829

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

01 Jan 10:51
476da9c

Choose a tag to compare

What's Changed

  • Bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #36
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #34
  • Adding the option to insert a social profile link by @OzzyCzech in #39
  • Add Nickname by @OzzyCzech in #38
  • chore(deps): upgrade dependencies and actions by @joaocarmo in #40

New Contributors

  • @lgtm-com made their first contribution in #34
  • @OzzyCzech made their first contribution in #39

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 Aug 20:09
e1d4145

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

09 Jan 13:54
de39bb7

Choose a tag to compare

Key features

  • Fixes the issue with the addPhoneNumber() method only accepting number as a parameter, making it impossible to pass leading zeros (#27)

v0.4.1

25 Mar 23:16
21dd22e

Choose a tag to compare

Key features

  • Fixes the addMediaContent() method (#17 thanks to @Falklian)
  • Fixes the addMediaURL() method

v0.4.0

21 Mar 19:54
1361010

Choose a tag to compare

Key features

  • Removed @deprecated from the toString() method
  • Added a custom error object VCardException
  • Removed the include argument from the addLogo() and addPhoto() methods
  • Removed unnecessary comments
  • Added the missing functionality to the addLogo() and addPhoto() methods
  • Added the missing functionality to the addLogoURL() and addPhotoURL() methods

v0.3.4

21 Mar 12:00

Choose a tag to compare

Key features

  • Fixes the exported typings (#13) to have the same name as the distribution file

v0.3.3

31 Jan 11:06
4812357

Choose a tag to compare

Key features

  • Fixes the exported typings (#13)