Skip to content

Releases: hawry/events-are-square

v0.2.1

09 Nov 13:49
Compare
Choose a tag to compare

Refactored code which will break previous versions if this is conflicting. Most changes are in the background and will not be seen by the user.

  • A bit more DRY approach to the main function and moved large parts of the parse- and decoding responsibilities to own packages
  • Removed flags that didn't have any impact on the end result (such as append)
  • Updated README
  • Removed test-suite since they didn't actually do anything, will be rewritten in next release
  • Added build version during compilation time, can be accessed through the --version flag

v0.1.1

09 Mar 16:13
Compare
Choose a tag to compare

Fixes the problem where 32-bit architectures couldn't unmarshal the JSON timestamps from SquareSpace as referenced in issue #1

v0.1

06 Mar 14:43
Compare
Choose a tag to compare

Basic functionality is implemented. Supported iCal tags:

  • VEVENT
  • DTSTART
  • DTEND
  • SUMMARY
  • DESCRIPTION
  • UID