Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@Peltoche Peltoche released this 03 Dec 15:02
· 96 commits to master since this release
  • Add LineReader (ical/vcard): Take a buffer and unfold the content.
  • Add LineParser (ical/vcard): Take a buffer or LineReader and parse the content. Have not been officialy tested with vcard format!
  • Add IcalParser (ical): Take a buffer and structur the content into components.
  • Add some basic tests on LineReader.
  • Add some basic tests on LineParser.
  • Add some documentation.