Skip to content

Latest commit

 

History

History
159 lines (93 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

159 lines (93 loc) · 3.33 KB

Changelog

0.6.0

Jan 1, 2023

  • Adds support for addNickname (#38) and addSocial (#39)

0.5.0

Aug 11, 2022

  • Enhances the types definitions
  • Reorganizes the files
  • Adds support for UID (#32)

0.4.2

Jan 9, 2022

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

0.4.1 (no release)

Jul 10, 2021

  • Updated the docs

0.4.1

Mar 25, 2021

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

0.4.0

Mar 21, 2021

  • 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

0.3.4

Mar 21, 2021

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

0.3.3

Jan 31, 2021

  • Fixes the exported typings (#13)

0.3.2

Jan 9, 2021

0.3.1

Jan 9, 2021

  • Updated the TypeScript declaration file's output to match the name of the bundle (#11)

0.3.0 (no release)

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

0.3.0

Aug 9, 2020

  • Added support for iCalendar data files

0.2.0

Aug 8, 2020

  • Converted to TypeScript
  • Added unit and functional tests
  • Updated the documentation (#1)

0.1.0 (no release)

Aug 11, 2019

  • Updated the dependencies to resolve the security vulnerability CVE-2019-10744

0.1.0

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 to vcardcreator [BREAKING]
  • Renamed the constructor VCard [BREAKING]

0.0.6

Feb 8, 2019

  • Updated the dependencies to resolve the security vulnerability in lodash

0.0.5

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

0.0.4

Apr 26, 2018

  • Exposed the library as a compiled bundle to avoid dependencies

0.0.3

Apr 25, 2018

  • Removed the index.js and exposed the module directly from the lib folder

0.0.2

Sep 1, 2017

  • Removed the transliteration dependency in order to be compatible with UglifyJS

0.0.1

Aug 31, 2017

  • Removed the locutus dependency
  • Fixed the folding of long lines into multiple lines

0.0.0

Aug 29, 2017

  • Initial release