File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11
2- ## Versions 3.0.2 and 3.0.3 (2024-09-04)
2+ ## Version 3.0.5
3+
4+ ### Fixes
5+
6+ - Fixed a CSV writer initialization error (that I caused) when migration functionality to File_Writer.py
7+ - Fixed a typo where we weren't correctly parsing Object IDs
8+
9+ ### Changes
10+
11+ - Added verbosity options for output, ` -v ` works and so does ` -vv ` , ` -d ` works similarly.
12+ - Introduced the concept of a testing framework in the testing/ folder. Please see ` requirements-dev.txt ` if you'd like to run those.
13+ - In the testing framework, I copied/pasted the bulk of Constants.py and started to make tests for each item
14+
15+ ### Upcoming
16+
17+ - _ Fix the root path file name_
18+ - Still need to better utilize Python3 conventions
19+ - I Can haz Database?!
20+
21+
22+
23+
24+
25+ ## Versions 3.0.2 and 3.0.3
326
427### Changes
528- Brought back XML, JSON outputs
You can’t perform that action at this time.
0 commit comments