Skip to content

Releases: joaocarmo/vcard-creator

v0.7.1

15 Jul 00:09
8e87c4f
Compare
Choose a tag to compare

What's Changed

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

v0.7.0

09 Mar 23:00
8c99829
Compare
Choose a tag to compare

What's Changed

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

v0.6.0

01 Jan 10:51
476da9c
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.4.2

09 Jan 13:54
de39bb7
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Key features

  • Fixes the exported typings (#13)

v0.3.2

09 Jan 16:06
Compare
Choose a tag to compare

Key features