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

Releases: getappmap/appmap-agent-js

v8.2.5

17 Nov 13:30
Compare
Choose a tag to compare

8.2.5 (2021-11-17)

Bug Fixes

  • build now start from scratch dist folder (2520cf7)

v8.2.4

17 Nov 12:41
Compare
Choose a tag to compare

8.2.4 (2021-11-17)

Bug Fixes

  • warn instead of crash when fail to parse git description (431ca41)

v8.2.3

16 Nov 15:23
Compare
Choose a tag to compare

8.2.3 (2021-11-16)

Bug Fixes

v8.2.2

15 Nov 20:59
Compare
Choose a tag to compare

8.2.2 (2021-11-15)

Bug Fixes

  • add sometimes missing function in classmap (696741e)

v8.2.1

12 Nov 18:04
Compare
Choose a tag to compare

8.2.1 (2021-11-12)

Bug Fixes

  • tweak some shell commands (e9fd83d)

v8.2.0

12 Nov 17:42
Compare
Choose a tag to compare

8.2.0 (2021-11-12)

Features

  • pruning now acts on classes and packages. (23c2207)

v8.1.1

12 Nov 15:52
Compare
Choose a tag to compare

8.1.1 (2021-11-12)

Bug Fixes

  • support for relative paths in source map data url (8b2c082)

v8.1.0

12 Nov 13:34
Compare
Choose a tag to compare

8.1.0 (2021-11-12)

Features

  • improved exclusion mechanism (b14e965)
  • path package specifier is now recursive by default (cbf6b34)
  • remove setup command from help message (669fc75)

v8.0.1

12 Nov 09:36
Compare
Choose a tag to compare

8.0.1 (2021-11-12)

Bug Fixes

  • only print ignore message when loader is enabled (86b36c4)

v8.0.0

11 Nov 18:56
Compare
Choose a tag to compare

8.0.0 (2021-11-11)

Features

  • scenario now discriminate against dedicated key rather than name (f2ff33b)

BREAKING CHANGES

  • Scenarios are now entered as an object rather than an array. The scenario configuration field is a regular expression that is tested agaisnt the keys of this object. Before it was tested against the name of the app (the name configuration field recently became the name of the app instead of the name of the appmap) which did not make much sense.