Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7f6c68f

Browse files
committed
Update changelog + goal tracker
1 parent 6560ebc commit 7f6c68f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.MD

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ Over the course of the next few months I will continue polishing the generator c
152152
Goals:
153153
- [x] Create wrapper code for structs inside structs
154154
- [ ] Create wrapper code for arrays inside structs
155-
- [ ] Create wrapper classes for common defines
156-
- [x] WM_*
155+
- [x] Create wrapper classes for constant defines
157156

158157
## 9. Inspiration
159158
I originally came up with this idea after having a small spike of interest in direct3D, but found C++ programming to not be my cup of tea.
@@ -167,6 +166,12 @@ While scouting the web for COM implementations in java, i stumbled upon an artic
167166
So it seems like this project brings Java and Microsoft back together, a bit like how it was 20 years ago.
168167

169168
## 10. Changelog
169+
### [0.3.0] - 2021-10-15
170+
####Added
171+
* Extraction of constants (WM_..., CS_..., etc.)
172+
* They were already available through the pure mappings, however, they were hidden behind getter functions, and thus, you couldn't use them in switch statements. Now you can.
173+
* There's about 27k of them, extracted to `win32.mapped.Constants`
174+
170175
### [0.2.0] - 2021-10-14
171176
####Added
172177
* Automatic fixing for known issues in:

0 commit comments

Comments
 (0)