This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Releases: getappmap/appmap-agent-js
Releases · getappmap/appmap-agent-js
v14.2.0
v14.1.0
v14.0.0
14.0.0 (2023-08-04)
Bug Fixes
- Expand short paths on Windows (7e41bc2)
- Tolerate UNKNOWN errors on Windows (4f178f6)
- Wait a bit longer while spawning subcommands (9d6ff47)
chore
- Remove support for Node 14 (66739e6)
BREAKING CHANGES
- Support for Node 14 has been removed.
Official support ended more than two months ago.
v13.9.1
v13.9.0
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)
v13.8.0
v13.7.0
v13.6.0
13.6.0 (2023-03-14)
Bug Fixes
- cleanup JUMP_TAB in generator to support Generator.prototype.return (361afc3)
- cleanup JUMP_TAB in generator to support Generator.prototype.throw (0e390ed)
- no longer log undefined for the source url (e5caf45)
- use command-options.cwd to load jest config (8b8a70c)
Features
- support jest.config.js as esm (e2cd6b6)