Revision history for Perl extension Text::JSContact

0.02  2026-08-31
	- clarify licensing: same terms as Perl itself (Artistic License 1.0
	  or GPL version 1 or later)
	- include a LICENSE file in the distribution
	- add POD with NAME/AUTHOR/LICENSE (the module had none)
	- README previously claimed Artistic License 2.0, which contradicted
	  the Perl_5 metadata; the README was wrong

0.01  2026-04-05
	- Initial release
	- Bidirectional vCard <=> JSContact conversion
	- Follows RFCs 9553 (JSContact), 9554 (extensions), 9555 (vCard mapping)
	- Covers: name, emails, phones, addresses, organizations, titles,
	  anniversaries, notes, onlineServices, media, links, calendars,
	  schedulingAddresses, cryptoKeys, directories, keywords, members,
	  relatedTo, speakToAs, preferredLanguages, personalInfo
	- 192 unit tests including RFC 9555 test vectors
	- Cyrus CardDAV integration tests