Skip to content

Releases: rashadataf/autotypex

v0.1.0 - Foundation & Shared Library

23 Jan 17:47
96229c2

Choose a tag to compare

🔧 Internal Improvements

  • Core Logic Refactor: Moved all type inference logic to a shared library autotypex-shared for 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)

21 Jan 22:38

Choose a tag to compare

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).
  • null handling.
  • Basic TypeScript formatting for readability.
  • Option to save inferred types as .d.ts files.
  • 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.