Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

v13.9.0

Compare
Choose a tag to compare
@appland-release appland-release released this 15 May 20:38
· 23 commits to main since this release

13.9.0 (2023-05-15)

Bug Fixes

  • add data url in JSON schema (f8abc37)
  • do not crash on missing source map (d025826)
  • more restrictive schema to improve error message (e1f5531)
  • prevent infinite recursion on user-defined toString (d9a1715)
  • solve oom issue on large test suite (773245e)
  • use trully pure convertions (1416486)

Features

  • improve feeedback for large appmaps (0448fb8)
  • make babel parsing options configurable by the user (f45d9c4)
  • no longer always exit with 0 (3b6f55a)
  • no longer requires the user to use jest --no-cache flag (d0b260a)

Performance Improvements

  • use a more compact format to send message to the backend (aba0510)