Skip to content

Releases: Cumulus/Syndic

v1.6.1

20 May 09:01
Compare
Choose a tag to compare

CHANGES:

  • Syndic.Date.of_rfc822 accepts dates such as “May 15th, 2019”.

v1.6.0

21 Jan 10:13
Compare
Choose a tag to compare

CHANGES:

  • Lost support of OCaml 4.03.0
  • Support of OCaml 4.07.0
  • Fix tests
  • Move to ocurl
  • Add materials to test in distribution
  • Accept entries with empty author (@thomas-huet)
  • Dunify project
  • Added Z timezone to comply with RFC 822 and reality (@wictory)
  • Accept empty CDATA in copyright field (@sgrove, @dinosaure)

1.5.3

19 Nov 17:51
Compare
Choose a tag to compare

Fix detection of names when performing the conversion RSS2 → Atom.

1.5.2

16 Nov 17:54
Compare
Choose a tag to compare

Changes: Xmlm errors are converted to Syndic_*.Error.

1.5

09 May 16:06
Compare
Choose a tag to compare
1.5
  • Fix UTC offset parsing (@pwbs)
  • Use ptime dependency instead calendar (warning: break the compatibility)
  • Little improve the documentation (@brabalan)

1.4

18 Jul 23:01
Compare
Choose a tag to compare
1.4

This version breaks backward compatibility for IDs.

  • Improved W3C module.
  • Correct URN handling (thanks to Uri ≥ 1.9)

Version 1.3.1

06 Apr 09:11
Compare
Choose a tag to compare

Fix Atom.to_xml (conversion of category sub-elements).

V1.3

28 Mar 16:57
Compare
Choose a tag to compare

This releases mostly provides new convenience functions to convert feeds:

V1.2

10 Jan 12:07
Compare
Choose a tag to compare
  • New Opml1 module.
  • Resolve URI in the documents using xml:base when present and make it available for the stories.
  • Implement <content:encoded> for RSS2.
  • All required date functions are in Syndic.Date.

v1.1

14 Aug 14:53
Compare
Choose a tag to compare
  • Respect of RFCs is more compliant (and tested).
  • Conversion function from RSS 2.0 to Atom.
  • Human-readable error.
  • Improvement in structure of code.