7 Commits

Author SHA1 Message Date
ce70e5ddd4 Bump version in prep for release. 2023-05-03 07:11:32 -05:00
68554920e5 Fix bug in parsing TEL content. Rework unit tests.
- newVC3_Tel was not assigning the value provided to the constructed
  object.
- Private unit tests were run every time the code was compiled due to
  how the unittest library works. These now only run as part of the unit
  tests with `nimble test`.
2023-04-16 03:34:14 -05:00
47c62cce6d Restructure to follow standard nimble package format. 2023-04-15 07:40:58 -05:00
a1dac6eaaf Bump version. 2023-04-15 07:09:55 -05:00
82dffc1154 Initial VCard 3.0 implementation completed. 2023-04-04 14:31:44 -05:00
d6d8e1d654 WIP vcard 3.0 implementation. 2023-03-26 20:45:52 -05:00
3a7808668a Rename library to just 'vcard'. 2022-07-02 07:05:44 -05:00