File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
- ## [ v1.0.0] ( https://github.com/virtualtam/opml-go/releases/tag/v1.0.0 ) - UNRELEASED
9
- Initial release.
8
+ ## [ v1.0.0] ( https://github.com/virtualtam/opml-go/releases/tag/v1.0.0 ) - 2024-11-07
10
9
11
- ### Added
10
+ Initial release.
12
11
13
- - Unmarshal data using the OPML file format
14
- - Marshal documents containing text, feed subscription, link and directory elements
12
+ ### Added
13
+
14
+ - Unmarshal data using the OPML file format
15
+ - Marshal documents containing text, feed subscription, link and directory elements
16
+ - Setup Github Actions to run continuous integration workflows
17
+ - Add test coverage for OPML specification examples
18
+ - Add test coverage for Feedly and Newsblur feed subscription exports
19
+ - Add test examples to demonstrate usage
Original file line number Diff line number Diff line change 5
5
` opml-go ` provides a library to marshal and unmarshal outlines using the
6
6
[ Outline Processor Markup Language (OPML)] ( https://opml.org/spec2.opml ) 2.0 format.
7
7
8
+ ## Usage
9
+
10
+ See examples under:
11
+
12
+ - ` example_marshal_test.go ` to create an OPML document and marshal it to XML;
13
+ - ` example_unmarshal_test.go ` to read a file containing an OPML document.
14
+
8
15
## Change Log
9
16
10
17
See [ CHANGELOG] ( ./CHANGELOG.md )
You can’t perform that action at this time.
0 commit comments