|
3 | 3 | This roadmap describes all work done since the start of the project.
|
4 | 4 | The project development was started at 14/jan/2022.
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | +- Add support for package source mapping |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +- Change namespaces to EDarruiz.OFX.SDK |
| 13 | +- Change namespaces to EDarruiz.OFX.SDK.Tests |
| 14 | + |
| 15 | + |
| 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 | + |
| 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 | + |
| 33 | + |
7 | 34 | - Repository created
|
8 | 35 | - Development started
|
9 | 36 | - Added initial contents do README.md
|
10 |
| -- Added specification documentation on <code>specifications</code> folder |
| 37 | +- Added specification documentation on `specifications` folder |
11 | 38 | - Added unit tests project
|
12 | 39 | - Added structure interfaces to base structure composition
|
13 |
| -- <code>OFX specification, Version 1.0.2</code> |
| 40 | +- `OFX specification, Version 1.0.2` |
14 | 41 | - Added HEADERS structure
|
15 | 42 | - Added SIGNON message set and message aggregates
|
0 commit comments