Commit Graph

9 Commits

Author SHA1 Message Date
Ismael Arenzana 598cd4008c
Adds iTunes episodic elements 2020-10-27 12:54:49 -04:00
iwittkau 9362284e8f
Move podcast.go Private Methods to Respected Files (#12)
* close #10

* remove exported function types

* remove parseDateRFC1123Z function type
2020-02-04 11:41:44 -05:00
Konstantin Chukhlomin d88b4c6de7
Fix Github and GoDocs Markdown (#14)
* GH Markdown fixes

* Updated format for godoc
2020-02-04 11:39:47 -05:00
Maksym Pavlenko f14c4d73d0 Correct count len of UTF8 strings (#9)
* Correctly count len of UTF8 strings (fix panics)
* Sort header
* Fixes Panics
2017-12-10 11:19:36 -05:00
Eric Duncan b288862667 fixes and extends #3 - Item.Duration rework (#4)
* fixes #3, removing override, adding clear documentation and changing api name
* adding Item.AddDuration, adding test coverage
* bumping version to 1.3.0
2017-02-19 11:42:37 -05:00
Eric Duncan 46965fe825 only add item image of non-empty url 2017-02-14 18:16:53 -05:00
Eric Duncan cd785c6457 v1.2.0
* added Podcast.AddPubDate() and Podcast.AddLastBuildDate() overrides.
* added Item.AddImage() to mask some cumbersome addition of IImage.
* added Item.AddPubDate to simply datetime setters.
* added more examples (mostly around Item struct).
2017-02-14 17:31:44 -05:00
Eric Duncan 97e05a9b7e enabling CDATA for ISummary 2017-02-06 07:28:02 -05:00
Eric Duncan 5b523d8227 initial version 2017-02-02 07:46:20 -05:00