Changelog

What's new

All product updates, improvements, and fixes. We ship every week.

v0.4.0 Latest

Python Support & Improved Accuracy

  • + Full Python codebase analysis — classes, functions, type hints, decorators
  • + Improved type inference engine (32% better accuracy on TypeScript benchmarks)
  • + Added docstring parsing — existing docstrings are preserved and enhanced
  • ~ Refactored dependency graph builder for better performance on large repos
  • - Fixed edge case with circular dependencies causing infinite loops
v0.3.0

GitLab Integration & Notion Export

  • + GitLab webhook integration — full parity with GitHub
  • + Notion export — docs published directly to your workspace
  • + Custom templates — define your own doc structure
  • ~ Improved scanning speed by 2.4x on repos with 500+ files
v0.2.0

Auto-Sync & CI/CD Pipeline

  • + Auto-sync on push — docs regenerate when code lands on main
  • + GitHub Actions integration — add to any workflow with one step
  • + OpenAPI spec generation from route handlers
  • - Fixed timestamp formatting for non-UTC timezones
v0.1.0

Private Beta Launch

  • + Initial release — TypeScript codebase analysis
  • + GitHub App integration with one-click install
  • + Markdown and HTML export
  • + Function, class, and interface documentation