Jan 1, 2023
Aug 11, 2022
- Enhances the types definitions
- Reorganizes the files
- Adds support for
UID
(#32)
Jan 9, 2022
- Fixes the issue with the
addPhoneNumber()
method only acceptingnumber
as a parameter, making it impossible to pass leading zeros (#27)
Jul 10, 2021
- Updated the docs
Mar 25, 2021
- Fixes the
addMediaContent()
method (#17 thanks to @Falklian) - Fixes the
addMediaURL()
method
Mar 21, 2021
- 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
Mar 21, 2021
- Fixes the exported typings (#13) to have the same name as the distribution file
Jan 31, 2021
- Fixes the exported typings (#13)
Jan 9, 2021
- Fixes the subpath exports
Jan 9, 2021
- Updated the TypeScript declaration file's output to match the name of the bundle (#11)
Nov 6, 2020
- Updated the documentation to include information about using the module in the browser (ESM)
- Updated the
package.json
to comply with ESM best practices - Updated the dependencies
Aug 9, 2020
- Added support for iCalendar data files
Aug 8, 2020
- Converted to TypeScript
- Added unit and functional tests
- Updated the documentation (#1)
Aug 11, 2019
- Updated the dependencies to resolve the security vulnerability CVE-2019-10744
Apr 1, 2019
- Changed the named export to a default export, making it incompatible with previous versions [BREAKING]
- Renamed the global object from
vcard_creator
tovcardcreator
[BREAKING] - Renamed the constructor
VCard
[BREAKING]
Feb 8, 2019
- Updated the dependencies to resolve the security vulnerability in lodash
Jun 1, 2018
- Added tests for CLI, compiled for web (i.g. webpack) and not compiled (i.g. used from the global window object)
- Updated the README.md
Apr 26, 2018
- Exposed the library as a compiled bundle to avoid dependencies
Apr 25, 2018
- Removed the index.js and exposed the module directly from the lib folder
Sep 1, 2017
- Removed the transliteration dependency in order to be compatible with UglifyJS
Aug 31, 2017
- Removed the locutus dependency
- Fixed the folding of long lines into multiple lines
Aug 29, 2017
- Initial release