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
v12.2.0
v12.1.2
v12.1.1
v12.1.0
v12.0.0
12.0.0 (2022-11-21)
Bug Fixes
- add separator for source root concatenation (3b9da2b)
- no longer reset source column between source map groups (66e2dc6)
- support incompatible source urls (8fe9a5c)
- use regexp instead of glob to exclude external files (085848d)
Code Refactoring
- remove outdated configuration fields (5e44ad4)
Features
- rewrite classmap processing (a72a4f2)
Performance Improvements
- remove null fields from appmap (5537f07)
BREAKING CHANGES
function-name-placeholder
and
anonymous-name-separator
are ignored.
v11.7.1
v11.7.0
v11.6.0
11.6.0 (2022-10-22)
Bug Fixes
- add missing configuration property (ee267c3)
- handle absolute windows path when resolving url (b673238)
- more portable line splitting for .env files (7f8d0d8)
- normalize windows filename case (df29f33)
- use all cap env variable name (b7f834f)
- use file urls in NODE_OPTIONS (f0959d8)
- use import.meta.url instead of require self package (3257c25)
- use pure serialization for hash values (c652bd4)
Features
- add configuration file when missing (1214979)
- change default package exclusion (0a0bfa1)
- consider SHELL env variable to define posix shell (32fd562)
- default recorder is process instead of remote (341a1fa)
- preserve parsed command in configuration-accessor (505c27b)
- provide feedback if the stack overflows (7a4e2b6)
- support node-fashion shell command option (48a0946)