-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
62 lines (47 loc) · 1.08 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Change Log
==========
0.0.1 (28/02/2022)
-------------------
- First Release
0.0.2 (28/02/2022)
-------------------
- Fix ImportError
0.0.3 (1/03/2022)
-------------------
- Refactor codebase
- Created response file to store logics
0.0.4 (1/03/2022)
-------------------
- Fixed ImportError
- Refactor documentation
0.0.5 (27/03/2022)
-------------------
- Write unit test
- Documented error and success response function
0.0.6 (30/09/2022)
-------------------
- Added type hints
- Update unit test
- Update documentation
- Bump version to 0.0.6
0.0.7 (21/01/2023)
--------------------
- Modified type hints
- Update unit test
- Bump version to 0.0.7
0.1 (25/06/2023)
-------------------
- Modified response functions
- Modified test cases
- Renamed package name, changed description and url
- Modified README documentation
- Bump version to 0.1
0.1.1 (28/06/2023)
--------------------
- Modified README documentation
- Bump version to 0.1.1
- Changed home page url
0.2 (11/05/2024)
--------------------
- Add support for list of dictionary data response
- Improve code quality and test cases