Commit Graph

18 Commits

Author SHA1 Message Date
Xuwznln
9e6007eb60 release: bump version 0.1.7 → 0.1.8 2026-03-22 01:25:18 +08:00
Xuwznln
03b3b1144c fix: resolve nested ROS2 message types losing properties in JSON Schema generation
Array fields containing nested message types (e.g., Point[]) were serialized
as {type: object} without inner properties. Now correctly extracts and includes
all nested fields, required list, and title via NamespacedType introspection.

Made-with: Cursor
2026-03-22 01:25:04 +08:00
Xuwznln
97c76708cd release: bump version 0.1.6 → 0.1.7 2026-03-01 11:18:26 +08:00
Xuwznln
05d33086a9 ci: update Python version in CI workflows to 3.11
- Changed Python version from 3.10 to 3.11 in ci.yml and publish.yml workflows.
- Updated cache keys and build names accordingly.
- Simplified conditional logic in ros2_instance.py for interface determination.
2026-03-01 11:17:15 +08:00
Xuwznln
34fa239d19 release: bump version 0.1.5 → 0.1.6 2026-02-28 20:50:05 +08:00
Xuwznln
37010bdeb1 refactor: migrate from bump2version to bump-my-version for version management
- Removed .bumpversion.cfg and integrated version management into pyproject.toml.
- Updated pre-commit hooks and dependencies for code formatting, linting, and type checking.
- Added new functionality to JSONSchemaMessageInstance for generating default values from JSON schema.
- Enhanced test coverage for the new default value generation feature.
2026-02-28 20:49:02 +08:00
Xuwznln
e5b99ca134 Bump version: 0.1.4 → 0.1.5 2025-11-25 13:25:09 +08:00
Xuwznln
31c89ccc26 Add TypedDict Support (Experimental) 2025-11-25 13:24:59 +08:00
Xuwznln
0faaa9ebdb Bump version: 0.1.3 → 0.1.4 2025-10-01 16:25:50 +08:00
Xuwznln
0684e823c0 Bump version: 0.1.2 → 0.1.3 2025-10-01 16:10:24 +08:00
Xuwznln
041710d331 Bump version: 0.1.1 → 0.1.2 2025-10-01 15:40:58 +08:00
Xuwznln
cb9dd57f19 Bump version to 0.1.1 2025-10-01 15:40:46 +08:00
Xuwznln
ec2fafb363 Bump version: 0.0.6 → 0.1.0 2025-09-05 01:28:49 +08:00
Xuwznln
9d52781134 Bump version: 0.0.5 → 0.0.6 2025-09-05 01:23:06 +08:00
Xuwznln
9d6d21de62 Bump version: 0.0.4 → 0.0.5 2025-09-03 13:09:22 +08:00
Xuwznln
a871c11df8 Bump version: 0.0.3 → 0.0.4 2025-09-03 12:59:30 +08:00
Xuwznln
dc80e72fba Bump version: 0.0.2 → 0.0.3 2025-09-03 12:42:41 +08:00
Xuwznln
94f0c112e5 init version 2025-09-02 16:39:44 +08:00