Skip to content

Commit c1194c5

Browse files
committed
docs: Update roadmap and version history
1 parent 9924e9c commit c1194c5

File tree

2 files changed

+45
-13
lines changed

2 files changed

+45
-13
lines changed

docs/roadmap.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,40 @@
33
This roadmap describes all work done since the start of the project.
44
The project development was started at 14/jan/2022.
55

6-
![ver001](https://img.shields.io/badge/version-0.0.1-sucess)
6+
![v1.0.0-alpha-4](https://img.shields.io/badge/version-1.0.0--Alpha--4-success)
7+
8+
- Add support for package source mapping
9+
10+
![v1.0.0-alpha-3](https://img.shields.io/badge/version-1.0.0--Alpha--3-inactive)
11+
12+
- Change namespaces to EDarruiz.OFX.SDK
13+
- Change namespaces to EDarruiz.OFX.SDK.Tests
14+
15+
![v1.0.0-alpha-2](https://img.shields.io/badge/version-1.0.0--Alpha--1-inactive)
16+
17+
- Fix package license and description
18+
- Add unit tests for OFX headers
19+
- Add unit tests for OFX SGML parser
20+
- Refactor OFX Header abstractions and primitives
21+
- Add EDarruiz prefix to package names to be able to publish to NuGet
22+
23+
![v1.0.0-alpha-1](https://img.shields.io/badge/version-1.0.0--Alpha--1-inactive)
24+
25+
- Add support to .NET 9.0
26+
- Removed old project structure (from 2022, .NET 5.0, .NET 6.0)
27+
- Created Parser to read and convert SGML to XML
28+
- Generate classes from OFX 2.3 XSD specification file (optimized for .NET)
29+
- Refactored OFX Header abstractions and primitives
30+
- Removed OFX prefix from all classes
31+
32+
![v0.0.1](https://img.shields.io/badge/version-0.0.1-inactive)
33+
734
- Repository created
835
- Development started
936
- Added initial contents do README.md
10-
- Added specification documentation on <code>specifications</code> folder
37+
- Added specification documentation on `specifications` folder
1138
- Added unit tests project
1239
- Added structure interfaces to base structure composition
13-
- <code>OFX specification, Version 1.0.2</code>
40+
- `OFX specification, Version 1.0.2`
1441
- Added HEADERS structure
1542
- Added SIGNON message set and message aggregates

src/EDarruiz.OFX.SDK/README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ The following list shows the supported specification versions and its current im
3030

3131
# Version History
3232

33-
## 1.0.0-Alpha-1
33+
## 1.0.0-Alpha-4
3434

35-
- Add support to .NET 9.0
36-
- Removed old project structure (from 2022, .NET 5.0, .NET 6.0)
37-
- Created Parser to read and convert SGML to XML
38-
- Generate classes from OFX 2.3 XSD specification file (optimized for .NET)
39-
- Refactored OFX Header abstractions and primitives
40-
- Removed OFX prefix from all classes
35+
- Add support for package source mapping
36+
37+
38+
## 1.0.0-Alpha-3
39+
40+
- Change namespaces to EDarruiz.OFX.SDK
41+
- Change namespaces to EDarruiz.OFX.SDK.Tests
4142

4243
## 1.0.0-Alpha-2
4344

@@ -47,7 +48,11 @@ The following list shows the supported specification versions and its current im
4748
- Refactor OFX Header abstractions and primitives
4849
- Add EDarruiz prefix to package names to be able to publish to NuGet
4950

50-
## 1.0.0-Alpha-3
51+
## 1.0.0-Alpha-1
5152

52-
- Change namespaces to EDarruiz.OFX.SDK
53-
- Change namespaces to EDarruiz.OFX.SDK.Tests
53+
- Add support to .NET 9.0
54+
- Removed old project structure (from 2022, .NET 5.0, .NET 6.0)
55+
- Created Parser to read and convert SGML to XML
56+
- Generate classes from OFX 2.3 XSD specification file (optimized for .NET)
57+
- Refactored OFX Header abstractions and primitives
58+
- Removed OFX prefix from all classes

0 commit comments

Comments
 (0)