Releases: allenporter/ical
Releases · allenporter/ical
0.0.3
What's Changed
This library is still in active development and far from implementing most of rfc5545, though some of the fundamental structure is coming together.
- Add transparency and date vs datetime support by @allenporter in #6
- Marginally improve property parsing by @allenporter in #7
- Complete DATE-TIME property value parsing by @allenporter in #8
- Code cleanup: Move component properties and property values to separate files by @allenporter in #9
- Add support for additional properties by @allenporter in #11
- Update the rfc5545 parser by @allenporter in #12
- Add support for parsing extra unknown properties by @allenporter in #13
- Add rfc5545 To-do implementation by @allenporter in #14
- Rename golden test files by @allenporter in #15
- Merge pydantic and ics data models by @allenporter in #16
- Separate contentlines + parsed property complexity out of field type by @allenporter in #17
- Add code coverage to ical by @allenporter in #18
- Add missing lines and package to code coverage report by @allenporter in #19
- Increase event test coverage to 96% by @allenporter in #20
Dependencies
- Bump pytest and pytest-golden by @allenporter in #10
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Add test coverage for calendar and timeline by @allenporter in #2
- Update description in readme by @allenporter in #3
- Add initial rfc5545 parser, with many caveats by @allenporter in #4
- Add documentation to content lines parsing by @allenporter in #5
Full Changelog: 0.0.1...0.0.2
0.0.1
What's Changed
- Setup inital python package by @allenporter in #1
Full Changelog: https://github.com/allenporter/ical/commits/0.0.1