Releases: joaocarmo/vcard-creator
Releases · joaocarmo/vcard-creator
v0.7.1
v0.7.0
What's Changed
- build: Update devDependencies in package.json by @joaocarmo in #48
- feat(deps): upgrade packages and package manager by @joaocarmo in #51
- fix(vCard): minor issues by @joaocarmo in #52
- chore(vCard): deprecate
vcalendar
format by @joaocarmo in #53
Full Changelog: v0.6.0...v0.7.0
v0.6.0
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
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #30
- Bump terser from 5.10.0 to 5.14.2 by @dependabot in #31
- [Feat] Add support for
UID
attribute by @joaocarmo in #33
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
Key features
- Removed
@deprecated
from thetoString()
method - Added a custom error object
VCardException
- Removed the
include
argument from theaddLogo()
andaddPhoto()
methods - Removed unnecessary comments
- Added the missing functionality to the
addLogo()
andaddPhoto()
methods - Added the missing functionality to the
addLogoURL()
andaddPhotoURL()
methods
v0.3.4
v0.3.3
v0.3.2
Key features
- Fixes the subpath exports