Skip to content

Releases: arran4/golang-ical

v0.3.2

28 Jan 04:54
bb7a0a8
Compare
Choose a tag to compare

What's Changed

  • Should be able to distinguish unset from invalid time properties by @brackendawson in #98
  • Add method to remove property by @quite in #96
  • Renamed interface as it's useful own it's own. Made it public. Added … by @arran4 in #59
  • Add leaks and vunerability checks by @arran4 in #58
  • Fix allday events by @arran4 in #101
  • fix: omit zone in "AllDay" event helpers by @dnwe in #67
  • refactor: remove unnecessary named return values, harmonizing code base by @quite in #103
  • refactor: rename var to reflect what it is by @quite in #104
  • refactor: fix some readability nits by @quite in #105
  • URL-support-for-parsing-78 by @arran4 in #102
  • URL support for parsing (issue #77) by @Courtcircuits in #78
  • Addition of some multiple Component Properties functionality and basis for later sanity checking by @arran4 in #108
  • Issue 97: Support for Alternative Representations by @arran4 in #106
  • Optimize serialization by decreasing buffer allocations by @gabe565 in #114

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Jul 13:43
ea4ce01
Compare
Choose a tag to compare

What's Changed

  • Add ComponentPropertyRelatedTo; the VTODO component can have that by @quite in #94

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 May 05:26
6591742
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.3.0

v0.2.8

11 Apr 05:56
9fab3f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

04 Mar 12:24
84a339a
Compare
Choose a tag to compare

What's Changed

  • Prefix mailto: for email in organizer property by @meain in #88

New Contributors

  • @meain made their first contribution in #88

Full Changelog: v0.2.6...v0.2.7

v0.2.6

15 Feb 23:50
0fcebed
Compare
Choose a tag to compare

What's Changed

  • Revert incorrect text escaping patch. by @frereit in #87

Full Changelog: v0.2.5...v0.2.6

v0.2.5

14 Feb 11:53
542d6e5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.3

20 Dec 05:21
1a61754
Compare
Choose a tag to compare
Merge pull request #83 from bcspragu/last-modified

Add {Get,Set}LastModifiedAt helpers

v0.2.2

07 Dec 01:12
aef0a29
Compare
Choose a tag to compare
Merge pull request #82 from quite/add-component-priority

Add ComponentPropertyPriority; the VTODO component can have that