| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(client): rewrite macros to generate client | 2026-02-18 | 1 | -40/+10 | |
| | | |||||
| * | feat(ts-bindings): fix ts bindings naming convention | 2026-01-21 | 1 | -10/+19 | |
| | | |||||
| * | fix: Update TypeScript export paths to reflect new directory structure | 2026-01-21 | 1 | -10/+19 | |
| | | |||||
| * | feat: Add TypeScript support to data structures using ts-rs for type generation | 2026-01-21 | 1 | -10/+38 | |
| | | |||||
| * | feat: enhance GameVersion struct with optional fields for better mod loader ↵ | 2026-01-14 | 1 | -16/+30 | |
| | | | | | support | ||||
| * | fix: prevent feature-based rules from being applied in library checks | 2026-01-14 | 1 | -0/+1 | |
| | | |||||
| * | chore(style): format code | 2026-01-13 | 1 | -2/+2 | |
| | | |||||
| * | Implement library rules validation and zip extraction utility | 2026-01-13 | 1 | -0/+15 | |
| | | | | | | | - Added `is_library_allowed` function to evaluate library permissions based on defined rules. - Introduced `rule_matches` helper function to check OS compatibility for rules. - Created `extract_zip` function to handle zip file extraction, including directory creation and skipping of META-INF entries. | ||||
| * | feat: implement download functionality with progress monitoring and version ↵ | 2026-01-13 | 1 | -0/+66 | |
| management | |||||