Releases: joaocarmo/vcard-creator
Releases · joaocarmo/vcard-creator
v0.7.2
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
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
vcalendarformat 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
UIDattribute by @joaocarmo in #33
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
Key features
- Removed
@deprecatedfrom thetoString()method - Added a custom error object
VCardException - Removed the
includeargument 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