-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
139 lines (80 loc) · 3.03 KB
/
CHANGELOG
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [2.3.3] - 2024-12-16
### Fixed 🐞
- 🏷️ typing: Missing `py.typed` file
## [2.3.2] - 2024-07-06
### Fixed 🐞
- Error in stub file
## [2.3.1] - 2024-07-02
### Fixed 🐞
- Links in docs
## [2.3.0] - 2024-07-02
### Added ✨
- Translations
- License file
- Build system to PEP standard `[project]` table
- Update documentation
### Fixed 🐞
- Replace `os` by `shutil` to get terminal size.
- Remove `type` when `action="help"`.
## [2.2.2] - 2024-04-01
### Fixed 🐞
- Documentation in docstrings for stub.
## [2.2.1] - 2024-03-21
### Fixed 🐞
- Documentation in docstrings for stub.
## [2.2.0] - 2024-03-21
### Added ✨
- New argument `metavar` in `parse_know()`
### Fixed 🐞
- Verification for `dest` in function `subparsers()`
## [2.1.0] - 2024-03-20
### Added ✨
- New functions and parameters to treat: groups, mutually exclusive groups, subparsers and defaults
- New function `parse_known()`
### Fixed 🐞
- Verification if is dataclass
- Treat `Callable` in field type
- Treat `type` when `action = "store_const"`
## [2.0.1] - 2024-03-01
### Fixed 🐞
- Fix error when `type` is a string (not callable).
### Added 👷
- Improve tests
## [2.0.0] - 2024-02-21
### Changed 💥
- Parameter name in `dataparser()` function.
### Added ✨
- Lots of documentation improvements
## [1.0.1] - 2024-02-20
### Fixed 🐞
- Pass the code to a separated module file `dataparsers.py`, which is imported in `__init__.py`
## [1.0.0] - 2024-02-20
### Changed 💥
- Make the module a package: turn it in a file `__init__.py`
## [0.1.0] - 2024-02-14
### Added ✨
- First stable version.
- Improved documentation in stub file
## [0.0.1] - 2024-02-01
### Fixed 🐞
- Include homepage
## [0.0.0] - 2024-02-01
### New 🎉
- First version released, draft and unstable.
[2.3.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.3.0
[2.2.2]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.2.2
[2.2.1]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.2.1
[2.2.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.2.0
[2.1.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.1.0
[2.0.1]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.0.1
[2.0.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v2.0.0
[1.0.1]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v1.0.1
[1.0.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v1.0.0
[0.1.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v0.1.0
[0.0.1]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v0.0.1
[0.0.0]: https://github.com/Diogo-Rossi/dataparsers/releases/tag/v0.0.0