Commit a9ce5d3
committed
chore: bump version to 2.0.0
# [2.0.0](v1.0.2...v2.0.0) (2025-12-12)
### Bug Fixes
* **convert:** use right connectionmanager path ([183e4b0](183e4b0))
* filter out temp variable from auto generated window objects ([191f141](191f141))
* knip linting no longer complaining about unused dependencies ([e026a1a](e026a1a))
* Mock steambrew if it doesn't exist ([a6e5702](a6e5702))
* move runtime out of main index.ts ([7f141ba](7f141ba))
### Features
* add client_objects protobufs ([94502ec](94502ec))
* added sleep helper ([683b748](683b748))
* added TanStack QueryObserver type detection ([757ab53](757ab53))
* better module resolution ([8ea377b](8ea377b))
* **compare:** add manual merge detection for multiple source interfaces into single target ([006272a](006272a))
* **compare:** add Record with interface comparison support in type comparator ([667c20f](667c20f))
* **compare:** add support for unwrapping parenthesized type nodes during comparison ([ea95953](ea95953))
* **compare:** handle Qualified names to not crash ([1277cb6](1277cb6))
* **compare:** improve heritage clause extends handling with interface name resolution ([52eeff2](52eeff2))
* **compare:** remove duplicate union types in interface comparator ([adfc600](adfc600))
* **compare:** support ignore jsdoc for methods ([82b15d6](82b15d6))
* **convert:** add support for ignoring specific properties during conversion for faster conversion times ([3c26472](3c26472))
* **convert:** enhance interface merging with inheritance support ([233580b](233580b))
* **convert:** handle automatic steamid type detection ([5aa2487](5aa2487))
* improve enum value name normalization in protobuf generation ([c24160b](c24160b))
* **proto-gen:** make script more colorful ([b108c46](b108c46))
* **proto-gen:** preserve interface and enum comments ([76fa90b](76fa90b))
* **proto-gen:** prevent enum naming conflicts with interfaces in protobuf generation ([0b73de4](0b73de4))
* **proto:** add a bunch more protobuf interfaces ([b515271](b515271))
* **protobufs:** update protobuf definitions ([e38cf68](e38cf68))
* **types:** add comprehensive documentation and stricter types for friend management ([f1dad10](f1dad10))
* **types:** add more protobuf types ([7f8e946](7f8e946))
* **types:** added AppStore types ([63e037e](63e037e))
* **types:** Added types for global FriendStore ([cae001a](cae001a))
* **types:** document more of AppInfoStore and give it stricter types ([99cc17a](99cc17a))
* **types:** extract ChatStore sub-stores into separate files ([3bc99ab](3bc99ab))
* **types:** typed appInfoStore ([7db7fab](7db7fab))
* **types:** updated all types with steam version 1763795278 ([6e6244c](6e6244c))
* **types:** updated SteamClient types ([a59680a](a59680a))
* update GamepadNavigationManager types ([0c52901](0c52901))
* **validate-types:** add per-interface timing breakdown with --timing flag ([df3c430](df3c430))
### Performance Improvements
* cache missing native function declarations ([8cbb074](8cbb074))
### BREAKING CHANGES
* last breaking change before release1 parent 0f8cf7b commit a9ce5d3
2 files changed
+57
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
1 | 57 | | |
2 | 58 | | |
3 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments