Skip to content

Releases: anasm266/any-map

v1.4.0

27 Apr 03:06
6fac9b0

Choose a tag to compare

Minor Changes

  • ef90eb9: Preserve intermediate re-export hops in the flow graph, including named and export * chains, and improve explicit : any function return propagation into downstream callers.

Patch Changes

  • ef90eb9: Fix untyped-import classification so imports from local TypeScript exports that already carry any are not double-counted as new import sources.

v1.3.0

27 Apr 01:52
060fb70

Choose a tag to compare

Minor Changes

  • a2a0b32: Add any-map diff <base> <head> with merge-base semantics, changed-file delta reporting, reusable GitHub Action support, and programmatic diff APIs.

v1.2.0

27 Apr 01:17
ebc5bab

Choose a tag to compare

Minor Changes

  • 54f45ec: Improve graph propagation through object property reads, string-literal index reads, and plain assignment statements.

v1.1.0

27 Apr 01:00
8824f24

Choose a tag to compare

Minor Changes

  • f67041c: Improve graph propagation through imported value bindings, including default imports used in assignments and cross-module call arguments.

v1.0.0

27 Apr 00:34

Choose a tag to compare

Major Changes

  • Mark the current analyzer, CLI, and GitHub Action as the first stable 1.0.0 release line. This release also fixes CLI version reporting and refreshes the benchmark evidence used to justify the v1 tag.

Patch Changes

  • 0132634: Documentation: remove first-person dev narrative, week-by-week milestones, and similar meta from Markdown; keep technical content only.