Skip to content

Releases: Peltoche/ical-rs

v0.11.0

13 Mar 05:36
c2f6bb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

17 Jan 13:09
2e83429
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 Nov 10:22
38ec4ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...v0.9.0

0.6.0

29 Nov 09:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

06 Nov 15:30
Compare
Choose a tag to compare
  • Make the parser components public #30

0.4.3

28 Oct 21:47
Compare
Choose a tag to compare
  • Change the license for MIT
  • Some minor update into the README

0.4.2

28 Oct 21:39
Compare
Choose a tag to compare
  • Update the documentation link

0.4.1

28 Oct 21:38
Compare
Choose a tag to compare
  • Add "STANDARD" and "DAYLIGHT" as sub-components of "VTIMEZONE"
  • Implemented time zone transitions

0.4.0

05 Mar 17:56
Compare
Choose a tag to compare
  • Move LineParser to PropertyParser
  • Move LineParsed to Property
  • Change features names
  • Improve error handling
  • Add documentation
  • Improve toml
  • Improve documentation site system
  • Add doc generation script

0.3.0

04 Mar 15:58
Compare
Choose a tag to compare
  • Fix #17 by @iv597 with #19
  • Fix #16
  • Fix old tests
  • Fix bug detection value
  • Add some tests for IcalParser / VcardParser