Releases: rashadataf/autotypex
Releases · rashadataf/autotypex
v0.1.0 - Foundation & Shared Library
🔧 Internal Improvements
- Core Logic Refactor: Moved all type inference logic to a shared library
autotypex-sharedfor consistency between CLI and VS Code extension. - Enhanced Testing: Added centralized verification and rigorous unit tests for core logic.
v0.0.1 — Initial release — AutoTypeX (CLI + VS Code extension)
AutoTypeX automatically infers TypeScript types from JavaScript objects and JSON files.
Features
- Infer primitive types:
string,number,boolean. - Nested object inference.
- Array inference (based on first element).
nullhandling.- Basic TypeScript formatting for readability.
- Option to save inferred types as
.d.tsfiles. - Available as a CLI and programmatic library.
- VS Code extension: infer and insert types from a selected object.
See the project README.md for installation and usage details.