@appland/appmap 3.40.1 → 3.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +317 -303
- package/built/appmap.html +1 -1
- package/built/cmds/agentInstaller/agentInstallerProcedure.js +48 -16
- package/built/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
- package/built/cmds/open/openers.js +1 -1
- package/built/cmds/open/openers.js.map +1 -1
- package/built/cmds/record/record.js +1 -1
- package/built/cmds/record/record.js.map +1 -1
- package/built/cmds/stats/stats.js +3 -3
- package/built/cmds/stats/stats.js.map +1 -1
- package/built/main.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@appland/appmap-v3.42.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.41.0...@appland/appmap-v3.42.0) (2022-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Save the Stat handler's caller in the name: from_stats from_record ([e15b577](https://github.com/getappmap/appmap-js/commit/e15b577ab44fd91b705f03ee9271a6a4450a4b7e))
|
|
7
|
+
|
|
8
|
+
# [@appland/appmap-v3.41.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.40.1...@appland/appmap-v3.41.0) (2022-09-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* detect architecture mismatch errors in Ruby ([ff775f7](https://github.com/getappmap/appmap-js/commit/ff775f73eb76326ebac57fc9a6de05327cf158d6))
|
|
14
|
+
|
|
1
15
|
# [@appland/appmap-v3.40.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.40.0...@appland/appmap-v3.40.1) (2022-09-27)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -41,994 +55,994 @@
|
|
|
41
55
|
|
|
42
56
|
* add guess test command for the js agent ([8707acf](https://github.com/getappmap/appmap-js/commit/8707acfe8c66a8fd0ca2ab9b0605b2765715473d))
|
|
43
57
|
|
|
44
|
-
# [@appland/appmap-v3.38.0](https://github.com/
|
|
58
|
+
# [@appland/appmap-v3.38.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.37.2...@appland/appmap-v3.38.0) (2022-09-19)
|
|
45
59
|
|
|
46
60
|
|
|
47
61
|
### Features
|
|
48
62
|
|
|
49
|
-
* Add pipenv support ([cea19da](https://github.com/
|
|
63
|
+
* Add pipenv support ([cea19da](https://github.com/getappmap/appmap-js/commit/cea19da00ec1fbda1a6015bab4fbdf199cd13e15))
|
|
50
64
|
|
|
51
|
-
# [@appland/appmap-v3.37.2](https://github.com/
|
|
65
|
+
# [@appland/appmap-v3.37.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.37.1...@appland/appmap-v3.37.2) (2022-09-19)
|
|
52
66
|
|
|
53
67
|
|
|
54
68
|
### Bug Fixes
|
|
55
69
|
|
|
56
|
-
* users with older versions of pip can install ([9464223](https://github.com/
|
|
70
|
+
* users with older versions of pip can install ([9464223](https://github.com/getappmap/appmap-js/commit/946422324c14c906a8a57d1840076d1d682f68fe))
|
|
57
71
|
|
|
58
|
-
# [@appland/appmap-v3.37.1](https://github.com/
|
|
72
|
+
# [@appland/appmap-v3.37.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.37.0...@appland/appmap-v3.37.1) (2022-09-16)
|
|
59
73
|
|
|
60
74
|
|
|
61
75
|
### Bug Fixes
|
|
62
76
|
|
|
63
|
-
* Use better language when opening a ticket ([1f072a7](https://github.com/
|
|
77
|
+
* Use better language when opening a ticket ([1f072a7](https://github.com/getappmap/appmap-js/commit/1f072a70d081f98fc94aa8f4e8baf82f830fef05))
|
|
64
78
|
|
|
65
|
-
# [@appland/appmap-v3.37.0](https://github.com/
|
|
79
|
+
# [@appland/appmap-v3.37.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.36.0...@appland/appmap-v3.37.0) (2022-09-14)
|
|
66
80
|
|
|
67
81
|
### Features
|
|
68
82
|
|
|
69
83
|
- check project dependencies before adding appmap
|
|
70
|
-
([ee200e9](https://github.com/
|
|
84
|
+
([ee200e9](https://github.com/getappmap/appmap-js/commit/ee200e9e86e57781d0152fffc511cae6e734f4fa))
|
|
71
85
|
|
|
72
|
-
# [@appland/appmap-v3.36.0](https://github.com/
|
|
86
|
+
# [@appland/appmap-v3.36.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.35.0...@appland/appmap-v3.36.0) (2022-09-14)
|
|
73
87
|
|
|
74
88
|
### Features
|
|
75
89
|
|
|
76
90
|
- Open a ticket when remote recording fails
|
|
77
|
-
([607d040](https://github.com/
|
|
91
|
+
([607d040](https://github.com/getappmap/appmap-js/commit/607d04001e35be2a05687899fa07671efa0cfca1))
|
|
78
92
|
|
|
79
|
-
# [@appland/appmap-v3.35.0](https://github.com/
|
|
93
|
+
# [@appland/appmap-v3.35.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.34.0...@appland/appmap-v3.35.0) (2022-09-02)
|
|
80
94
|
|
|
81
95
|
### Bug Fixes
|
|
82
96
|
|
|
83
97
|
- Don't swallow output from test commands
|
|
84
|
-
([e0b3fe0](https://github.com/
|
|
98
|
+
([e0b3fe0](https://github.com/getappmap/appmap-js/commit/e0b3fe0bd94c68bc31c5a8418184207a5f84b500))
|
|
85
99
|
|
|
86
100
|
### Features
|
|
87
101
|
|
|
88
102
|
- Indexing in watch mode now indexes all existing AppMaps
|
|
89
|
-
([d7fb3c6](https://github.com/
|
|
103
|
+
([d7fb3c6](https://github.com/getappmap/appmap-js/commit/d7fb3c6f163a4150c1ae1f2c783e08214dfa0b53))
|
|
90
104
|
|
|
91
|
-
# [@appland/appmap-v3.34.0](https://github.com/
|
|
105
|
+
# [@appland/appmap-v3.34.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.33.1...@appland/appmap-v3.34.0) (2022-08-25)
|
|
92
106
|
|
|
93
107
|
### Bug Fixes
|
|
94
108
|
|
|
95
109
|
- Add spacing before reporting command failure
|
|
96
|
-
([b60bf23](https://github.com/
|
|
110
|
+
([b60bf23](https://github.com/getappmap/appmap-js/commit/b60bf236c7ea941db06732cf316cf7917709e9d2))
|
|
97
111
|
|
|
98
112
|
### Features
|
|
99
113
|
|
|
100
114
|
- Create a ticket when "record test" fails.
|
|
101
|
-
([206db5e](https://github.com/
|
|
115
|
+
([206db5e](https://github.com/getappmap/appmap-js/commit/206db5eebeeca118a400a511cdc60ada002acb5e))
|
|
102
116
|
- Don't require user's name for a support ticket
|
|
103
|
-
([f308fd0](https://github.com/
|
|
117
|
+
([f308fd0](https://github.com/getappmap/appmap-js/commit/f308fd0aeb1d8aad3fc7ca7fb22a55c0ef0e8d95))
|
|
104
118
|
|
|
105
|
-
# [@appland/appmap-v3.33.1](https://github.com/
|
|
119
|
+
# [@appland/appmap-v3.33.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.33.0...@appland/appmap-v3.33.1) (2022-08-17)
|
|
106
120
|
|
|
107
121
|
### Bug Fixes
|
|
108
122
|
|
|
109
123
|
- Don't prompt to create ticket on success
|
|
110
|
-
([054d2e6](https://github.com/
|
|
124
|
+
([054d2e6](https://github.com/getappmap/appmap-js/commit/054d2e66984d5a52e35ee426cb0e57d69c94f806))
|
|
111
125
|
|
|
112
|
-
# [@appland/appmap-v3.33.0](https://github.com/
|
|
126
|
+
# [@appland/appmap-v3.33.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.32.2...@appland/appmap-v3.33.0) (2022-08-16)
|
|
113
127
|
|
|
114
128
|
### Features
|
|
115
129
|
|
|
116
130
|
- Open a Zendesk ticket if install fails
|
|
117
|
-
([745f784](https://github.com/
|
|
131
|
+
([745f784](https://github.com/getappmap/appmap-js/commit/745f784472a300f65e5c270c0f8fb36241757d04))
|
|
118
132
|
|
|
119
|
-
# [@appland/appmap-v3.32.2](https://github.com/
|
|
133
|
+
# [@appland/appmap-v3.32.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.32.1...@appland/appmap-v3.32.2) (2022-08-09)
|
|
120
134
|
|
|
121
135
|
### Bug Fixes
|
|
122
136
|
|
|
123
137
|
- Improve telemetry for "appmap record remote"
|
|
124
|
-
([dbc8184](https://github.com/
|
|
138
|
+
([dbc8184](https://github.com/getappmap/appmap-js/commit/dbc8184970a9d35cf6ed52dbd6fb1676d0a6be1f))
|
|
125
139
|
|
|
126
|
-
# [@appland/appmap-v3.32.1](https://github.com/
|
|
140
|
+
# [@appland/appmap-v3.32.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.32.0...@appland/appmap-v3.32.1) (2022-08-05)
|
|
127
141
|
|
|
128
142
|
### Bug Fixes
|
|
129
143
|
|
|
130
144
|
- Recording metrics report 0 counts
|
|
131
|
-
([4753c9d](https://github.com/
|
|
145
|
+
([4753c9d](https://github.com/getappmap/appmap-js/commit/4753c9dd9d32e616523de722ea74f01303fa2775))
|
|
132
146
|
|
|
133
|
-
# [@appland/appmap-v3.32.0](https://github.com/
|
|
147
|
+
# [@appland/appmap-v3.32.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.31.0...@appland/appmap-v3.32.0) (2022-07-27)
|
|
134
148
|
|
|
135
149
|
### Bug Fixes
|
|
136
150
|
|
|
137
151
|
- analyzeSQL was being called incorrectly
|
|
138
|
-
([71ea8c4](https://github.com/
|
|
152
|
+
([71ea8c4](https://github.com/getappmap/appmap-js/commit/71ea8c47d9d130c17f1db02275300de54406ae0b))
|
|
139
153
|
- Correct FunctionStats types to match reality
|
|
140
|
-
([72885a7](https://github.com/
|
|
154
|
+
([72885a7](https://github.com/getappmap/appmap-js/commit/72885a7f65d0e2be15699e7fc9a2d895111a9e2f))
|
|
141
155
|
- De-duplicate matches
|
|
142
|
-
([e8e1019](https://github.com/
|
|
156
|
+
([e8e1019](https://github.com/getappmap/appmap-js/commit/e8e1019b9f3aa75e9ff1acc43ae9c083929875ae))
|
|
143
157
|
- Find matches across all AppMaps
|
|
144
|
-
([f86603a](https://github.com/
|
|
158
|
+
([f86603a](https://github.com/getappmap/appmap-js/commit/f86603abf5252796855b4e3e656f4d5c561e028d))
|
|
145
159
|
- Shortcut processFiles when there are no files
|
|
146
|
-
([1254896](https://github.com/
|
|
160
|
+
([1254896](https://github.com/getappmap/appmap-js/commit/1254896d09f7e57d516bd1341d426740571ebcca))
|
|
147
161
|
|
|
148
162
|
### Features
|
|
149
163
|
|
|
150
164
|
- Define a RegExp to match RegExps
|
|
151
|
-
([58a28f4](https://github.com/
|
|
165
|
+
([58a28f4](https://github.com/getappmap/appmap-js/commit/58a28f420b549edca8b705b60fb8051939cac7d7))
|
|
152
166
|
- Iterate and find code objects by RegExp
|
|
153
|
-
([7d0e60d](https://github.com/
|
|
167
|
+
([7d0e60d](https://github.com/getappmap/appmap-js/commit/7d0e60dd7c78f026f7cca2d0ebe29669ce3436dd))
|
|
154
168
|
|
|
155
|
-
# [@appland/appmap-v3.31.0](https://github.com/
|
|
169
|
+
# [@appland/appmap-v3.31.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.30.0...@appland/appmap-v3.31.0) (2022-07-12)
|
|
156
170
|
|
|
157
171
|
### Features
|
|
158
172
|
|
|
159
173
|
- Write a pid file on startup
|
|
160
|
-
([71b63a7](https://github.com/
|
|
174
|
+
([71b63a7](https://github.com/getappmap/appmap-js/commit/71b63a7a4de3ca3d5bdab741589ac0a24084fab6))
|
|
161
175
|
|
|
162
|
-
# [@appland/appmap-v3.30.0](https://github.com/
|
|
176
|
+
# [@appland/appmap-v3.30.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.29.4...@appland/appmap-v3.30.0) (2022-07-12)
|
|
163
177
|
|
|
164
178
|
### Features
|
|
165
179
|
|
|
166
180
|
- Handle -d working directory arg
|
|
167
|
-
([f8a38bb](https://github.com/
|
|
181
|
+
([f8a38bb](https://github.com/getappmap/appmap-js/commit/f8a38bbbb0e0471cef68b3f94e30fdd4952429f2))
|
|
168
182
|
|
|
169
|
-
# [@appland/appmap-v3.29.4](https://github.com/
|
|
183
|
+
# [@appland/appmap-v3.29.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.29.3...@appland/appmap-v3.29.4) (2022-06-27)
|
|
170
184
|
|
|
171
185
|
### Bug Fixes
|
|
172
186
|
|
|
173
187
|
- Upgrade @appland/models to v1.16.2
|
|
174
|
-
([a7c3009](https://github.com/
|
|
188
|
+
([a7c3009](https://github.com/getappmap/appmap-js/commit/a7c3009b7db007f098ef8ce7a7b15e758c23d768))
|
|
175
189
|
|
|
176
|
-
# [@appland/appmap-v3.29.3](https://github.com/
|
|
190
|
+
# [@appland/appmap-v3.29.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.29.2...@appland/appmap-v3.29.3) (2022-06-24)
|
|
177
191
|
|
|
178
192
|
### Bug Fixes
|
|
179
193
|
|
|
180
194
|
- Emit missing data fields to JSON
|
|
181
|
-
([abf3de3](https://github.com/
|
|
195
|
+
([abf3de3](https://github.com/getappmap/appmap-js/commit/abf3de334f89432b2c7b36e02c7e4ce96e556128))
|
|
182
196
|
|
|
183
|
-
# [@appland/appmap-v3.29.2](https://github.com/
|
|
197
|
+
# [@appland/appmap-v3.29.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.29.1...@appland/appmap-v3.29.2) (2022-06-24)
|
|
184
198
|
|
|
185
199
|
### Bug Fixes
|
|
186
200
|
|
|
187
201
|
- record subcommand now always opens the AppMap
|
|
188
|
-
([976e3bd](https://github.com/
|
|
202
|
+
([976e3bd](https://github.com/getappmap/appmap-js/commit/976e3bd2720168336134dfc160f35f8dcf6eb38a))
|
|
189
203
|
|
|
190
|
-
# [@appland/appmap-v3.29.1](https://github.com/
|
|
204
|
+
# [@appland/appmap-v3.29.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.29.0...@appland/appmap-v3.29.1) (2022-06-22)
|
|
191
205
|
|
|
192
206
|
### Bug Fixes
|
|
193
207
|
|
|
194
208
|
- Indexing now works correctly even with long appmap filenames
|
|
195
|
-
([71e1a21](https://github.com/
|
|
209
|
+
([71e1a21](https://github.com/getappmap/appmap-js/commit/71e1a21f92cac0a8468fa10be14f939b72e4bbe3))
|
|
196
210
|
|
|
197
|
-
# [@appland/appmap-v3.29.0](https://github.com/
|
|
211
|
+
# [@appland/appmap-v3.29.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.28.1...@appland/appmap-v3.29.0) (2022-06-17)
|
|
198
212
|
|
|
199
213
|
### Bug Fixes
|
|
200
214
|
|
|
201
215
|
- Improve handling of file access errors
|
|
202
|
-
([8fdbe64](https://github.com/
|
|
216
|
+
([8fdbe64](https://github.com/getappmap/appmap-js/commit/8fdbe6498482de0c3253bf8ab679fc4226a0f4ef))
|
|
203
217
|
- Reliably determine that an AppMap index is up-to-date
|
|
204
|
-
([17e3eba](https://github.com/
|
|
218
|
+
([17e3eba](https://github.com/getappmap/appmap-js/commit/17e3ebab54ad230ab4db21043234bebccfc29291))
|
|
205
219
|
|
|
206
220
|
### Features
|
|
207
221
|
|
|
208
222
|
- Drop ctime file from index, use mtime
|
|
209
|
-
([c57397d](https://github.com/
|
|
223
|
+
([c57397d](https://github.com/getappmap/appmap-js/commit/c57397d00a74015b133c51e5de9410f5afb860ea))
|
|
210
224
|
|
|
211
|
-
# [@appland/appmap-v3.28.1](https://github.com/
|
|
225
|
+
# [@appland/appmap-v3.28.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.28.0...@appland/appmap-v3.28.1) (2022-06-08)
|
|
212
226
|
|
|
213
227
|
### Bug Fixes
|
|
214
228
|
|
|
215
229
|
- Index no longer panics on missing files
|
|
216
|
-
([b56bde3](https://github.com/
|
|
230
|
+
([b56bde3](https://github.com/getappmap/appmap-js/commit/b56bde37c5d4adeac3df39b50ef4c7f43d95b3c9))
|
|
217
231
|
|
|
218
|
-
# [@appland/appmap-v3.28.0](https://github.com/
|
|
232
|
+
# [@appland/appmap-v3.28.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.6...@appland/appmap-v3.28.0) (2022-06-08)
|
|
219
233
|
|
|
220
234
|
### Bug Fixes
|
|
221
235
|
|
|
222
236
|
- Ensure that maxTime is a number
|
|
223
|
-
([0e42152](https://github.com/
|
|
237
|
+
([0e42152](https://github.com/getappmap/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
|
|
224
238
|
- listAppMapFiles expects transient files
|
|
225
|
-
([fd45854](https://github.com/
|
|
239
|
+
([fd45854](https://github.com/getappmap/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
|
|
226
240
|
|
|
227
241
|
### Features
|
|
228
242
|
|
|
229
243
|
- Respect appmap_dir
|
|
230
|
-
([11357d3](https://github.com/
|
|
244
|
+
([11357d3](https://github.com/getappmap/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
|
|
231
245
|
- Suggest next step after CLI command
|
|
232
|
-
([61dca63](https://github.com/
|
|
246
|
+
([61dca63](https://github.com/getappmap/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
|
|
233
247
|
|
|
234
|
-
# [@appland/appmap-v3.27.6](https://github.com/
|
|
248
|
+
# [@appland/appmap-v3.27.6](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.5...@appland/appmap-v3.27.6) (2022-06-07)
|
|
235
249
|
|
|
236
250
|
### Bug Fixes
|
|
237
251
|
|
|
238
252
|
- User can configure extended RR URL
|
|
239
|
-
([7429fa1](https://github.com/
|
|
253
|
+
([7429fa1](https://github.com/getappmap/appmap-js/commit/7429fa1d4455efaff0dfe6320323012e8e4775ad))
|
|
240
254
|
|
|
241
|
-
# [@appland/appmap-v3.27.5](https://github.com/
|
|
255
|
+
# [@appland/appmap-v3.27.5](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.4...@appland/appmap-v3.27.5) (2022-06-06)
|
|
242
256
|
|
|
243
257
|
### Bug Fixes
|
|
244
258
|
|
|
245
259
|
- Update test command used for minitest
|
|
246
|
-
([2ac70fc](https://github.com/
|
|
260
|
+
([2ac70fc](https://github.com/getappmap/appmap-js/commit/2ac70fc480df377c696f4cb60057f34fa171ba1a))
|
|
247
261
|
|
|
248
|
-
# [@appland/appmap-v3.27.4](https://github.com/
|
|
262
|
+
# [@appland/appmap-v3.27.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.3...@appland/appmap-v3.27.4) (2022-06-01)
|
|
249
263
|
|
|
250
264
|
### Bug Fixes
|
|
251
265
|
|
|
252
266
|
- Openapi template is packaged correctly and the command works again
|
|
253
|
-
([1c98f95](https://github.com/
|
|
267
|
+
([1c98f95](https://github.com/getappmap/appmap-js/commit/1c98f9547b3a2aaab6956c016839d862058b3216))
|
|
254
268
|
|
|
255
|
-
# [@appland/appmap-v3.27.3](https://github.com/
|
|
269
|
+
# [@appland/appmap-v3.27.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.2...@appland/appmap-v3.27.3) (2022-05-31)
|
|
256
270
|
|
|
257
271
|
### Bug Fixes
|
|
258
272
|
|
|
259
273
|
- Warn and reject too large AppMaps instead of raising an error
|
|
260
|
-
([901756f](https://github.com/
|
|
274
|
+
([901756f](https://github.com/getappmap/appmap-js/commit/901756f4a506f58098dd7ad0204b8c8edc0e0d0a))
|
|
261
275
|
|
|
262
|
-
# [@appland/appmap-v3.27.2](https://github.com/
|
|
276
|
+
# [@appland/appmap-v3.27.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.1...@appland/appmap-v3.27.2) (2022-05-30)
|
|
263
277
|
|
|
264
278
|
### Bug Fixes
|
|
265
279
|
|
|
266
280
|
- compare AppMap ctime to dependency mtime
|
|
267
|
-
([fd41733](https://github.com/
|
|
281
|
+
([fd41733](https://github.com/getappmap/appmap-js/commit/fd4173372718cfabbe8c542d9bf757286404eb4d))
|
|
268
282
|
- Indexing no longer causes EXDEV on Linux
|
|
269
|
-
([f8b0481](https://github.com/
|
|
283
|
+
([f8b0481](https://github.com/getappmap/appmap-js/commit/f8b0481881cc48715b1dcaa6a3caeaf0782d7b08))
|
|
270
284
|
|
|
271
|
-
# [@appland/appmap-v3.27.1](https://github.com/
|
|
285
|
+
# [@appland/appmap-v3.27.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.27.0...@appland/appmap-v3.27.1) (2022-05-27)
|
|
272
286
|
|
|
273
287
|
### Bug Fixes
|
|
274
288
|
|
|
275
289
|
- Correct packages/cli bin script location
|
|
276
|
-
([5aafd90](https://github.com/
|
|
290
|
+
([5aafd90](https://github.com/getappmap/appmap-js/commit/5aafd90aab3c328a7ada80c80958c1139787c6fe))
|
|
277
291
|
|
|
278
|
-
# [@appland/appmap-v3.27.0](https://github.com/
|
|
292
|
+
# [@appland/appmap-v3.27.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.26.0...@appland/appmap-v3.27.0) (2022-05-27)
|
|
279
293
|
|
|
280
294
|
### Features
|
|
281
295
|
|
|
282
296
|
- Save remote recordings to $appmap_dir/remote
|
|
283
|
-
([81cd0c4](https://github.com/
|
|
297
|
+
([81cd0c4](https://github.com/getappmap/appmap-js/commit/81cd0c4ab495fb9b7d35f0c894de7abfb0625adc))
|
|
284
298
|
|
|
285
|
-
# [@appland/appmap-v3.26.0](https://github.com/
|
|
299
|
+
# [@appland/appmap-v3.26.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.25.4...@appland/appmap-v3.26.0) (2022-05-27)
|
|
286
300
|
|
|
287
301
|
### Features
|
|
288
302
|
|
|
289
303
|
- install command accepts -d for target directory
|
|
290
|
-
([efc817c](https://github.com/
|
|
304
|
+
([efc817c](https://github.com/getappmap/appmap-js/commit/efc817c4de78ea6912e03db5d36ab4a77fcfa0ae))
|
|
291
305
|
|
|
292
|
-
# [@appland/appmap-v3.25.4](https://github.com/
|
|
306
|
+
# [@appland/appmap-v3.25.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.25.3...@appland/appmap-v3.25.4) (2022-05-17)
|
|
293
307
|
|
|
294
308
|
### Bug Fixes
|
|
295
309
|
|
|
296
310
|
- Move index directory into place more robustly
|
|
297
|
-
([8139e44](https://github.com/
|
|
311
|
+
([8139e44](https://github.com/getappmap/appmap-js/commit/8139e44ab1046b482ab6181926679291699d6d6b))
|
|
298
312
|
|
|
299
|
-
# [@appland/appmap-v3.25.3](https://github.com/
|
|
313
|
+
# [@appland/appmap-v3.25.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.25.2...@appland/appmap-v3.25.3) (2022-05-11)
|
|
300
314
|
|
|
301
315
|
### Bug Fixes
|
|
302
316
|
|
|
303
317
|
- await for locationString
|
|
304
|
-
([c8f7da7](https://github.com/
|
|
318
|
+
([c8f7da7](https://github.com/getappmap/appmap-js/commit/c8f7da7d0daa5d64f1fac85c853c7e98b56e126c))
|
|
305
319
|
- don't print progress to a non-tty stream
|
|
306
|
-
([b1b785f](https://github.com/
|
|
320
|
+
([b1b785f](https://github.com/getappmap/appmap-js/commit/b1b785f950fc0465ca3787c073447ede3db1c4f3))
|
|
307
321
|
|
|
308
|
-
# [@appland/appmap-v3.25.2](https://github.com/
|
|
322
|
+
# [@appland/appmap-v3.25.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.25.1...@appland/appmap-v3.25.2) (2022-05-10)
|
|
309
323
|
|
|
310
324
|
### Bug Fixes
|
|
311
325
|
|
|
312
326
|
- Safely handle code object with no classObject
|
|
313
|
-
([10cb8a7](https://github.com/
|
|
327
|
+
([10cb8a7](https://github.com/getappmap/appmap-js/commit/10cb8a7c4de6760cc6a9ed43a0408586ebb23970))
|
|
314
328
|
|
|
315
|
-
# [@appland/appmap-v3.25.1](https://github.com/
|
|
329
|
+
# [@appland/appmap-v3.25.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.25.0...@appland/appmap-v3.25.1) (2022-05-02)
|
|
316
330
|
|
|
317
331
|
### Bug Fixes
|
|
318
332
|
|
|
319
333
|
- Test commands must not be blank
|
|
320
|
-
([f7a6e21](https://github.com/
|
|
334
|
+
([f7a6e21](https://github.com/getappmap/appmap-js/commit/f7a6e2119f32a988826aa0a3a0558213a23beb67))
|
|
321
335
|
|
|
322
|
-
# [@appland/appmap-v3.25.0](https://github.com/
|
|
336
|
+
# [@appland/appmap-v3.25.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.24.0...@appland/appmap-v3.25.0) (2022-04-28)
|
|
323
337
|
|
|
324
338
|
### Features
|
|
325
339
|
|
|
326
340
|
- Extended telemetry for the 'record' command
|
|
327
|
-
([99f1450](https://github.com/
|
|
341
|
+
([99f1450](https://github.com/getappmap/appmap-js/commit/99f145038dda0ff91c3def394529edfd6b1fbff7))
|
|
328
342
|
|
|
329
|
-
# [@appland/appmap-v3.24.0](https://github.com/
|
|
343
|
+
# [@appland/appmap-v3.24.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.23.1...@appland/appmap-v3.24.0) (2022-04-27)
|
|
330
344
|
|
|
331
345
|
### Bug Fixes
|
|
332
346
|
|
|
333
347
|
- Fix test command guessing for Ruby
|
|
334
|
-
([7905910](https://github.com/
|
|
348
|
+
([7905910](https://github.com/getappmap/appmap-js/commit/790591005576d4c27b796819466476d4f277be2a))
|
|
335
349
|
- Suggest test recording before remote
|
|
336
|
-
([d905f7e](https://github.com/
|
|
350
|
+
([d905f7e](https://github.com/getappmap/appmap-js/commit/d905f7e6d74e40d87b34ce865621a52fee270d52))
|
|
337
351
|
|
|
338
352
|
### Features
|
|
339
353
|
|
|
340
354
|
- 'record' command finishes by prompting with next steps
|
|
341
|
-
([ec9766e](https://github.com/
|
|
355
|
+
([ec9766e](https://github.com/getappmap/appmap-js/commit/ec9766ef17ace1e4ac8cb128a30c320dc7ae202b))
|
|
342
356
|
- install command prompts the user to run 'record'
|
|
343
|
-
([585008a](https://github.com/
|
|
357
|
+
([585008a](https://github.com/getappmap/appmap-js/commit/585008a17a42f024c3fabd9b8a6a6ee43c042e17))
|
|
344
358
|
- Telemetry for 'record'
|
|
345
|
-
([afc19a9](https://github.com/
|
|
359
|
+
([afc19a9](https://github.com/getappmap/appmap-js/commit/afc19a953c43f74736d63949ad6a866e3bf5ee15))
|
|
346
360
|
|
|
347
|
-
# [@appland/appmap-v3.23.1](https://github.com/
|
|
361
|
+
# [@appland/appmap-v3.23.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.23.0...@appland/appmap-v3.23.1) (2022-04-27)
|
|
348
362
|
|
|
349
363
|
### Bug Fixes
|
|
350
364
|
|
|
351
365
|
- Don't match events that have no return event
|
|
352
|
-
([31dca43](https://github.com/
|
|
366
|
+
([31dca43](https://github.com/getappmap/appmap-js/commit/31dca43b25af18a8927fda0ebfec3f52dca8268f))
|
|
353
367
|
|
|
354
|
-
# [@appland/appmap-v3.23.0](https://github.com/
|
|
368
|
+
# [@appland/appmap-v3.23.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.22.0...@appland/appmap-v3.23.0) (2022-04-27)
|
|
355
369
|
|
|
356
370
|
### Bug Fixes
|
|
357
371
|
|
|
358
372
|
- Prompt for test command
|
|
359
|
-
([b9abca2](https://github.com/
|
|
373
|
+
([b9abca2](https://github.com/getappmap/appmap-js/commit/b9abca2352904f9692c49b7fced893f4be351a6d))
|
|
360
374
|
|
|
361
375
|
### Features
|
|
362
376
|
|
|
363
377
|
- Add UI.continue
|
|
364
|
-
([36d948f](https://github.com/
|
|
378
|
+
([36d948f](https://github.com/getappmap/appmap-js/commit/36d948f7257671d2cb64d8eee09058d07a180a77))
|
|
365
379
|
- Boldly print if the agent is available or not
|
|
366
|
-
([5c25abd](https://github.com/
|
|
380
|
+
([5c25abd](https://github.com/getappmap/appmap-js/commit/5c25abdf4c3c223113e7923a66caed53771f369b))
|
|
367
381
|
- Guess 'mvn test' command
|
|
368
|
-
([65534a8](https://github.com/
|
|
382
|
+
([65534a8](https://github.com/getappmap/appmap-js/commit/65534a8c356450eab92bb9568edad413b17f9ba8))
|
|
369
383
|
|
|
370
|
-
# [@appland/appmap-v3.22.0](https://github.com/
|
|
384
|
+
# [@appland/appmap-v3.22.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.21.0...@appland/appmap-v3.22.0) (2022-04-26)
|
|
371
385
|
|
|
372
386
|
### Bug Fixes
|
|
373
387
|
|
|
374
388
|
- Fix hash key of saved settings
|
|
375
|
-
([26f54f4](https://github.com/
|
|
389
|
+
([26f54f4](https://github.com/getappmap/appmap-js/commit/26f54f479047b38b667c27b7d12c280d4d91413c))
|
|
376
390
|
|
|
377
391
|
### Features
|
|
378
392
|
|
|
379
393
|
- 'record test' sub-command
|
|
380
|
-
([9471f7f](https://github.com/
|
|
394
|
+
([9471f7f](https://github.com/getappmap/appmap-js/commit/9471f7f5de90a0f7ba52086d7385371ee50ecf23))
|
|
381
395
|
- Prompt for test commands
|
|
382
|
-
([93ae6f6](https://github.com/
|
|
396
|
+
([93ae6f6](https://github.com/getappmap/appmap-js/commit/93ae6f6a4b0d97c4338480c1943d1ac32a0cd6d7))
|
|
383
397
|
- Recording mode argument is optional
|
|
384
|
-
([44b3575](https://github.com/
|
|
398
|
+
([44b3575](https://github.com/getappmap/appmap-js/commit/44b35751ea025c6c4a33b60f6e51089ea0a709bc))
|
|
385
399
|
- Set a time limit on test case execution
|
|
386
|
-
([a6c2803](https://github.com/
|
|
400
|
+
([a6c2803](https://github.com/getappmap/appmap-js/commit/a6c28037123f087e7d40deecc6de1b2274820f43))
|
|
387
401
|
|
|
388
|
-
# [@appland/appmap-v3.21.0](https://github.com/
|
|
402
|
+
# [@appland/appmap-v3.21.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.20.0...@appland/appmap-v3.21.0) (2022-04-14)
|
|
389
403
|
|
|
390
404
|
### Features
|
|
391
405
|
|
|
392
406
|
- Reorganize code into states, actions, and tests
|
|
393
|
-
([a62c923](https://github.com/
|
|
407
|
+
([a62c923](https://github.com/getappmap/appmap-js/commit/a62c92386a9a8388b7b39cfb54c1b83b4896fba5))
|
|
394
408
|
- Split dev_server options between config and settings
|
|
395
|
-
([0cde0c2](https://github.com/
|
|
409
|
+
([0cde0c2](https://github.com/getappmap/appmap-js/commit/0cde0c23d0f607e36b6947d87363ab5424576215))
|
|
396
410
|
- Upgrade UX of the 'record' command
|
|
397
|
-
([573749f](https://github.com/
|
|
411
|
+
([573749f](https://github.com/getappmap/appmap-js/commit/573749fdcb79e10b8dc8fe8ef328eb74b524b1b6))
|
|
398
412
|
|
|
399
|
-
# [@appland/appmap-v3.20.0](https://github.com/
|
|
413
|
+
# [@appland/appmap-v3.20.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.19.0...@appland/appmap-v3.20.0) (2022-04-05)
|
|
400
414
|
|
|
401
415
|
### Features
|
|
402
416
|
|
|
403
417
|
- Add OpenAPI response schema by mime type
|
|
404
|
-
([fb96895](https://github.com/
|
|
418
|
+
([fb96895](https://github.com/getappmap/appmap-js/commit/fb96895e071aaa010a43aaa53da7e5e480a590d8))
|
|
405
419
|
- Best-effort inference of schema from multiple examples
|
|
406
|
-
([d76f3c4](https://github.com/
|
|
420
|
+
([d76f3c4](https://github.com/getappmap/appmap-js/commit/d76f3c4c5e665a7d261ed21d77093bb56762cfe7))
|
|
407
421
|
- Don't emit openapi item when type is nil/unknown
|
|
408
|
-
([6e0831a](https://github.com/
|
|
422
|
+
([6e0831a](https://github.com/getappmap/appmap-js/commit/6e0831a682d1ae50152c95d6b6e5825a7c9f5009))
|
|
409
423
|
- Emit 'object' for unrecognized type
|
|
410
|
-
([651b5ae](https://github.com/
|
|
424
|
+
([651b5ae](https://github.com/getappmap/appmap-js/commit/651b5ae0921ba5cfa79ba46618a79390f43a8f56))
|
|
411
425
|
|
|
412
|
-
# [@appland/appmap-v3.19.0](https://github.com/
|
|
426
|
+
# [@appland/appmap-v3.19.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.18.3...@appland/appmap-v3.19.0) (2022-03-10)
|
|
413
427
|
|
|
414
428
|
### Features
|
|
415
429
|
|
|
416
430
|
- check identifyGradleFile ends gradle.kts
|
|
417
|
-
([71c09f2](https://github.com/
|
|
431
|
+
([71c09f2](https://github.com/getappmap/appmap-js/commit/71c09f2af6d0a9476f3541c9247e332d62463875))
|
|
418
432
|
- Support gradle projects with build file written in kotlin script (build.gradle.kts)
|
|
419
|
-
([53c5e02](https://github.com/
|
|
433
|
+
([53c5e02](https://github.com/getappmap/appmap-js/commit/53c5e022ec9d97487b0245dcf3aed2711223b6c1))
|
|
420
434
|
|
|
421
|
-
# [@appland/appmap-v3.18.3](https://github.com/
|
|
435
|
+
# [@appland/appmap-v3.18.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.18.2...@appland/appmap-v3.18.3) (2022-02-14)
|
|
422
436
|
|
|
423
437
|
### Bug Fixes
|
|
424
438
|
|
|
425
439
|
- Ensure availability of Event.requestContentType
|
|
426
|
-
([73f44ed](https://github.com/
|
|
440
|
+
([73f44ed](https://github.com/getappmap/appmap-js/commit/73f44ede6fca001b757bd67ade8afc6459262822))
|
|
427
441
|
- typeof null is object - handle this
|
|
428
|
-
([8740248](https://github.com/
|
|
442
|
+
([8740248](https://github.com/getappmap/appmap-js/commit/8740248b62c129f2203f29a8be8dfe82051fdd60))
|
|
429
443
|
|
|
430
|
-
# [@appland/appmap-v3.18.2](https://github.com/
|
|
444
|
+
# [@appland/appmap-v3.18.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.18.1...@appland/appmap-v3.18.2) (2022-02-11)
|
|
431
445
|
|
|
432
446
|
### Bug Fixes
|
|
433
447
|
|
|
434
448
|
- Expect Content-Type header instead of mime_type field
|
|
435
|
-
([0886d8c](https://github.com/
|
|
449
|
+
([0886d8c](https://github.com/getappmap/appmap-js/commit/0886d8cf667e1b5b5325d26fd882a7586db29c25))
|
|
436
450
|
- Recognize Ruby String type
|
|
437
|
-
([f045bc5](https://github.com/
|
|
451
|
+
([f045bc5](https://github.com/getappmap/appmap-js/commit/f045bc570f7d3bd857068f72930d7ba3394a467e))
|
|
438
452
|
|
|
439
|
-
# [@appland/appmap-v3.18.1](https://github.com/
|
|
453
|
+
# [@appland/appmap-v3.18.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.18.0...@appland/appmap-v3.18.1) (2022-02-04)
|
|
440
454
|
|
|
441
455
|
### Bug Fixes
|
|
442
456
|
|
|
443
457
|
- Set the metadata name property before writing out AppMap data
|
|
444
|
-
([b784cd6](https://github.com/
|
|
458
|
+
([b784cd6](https://github.com/getappmap/appmap-js/commit/b784cd6a835f940d7e97f3f62e76aff001c54c55))
|
|
445
459
|
|
|
446
|
-
# [@appland/appmap-v3.18.0](https://github.com/
|
|
460
|
+
# [@appland/appmap-v3.18.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.17.2...@appland/appmap-v3.18.0) (2022-02-03)
|
|
447
461
|
|
|
448
462
|
### Features
|
|
449
463
|
|
|
450
464
|
- Refactor SQL utilities into @appland/models
|
|
451
|
-
([ef8a9be](https://github.com/
|
|
465
|
+
([ef8a9be](https://github.com/getappmap/appmap-js/commit/ef8a9bebb08f08959272af24f8a8069514107681))
|
|
452
466
|
|
|
453
|
-
# [@appland/appmap-v3.17.2](https://github.com/
|
|
467
|
+
# [@appland/appmap-v3.17.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.17.1...@appland/appmap-v3.17.2) (2022-02-01)
|
|
454
468
|
|
|
455
469
|
### Bug Fixes
|
|
456
470
|
|
|
457
471
|
- Fix JS post-install message
|
|
458
|
-
([3821584](https://github.com/
|
|
472
|
+
([3821584](https://github.com/getappmap/appmap-js/commit/3821584c045cbb1f70c148a48d3df1cb10d7f2a7))
|
|
459
473
|
- Remove post-install message
|
|
460
|
-
([716c5a9](https://github.com/
|
|
474
|
+
([716c5a9](https://github.com/getappmap/appmap-js/commit/716c5a96a1d587496921e756995e7cd8831ff616))
|
|
461
475
|
|
|
462
|
-
# [@appland/appmap-v3.17.1](https://github.com/
|
|
476
|
+
# [@appland/appmap-v3.17.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.17.0...@appland/appmap-v3.17.1) (2022-01-27)
|
|
463
477
|
|
|
464
478
|
### Bug Fixes
|
|
465
479
|
|
|
466
480
|
- Handle spaces in CommandStruct.args
|
|
467
|
-
([30c65cc](https://github.com/
|
|
481
|
+
([30c65cc](https://github.com/getappmap/appmap-js/commit/30c65cc710f8d363c94f24ad697617452d4c5192))
|
|
468
482
|
|
|
469
|
-
# [@appland/appmap-v3.17.0](https://github.com/
|
|
483
|
+
# [@appland/appmap-v3.17.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.16.1...@appland/appmap-v3.17.0) (2022-01-27)
|
|
470
484
|
|
|
471
485
|
### Bug Fixes
|
|
472
486
|
|
|
473
487
|
- Don't prompt the user for confirmation if the process was obviously not found
|
|
474
|
-
([c1e7aea](https://github.com/
|
|
488
|
+
([c1e7aea](https://github.com/getappmap/appmap-js/commit/c1e7aea7977b2e74b1b8f137b78435b980d0e997))
|
|
475
489
|
- Handle the case when no data is obtained from recording
|
|
476
|
-
([16b0a98](https://github.com/
|
|
490
|
+
([16b0a98](https://github.com/getappmap/appmap-js/commit/16b0a98b9676f7491144948c370d2f4c6eba60ff))
|
|
477
491
|
|
|
478
492
|
### Features
|
|
479
493
|
|
|
480
494
|
- Shortcut the record 'open' step when running in the VSCode terminal
|
|
481
|
-
([85d7a75](https://github.com/
|
|
495
|
+
([85d7a75](https://github.com/getappmap/appmap-js/commit/85d7a754a2da457aa39719ebdd0f75416f04e3dd))
|
|
482
496
|
|
|
483
|
-
# [@appland/appmap-v3.16.1](https://github.com/
|
|
497
|
+
# [@appland/appmap-v3.16.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.16.0...@appland/appmap-v3.16.1) (2022-01-25)
|
|
484
498
|
|
|
485
499
|
### Bug Fixes
|
|
486
500
|
|
|
487
501
|
- Add supports-hyperlinks dependency
|
|
488
|
-
([308c4bd](https://github.com/
|
|
502
|
+
([308c4bd](https://github.com/getappmap/appmap-js/commit/308c4bd250f36bf88df3e249fe9d36a9266980b2))
|
|
489
503
|
|
|
490
|
-
# [@appland/appmap-v3.16.0](https://github.com/
|
|
504
|
+
# [@appland/appmap-v3.16.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.15.1...@appland/appmap-v3.16.0) (2022-01-25)
|
|
491
505
|
|
|
492
506
|
### Features
|
|
493
507
|
|
|
494
508
|
- Add remote recording doc links for Java and JavaScript
|
|
495
|
-
([f40affe](https://github.com/
|
|
509
|
+
([f40affe](https://github.com/getappmap/appmap-js/commit/f40affeb705d30b7bc682d388e37abc0487c7adf))
|
|
496
510
|
|
|
497
|
-
# [@appland/appmap-v3.15.1](https://github.com/
|
|
511
|
+
# [@appland/appmap-v3.15.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.15.0...@appland/appmap-v3.15.1) (2022-01-18)
|
|
498
512
|
|
|
499
513
|
### Bug Fixes
|
|
500
514
|
|
|
501
515
|
- Add missing dependency on JSONStream
|
|
502
|
-
([748876d](https://github.com/
|
|
516
|
+
([748876d](https://github.com/getappmap/appmap-js/commit/748876dcb3fc5ff0fe2be831343ff93fc92054df))
|
|
503
517
|
|
|
504
|
-
# [@appland/appmap-v3.15.0](https://github.com/
|
|
518
|
+
# [@appland/appmap-v3.15.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.8...@appland/appmap-v3.15.0) (2022-01-18)
|
|
505
519
|
|
|
506
520
|
### Features
|
|
507
521
|
|
|
508
522
|
- Port prune subcommand
|
|
509
|
-
([fd1d724](https://github.com/
|
|
523
|
+
([fd1d724](https://github.com/getappmap/appmap-js/commit/fd1d7240c2ce8d1fb3227713ab78a1a9761e14a5))
|
|
510
524
|
|
|
511
|
-
# [@appland/appmap-v3.14.8](https://github.com/
|
|
525
|
+
# [@appland/appmap-v3.14.8](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.7...@appland/appmap-v3.14.8) (2022-01-07)
|
|
512
526
|
|
|
513
527
|
### Bug Fixes
|
|
514
528
|
|
|
515
529
|
- Fix the path to static assets for the open command
|
|
516
|
-
([eed3e3e](https://github.com/
|
|
530
|
+
([eed3e3e](https://github.com/getappmap/appmap-js/commit/eed3e3eaebff1484f4310bcf3c6f48d21098842e))
|
|
517
531
|
|
|
518
|
-
# [@appland/appmap-v3.14.7](https://github.com/
|
|
532
|
+
# [@appland/appmap-v3.14.7](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.6...@appland/appmap-v3.14.7) (2022-01-05)
|
|
519
533
|
|
|
520
534
|
### Bug Fixes
|
|
521
535
|
|
|
522
536
|
- Make dependency package versions compatible with scanner
|
|
523
|
-
([347a4f4](https://github.com/
|
|
537
|
+
([347a4f4](https://github.com/getappmap/appmap-js/commit/347a4f4844cfa89879fbc2154066c4e6eb920786))
|
|
524
538
|
|
|
525
|
-
# [@appland/appmap-v3.14.6](https://github.com/
|
|
539
|
+
# [@appland/appmap-v3.14.6](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.5...@appland/appmap-v3.14.6) (2021-12-09)
|
|
526
540
|
|
|
527
541
|
### Bug Fixes
|
|
528
542
|
|
|
529
543
|
- Upgrade @appland/models in packages/cli
|
|
530
|
-
([115d60a](https://github.com/
|
|
544
|
+
([115d60a](https://github.com/getappmap/appmap-js/commit/115d60a36ee21a493a31d04e8ac015757cf931a7))
|
|
531
545
|
|
|
532
|
-
# [@appland/appmap-v3.14.5](https://github.com/
|
|
546
|
+
# [@appland/appmap-v3.14.5](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.4...@appland/appmap-v3.14.5) (2021-12-07)
|
|
533
547
|
|
|
534
548
|
### Bug Fixes
|
|
535
549
|
|
|
536
550
|
- Use a shell when running a command
|
|
537
|
-
([12986a5](https://github.com/
|
|
551
|
+
([12986a5](https://github.com/getappmap/appmap-js/commit/12986a5bbaa97a8e9b671ab1308636813f06ef2d))
|
|
538
552
|
|
|
539
|
-
# [@appland/appmap-v3.14.4](https://github.com/
|
|
553
|
+
# [@appland/appmap-v3.14.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.3...@appland/appmap-v3.14.4) (2021-12-06)
|
|
540
554
|
|
|
541
555
|
### Bug Fixes
|
|
542
556
|
|
|
543
557
|
- Nudge user to install in current project
|
|
544
|
-
([28f358e](https://github.com/
|
|
558
|
+
([28f358e](https://github.com/getappmap/appmap-js/commit/28f358e0479a5a919eb4d2b45be79a51f8dd9799))
|
|
545
559
|
|
|
546
|
-
# [@appland/appmap-v3.14.3](https://github.com/
|
|
560
|
+
# [@appland/appmap-v3.14.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.2...@appland/appmap-v3.14.3) (2021-12-03)
|
|
547
561
|
|
|
548
562
|
### Bug Fixes
|
|
549
563
|
|
|
550
564
|
- Correct post-install instructions
|
|
551
|
-
([ed8febd](https://github.com/
|
|
565
|
+
([ed8febd](https://github.com/getappmap/appmap-js/commit/ed8febd6bc0cd9c2ba1380ed5a9ccced7e907e2e))
|
|
552
566
|
- Use an absolute path when installing
|
|
553
|
-
([c39a784](https://github.com/
|
|
567
|
+
([c39a784](https://github.com/getappmap/appmap-js/commit/c39a784a646662355f1aecbc4518e2b219037d10))
|
|
554
568
|
|
|
555
|
-
# [@appland/appmap-v3.14.2](https://github.com/
|
|
569
|
+
# [@appland/appmap-v3.14.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.1...@appland/appmap-v3.14.2) (2021-12-01)
|
|
556
570
|
|
|
557
571
|
### Bug Fixes
|
|
558
572
|
|
|
559
573
|
- Allow the user to override agent package
|
|
560
|
-
([963e15b](https://github.com/
|
|
574
|
+
([963e15b](https://github.com/getappmap/appmap-js/commit/963e15b5684371102247efb97456f9497c96653f))
|
|
561
575
|
- EncodedFile now handles empty files
|
|
562
|
-
([bacf4ac](https://github.com/
|
|
576
|
+
([bacf4ac](https://github.com/getappmap/appmap-js/commit/bacf4aca20f0c1364a4b4c6f7657655b6a2db794))
|
|
563
577
|
|
|
564
|
-
# [@appland/appmap-v3.14.1](https://github.com/
|
|
578
|
+
# [@appland/appmap-v3.14.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.14.0...@appland/appmap-v3.14.1) (2021-11-30)
|
|
565
579
|
|
|
566
580
|
### Bug Fixes
|
|
567
581
|
|
|
568
582
|
- Use correct path to JB maven plugin
|
|
569
|
-
([7bc5880](https://github.com/
|
|
583
|
+
([7bc5880](https://github.com/getappmap/appmap-js/commit/7bc588011dee9feb759c16d731b90e843fd74435))
|
|
570
584
|
- Wait for the user to pick an installer
|
|
571
|
-
([f16e4a3](https://github.com/
|
|
585
|
+
([f16e4a3](https://github.com/getappmap/appmap-js/commit/f16e4a3a77ec72e3eb9efefdb18699c5e50f9f0f))
|
|
572
586
|
|
|
573
|
-
# [@appland/appmap-v3.14.0](https://github.com/
|
|
587
|
+
# [@appland/appmap-v3.14.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.13.4...@appland/appmap-v3.14.0) (2021-11-29)
|
|
574
588
|
|
|
575
589
|
### Features
|
|
576
590
|
|
|
577
591
|
- Add JavaScript project installers
|
|
578
|
-
([eb8f934](https://github.com/
|
|
592
|
+
([eb8f934](https://github.com/getappmap/appmap-js/commit/eb8f93476b85fab1a50f767c5774d5d2fc1910a7))
|
|
579
593
|
|
|
580
|
-
# [@appland/appmap-v3.13.4](https://github.com/
|
|
594
|
+
# [@appland/appmap-v3.13.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.13.3...@appland/appmap-v3.13.4) (2021-11-19)
|
|
581
595
|
|
|
582
596
|
### Bug Fixes
|
|
583
597
|
|
|
584
598
|
- Exit cleanly when the user aborts
|
|
585
|
-
([e570101](https://github.com/
|
|
599
|
+
([e570101](https://github.com/getappmap/appmap-js/commit/e5701017d01aa3597c2c66556a2c1a08ca3678a6))
|
|
586
600
|
- Flush telemetry events before exiting
|
|
587
|
-
([60df8e8](https://github.com/
|
|
601
|
+
([60df8e8](https://github.com/getappmap/appmap-js/commit/60df8e83eec2b3fa3d53d6339613cf4a595c03ae))
|
|
588
602
|
- Send success event
|
|
589
|
-
([4d05374](https://github.com/
|
|
603
|
+
([4d05374](https://github.com/getappmap/appmap-js/commit/4d053742e6cb05f964485764a29c548ab6002582))
|
|
590
604
|
|
|
591
|
-
# [@appland/appmap-v3.13.3](https://github.com/
|
|
605
|
+
# [@appland/appmap-v3.13.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.13.2...@appland/appmap-v3.13.3) (2021-11-11)
|
|
592
606
|
|
|
593
607
|
### Bug Fixes
|
|
594
608
|
|
|
595
609
|
- Show the correct version with --version
|
|
596
|
-
([e695e2c](https://github.com/
|
|
610
|
+
([e695e2c](https://github.com/getappmap/appmap-js/commit/e695e2c69e1936a35c94a6c37129e06bce7b8287))
|
|
597
611
|
|
|
598
|
-
# [@appland/appmap-v3.13.2](https://github.com/
|
|
612
|
+
# [@appland/appmap-v3.13.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.13.1...@appland/appmap-v3.13.2) (2021-11-11)
|
|
599
613
|
|
|
600
614
|
### Bug Fixes
|
|
601
615
|
|
|
602
616
|
- Improve error reporting
|
|
603
|
-
([ac18468](https://github.com/
|
|
617
|
+
([ac18468](https://github.com/getappmap/appmap-js/commit/ac184684d3e16a96ac98c8129d59fe5a147786bd))
|
|
604
618
|
- Map language types to OpenAPI types
|
|
605
|
-
([e44f906](https://github.com/
|
|
619
|
+
([e44f906](https://github.com/getappmap/appmap-js/commit/e44f906304ac7fe568e574c9a768943ea931ec8e))
|
|
606
620
|
|
|
607
|
-
# [@appland/appmap-v3.13.1](https://github.com/
|
|
621
|
+
# [@appland/appmap-v3.13.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.13.0...@appland/appmap-v3.13.1) (2021-11-11)
|
|
608
622
|
|
|
609
623
|
### Bug Fixes
|
|
610
624
|
|
|
611
625
|
- Wait for debugging information on exit
|
|
612
|
-
([fe71319](https://github.com/
|
|
626
|
+
([fe71319](https://github.com/getappmap/appmap-js/commit/fe71319feb97dafffa1065e0747abe1f05e65cee))
|
|
613
627
|
|
|
614
|
-
# [@appland/appmap-v3.13.0](https://github.com/
|
|
628
|
+
# [@appland/appmap-v3.13.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.12.2...@appland/appmap-v3.13.0) (2021-11-08)
|
|
615
629
|
|
|
616
630
|
### Bug Fixes
|
|
617
631
|
|
|
618
632
|
- Wait for verification before proceeding
|
|
619
|
-
([3e945fb](https://github.com/
|
|
633
|
+
([3e945fb](https://github.com/getappmap/appmap-js/commit/3e945fb5c2749a1b77a7b76ed8692f97034fa0f7))
|
|
620
634
|
|
|
621
635
|
### Features
|
|
622
636
|
|
|
623
637
|
- Use IntelliJ JDK, build tools, if available
|
|
624
|
-
([c4d8101](https://github.com/
|
|
638
|
+
([c4d8101](https://github.com/getappmap/appmap-js/commit/c4d81013040c613277fb3c21ded2474df2f317ae))
|
|
625
639
|
|
|
626
|
-
# [@appland/appmap-v3.12.2](https://github.com/
|
|
640
|
+
# [@appland/appmap-v3.12.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.12.1...@appland/appmap-v3.12.2) (2021-11-05)
|
|
627
641
|
|
|
628
642
|
### Bug Fixes
|
|
629
643
|
|
|
630
644
|
- include resources directory in package
|
|
631
|
-
([66e98fb](https://github.com/
|
|
645
|
+
([66e98fb](https://github.com/getappmap/appmap-js/commit/66e98fbb205452b33d064a3ee3435933db7e6e81))
|
|
632
646
|
|
|
633
|
-
# [@appland/appmap-v3.12.1](https://github.com/
|
|
647
|
+
# [@appland/appmap-v3.12.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.12.0...@appland/appmap-v3.12.1) (2021-11-04)
|
|
634
648
|
|
|
635
649
|
### Bug Fixes
|
|
636
650
|
|
|
637
651
|
- reverting openapi version to 3.0.1
|
|
638
|
-
([90ef5ee](https://github.com/
|
|
652
|
+
([90ef5ee](https://github.com/getappmap/appmap-js/commit/90ef5ee8e1e0381ce82eda734931e7a136287ad4))
|
|
639
653
|
|
|
640
|
-
# [@appland/appmap-v3.12.0](https://github.com/
|
|
654
|
+
# [@appland/appmap-v3.12.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.11.0...@appland/appmap-v3.12.0) (2021-11-03)
|
|
641
655
|
|
|
642
656
|
### Bug Fixes
|
|
643
657
|
|
|
644
658
|
- Only display the command name if it's not found
|
|
645
|
-
([136ff50](https://github.com/
|
|
659
|
+
([136ff50](https://github.com/getappmap/appmap-js/commit/136ff50bbbf3e069da79a7b8e490be24cbd6ffd4))
|
|
646
660
|
|
|
647
661
|
### Features
|
|
648
662
|
|
|
649
663
|
- Add support for sub-project installation
|
|
650
|
-
([7696ace](https://github.com/
|
|
664
|
+
([7696ace](https://github.com/getappmap/appmap-js/commit/7696aceb813c9905580f53588327387dd06142a8))
|
|
651
665
|
|
|
652
|
-
# [@appland/appmap-v3.11.0](https://github.com/
|
|
666
|
+
# [@appland/appmap-v3.11.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.10.1...@appland/appmap-v3.11.0) (2021-11-01)
|
|
653
667
|
|
|
654
668
|
### Features
|
|
655
669
|
|
|
656
670
|
- Export parseNormalizeSQL and add joinsCount
|
|
657
|
-
([1f37628](https://github.com/
|
|
671
|
+
([1f37628](https://github.com/getappmap/appmap-js/commit/1f37628e9c448176a0d068bd312ba4672e2f4925))
|
|
658
672
|
|
|
659
|
-
# [@appland/appmap-v3.10.1](https://github.com/
|
|
673
|
+
# [@appland/appmap-v3.10.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.10.0...@appland/appmap-v3.10.1) (2021-10-28)
|
|
660
674
|
|
|
661
675
|
### Bug Fixes
|
|
662
676
|
|
|
663
677
|
- Add missing mavenCentral repo correctly
|
|
664
|
-
([bf33ce4](https://github.com/
|
|
678
|
+
([bf33ce4](https://github.com/getappmap/appmap-js/commit/bf33ce41214d3fb839b46ca85fc76a0cf2612cb6))
|
|
665
679
|
|
|
666
|
-
# [@appland/appmap-v3.10.0](https://github.com/
|
|
680
|
+
# [@appland/appmap-v3.10.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.9.0...@appland/appmap-v3.10.0) (2021-10-21)
|
|
667
681
|
|
|
668
682
|
### Features
|
|
669
683
|
|
|
670
684
|
- OpenAPI template is configurable
|
|
671
|
-
([e8b64d3](https://github.com/
|
|
685
|
+
([e8b64d3](https://github.com/getappmap/appmap-js/commit/e8b64d3c33dd2267ce9c0aeb5cdfa7626a62aa9d))
|
|
672
686
|
- Rename swagger command to openapi
|
|
673
|
-
([681b608](https://github.com/
|
|
687
|
+
([681b608](https://github.com/getappmap/appmap-js/commit/681b6083ff47760123cf4feed9abae8aab977eb1))
|
|
674
688
|
|
|
675
|
-
# [@appland/appmap-v3.9.0](https://github.com/
|
|
689
|
+
# [@appland/appmap-v3.9.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.8.0...@appland/appmap-v3.9.0) (2021-10-21)
|
|
676
690
|
|
|
677
|
-
# [@appland/appmap-v3.8.0](https://github.com/
|
|
691
|
+
# [@appland/appmap-v3.8.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.7.4...@appland/appmap-v3.8.0) (2021-10-18)
|
|
678
692
|
|
|
679
693
|
### Features
|
|
680
694
|
|
|
681
695
|
- Notify on install startup
|
|
682
|
-
([578c4f3](https://github.com/
|
|
696
|
+
([578c4f3](https://github.com/getappmap/appmap-js/commit/578c4f348cc9852ea5be54925d4aaf9f58866aa3))
|
|
683
697
|
|
|
684
|
-
# [@appland/appmap-v3.7.4](https://github.com/
|
|
698
|
+
# [@appland/appmap-v3.7.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.7.3...@appland/appmap-v3.7.4) (2021-10-14)
|
|
685
699
|
|
|
686
700
|
### Bug Fixes
|
|
687
701
|
|
|
688
702
|
- Correct search for first gem in a Gemfile
|
|
689
|
-
([caed268](https://github.com/
|
|
703
|
+
([caed268](https://github.com/getappmap/appmap-js/commit/caed2683104af7870956bc76a63772aeaafb9d63))
|
|
690
704
|
|
|
691
|
-
# [@appland/appmap-v3.7.3](https://github.com/
|
|
705
|
+
# [@appland/appmap-v3.7.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.7.2...@appland/appmap-v3.7.3) (2021-10-11)
|
|
692
706
|
|
|
693
707
|
### Bug Fixes
|
|
694
708
|
|
|
695
709
|
- Use correct wrapper name on Windows
|
|
696
|
-
([485dbb9](https://github.com/
|
|
710
|
+
([485dbb9](https://github.com/getappmap/appmap-js/commit/485dbb9969506b06317becf2f5cb8072cb4957f2))
|
|
697
711
|
|
|
698
|
-
# [@appland/appmap-v3.7.2](https://github.com/
|
|
712
|
+
# [@appland/appmap-v3.7.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.7.1...@appland/appmap-v3.7.2) (2021-10-07)
|
|
699
713
|
|
|
700
714
|
### Bug Fixes
|
|
701
715
|
|
|
702
716
|
- Support UTF-16LE encoded build files
|
|
703
|
-
([a520438](https://github.com/
|
|
717
|
+
([a520438](https://github.com/getappmap/appmap-js/commit/a52043870cfcf66e5e26efb30f490df6a0e1c51e))
|
|
704
718
|
|
|
705
|
-
# [@appland/appmap-v3.7.1](https://github.com/
|
|
719
|
+
# [@appland/appmap-v3.7.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.7.0...@appland/appmap-v3.7.1) (2021-10-04)
|
|
706
720
|
|
|
707
721
|
### Bug Fixes
|
|
708
722
|
|
|
709
723
|
- Present user with errors generated from child process
|
|
710
|
-
([71e11e1](https://github.com/
|
|
724
|
+
([71e11e1](https://github.com/getappmap/appmap-js/commit/71e11e1e38221660f3910bf4227b9e6546c5e519))
|
|
711
725
|
- Sessions are now properly persisted on disk
|
|
712
|
-
([e4960cd](https://github.com/
|
|
726
|
+
([e4960cd](https://github.com/getappmap/appmap-js/commit/e4960cd31f958fd2bf895e2838cf6d8a9b2cc5a8))
|
|
713
727
|
|
|
714
|
-
# [@appland/appmap-v3.7.0](https://github.com/
|
|
728
|
+
# [@appland/appmap-v3.7.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.6.4...@appland/appmap-v3.7.0) (2021-09-30)
|
|
715
729
|
|
|
716
730
|
### Bug Fixes
|
|
717
731
|
|
|
718
732
|
- Add project directory debug data
|
|
719
|
-
([78c9ce7](https://github.com/
|
|
733
|
+
([78c9ce7](https://github.com/getappmap/appmap-js/commit/78c9ce7292d3d0d6882fc41588fd65d4670c3809))
|
|
720
734
|
- Move directory argument to an optional positional argument
|
|
721
|
-
([a593924](https://github.com/
|
|
735
|
+
([a593924](https://github.com/getappmap/appmap-js/commit/a593924faf5beef9c0875308207e222a2eb8cd9a))
|
|
722
736
|
|
|
723
737
|
### Features
|
|
724
738
|
|
|
725
739
|
- Auto-select installer if only one is available
|
|
726
|
-
([db8ac09](https://github.com/
|
|
740
|
+
([db8ac09](https://github.com/getappmap/appmap-js/commit/db8ac0944b462f32b0909d3818b33b09f8e2342b))
|
|
727
741
|
|
|
728
|
-
# [@appland/appmap-v3.6.4](https://github.com/
|
|
742
|
+
# [@appland/appmap-v3.6.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.6.3...@appland/appmap-v3.6.4) (2021-09-22)
|
|
729
743
|
|
|
730
744
|
### Bug Fixes
|
|
731
745
|
|
|
732
746
|
- Correct build.gradle updates
|
|
733
|
-
([afc490c](https://github.com/
|
|
747
|
+
([afc490c](https://github.com/getappmap/appmap-js/commit/afc490c25e55566a7a11628955fb24d22fedeb42))
|
|
734
748
|
|
|
735
|
-
# [@appland/appmap-v3.6.3](https://github.com/
|
|
749
|
+
# [@appland/appmap-v3.6.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.6.2...@appland/appmap-v3.6.3) (2021-09-21)
|
|
736
750
|
|
|
737
751
|
### Bug Fixes
|
|
738
752
|
|
|
739
753
|
- Run Gradle dependencyInsight task with stacktrace option in case of error
|
|
740
|
-
([91a5979](https://github.com/
|
|
754
|
+
([91a5979](https://github.com/getappmap/appmap-js/commit/91a59796dc5b73e6208f3b452bf4b63f812583fd))
|
|
741
755
|
|
|
742
|
-
# [@appland/appmap-v3.6.2](https://github.com/
|
|
756
|
+
# [@appland/appmap-v3.6.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.6.1...@appland/appmap-v3.6.2) (2021-09-21)
|
|
743
757
|
|
|
744
758
|
### Bug Fixes
|
|
745
759
|
|
|
746
760
|
- Use child_process.spawn instead of exec
|
|
747
|
-
([d0d85f3](https://github.com/
|
|
761
|
+
([d0d85f3](https://github.com/getappmap/appmap-js/commit/d0d85f3bf153c1d986331302d6fe865ad06547dd))
|
|
748
762
|
|
|
749
|
-
# [@appland/appmap-v3.6.1](https://github.com/
|
|
763
|
+
# [@appland/appmap-v3.6.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.6.0...@appland/appmap-v3.6.1) (2021-09-21)
|
|
750
764
|
|
|
751
765
|
### Bug Fixes
|
|
752
766
|
|
|
753
767
|
- Now logging commands run
|
|
754
|
-
([9a20f46](https://github.com/
|
|
768
|
+
([9a20f46](https://github.com/getappmap/appmap-js/commit/9a20f465ae47ea14c1204e49eacb97fe17a9ee32))
|
|
755
769
|
|
|
756
|
-
# [@appland/appmap-v3.6.0](https://github.com/
|
|
770
|
+
# [@appland/appmap-v3.6.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.5.1...@appland/appmap-v3.6.0) (2021-09-17)
|
|
757
771
|
|
|
758
772
|
### Bug Fixes
|
|
759
773
|
|
|
760
774
|
- Correct import of Error classes
|
|
761
|
-
([badd988](https://github.com/
|
|
775
|
+
([badd988](https://github.com/getappmap/appmap-js/commit/badd988c00abcc4720f6e346a86ef15e4beeda6b))
|
|
762
776
|
- Fix agent install module imports
|
|
763
|
-
([a7caa17](https://github.com/
|
|
777
|
+
([a7caa17](https://github.com/getappmap/appmap-js/commit/a7caa1719bc3e20ff6fc08ed0412bb1d224afbb1))
|
|
764
778
|
|
|
765
779
|
### Features
|
|
766
780
|
|
|
767
781
|
- appmap.html standalone page
|
|
768
|
-
([97fa02e](https://github.com/
|
|
782
|
+
([97fa02e](https://github.com/getappmap/appmap-js/commit/97fa02ec809553d185a9acadcf895562ee5b80e6))
|
|
769
783
|
- open an AppMap in the default browser
|
|
770
|
-
([15fb41d](https://github.com/
|
|
784
|
+
([15fb41d](https://github.com/getappmap/appmap-js/commit/15fb41d2f2adc180588f5e00ea584dd274ffb080))
|
|
771
785
|
- Serve the appmap file and JS map file
|
|
772
|
-
([250c26d](https://github.com/
|
|
786
|
+
([250c26d](https://github.com/getappmap/appmap-js/commit/250c26d92665c81264a29576c2155409b144ab5c))
|
|
773
787
|
|
|
774
|
-
# [@appland/appmap-v3.5.1](https://github.com/
|
|
788
|
+
# [@appland/appmap-v3.5.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.5.0...@appland/appmap-v3.5.1) (2021-09-17)
|
|
775
789
|
|
|
776
790
|
### Bug Fixes
|
|
777
791
|
|
|
778
792
|
- Add debugging information for directory listing when install fails
|
|
779
|
-
([fb315c6](https://github.com/
|
|
793
|
+
([fb315c6](https://github.com/getappmap/appmap-js/commit/fb315c6b49925ad6a3d4a3f5eef265448602293a))
|
|
780
794
|
|
|
781
|
-
# [@appland/appmap-v3.5.0](https://github.com/
|
|
795
|
+
# [@appland/appmap-v3.5.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.4.1...@appland/appmap-v3.5.0) (2021-09-15)
|
|
782
796
|
|
|
783
797
|
### Bug Fixes
|
|
784
798
|
|
|
785
799
|
- `appland.cli.log` is now populated on failure
|
|
786
|
-
([916f84c](https://github.com/
|
|
800
|
+
([916f84c](https://github.com/getappmap/appmap-js/commit/916f84ce2a6eb08ac463d8f37fbbc32bad2486fb))
|
|
787
801
|
- Capture installer information upon failure
|
|
788
|
-
([6b01a9b](https://github.com/
|
|
802
|
+
([6b01a9b](https://github.com/getappmap/appmap-js/commit/6b01a9b4b8f3e6cad8d6728682b767ccad3f2fa3))
|
|
789
803
|
- Clarify steps to fix missing requirements
|
|
790
|
-
([e743176](https://github.com/
|
|
804
|
+
([e743176](https://github.com/getappmap/appmap-js/commit/e743176318369f4d887480bcce26869e95feea4b))
|
|
791
805
|
|
|
792
806
|
### Features
|
|
793
807
|
|
|
794
808
|
- Ask user to confirm installation environment
|
|
795
|
-
([17a802b](https://github.com/
|
|
809
|
+
([17a802b](https://github.com/getappmap/appmap-js/commit/17a802b776b63b8eab5039b8d7905e430e9a8eaa))
|
|
796
810
|
|
|
797
|
-
# [@appland/appmap-v3.4.1](https://github.com/
|
|
811
|
+
# [@appland/appmap-v3.4.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.4.0...@appland/appmap-v3.4.1) (2021-09-15)
|
|
798
812
|
|
|
799
813
|
### Bug Fixes
|
|
800
814
|
|
|
801
815
|
- Users are now identified in the same manner as VSCode
|
|
802
|
-
([#355](https://github.com/
|
|
803
|
-
([8d9cd50](https://github.com/
|
|
816
|
+
([#355](https://github.com/getappmap/appmap-js/issues/355))
|
|
817
|
+
([8d9cd50](https://github.com/getappmap/appmap-js/commit/8d9cd507bcbcbecb0a0fa742206b8534ad797620))
|
|
804
818
|
|
|
805
|
-
# [@appland/appmap-v3.4.0](https://github.com/
|
|
819
|
+
# [@appland/appmap-v3.4.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.3.2...@appland/appmap-v3.4.0) (2021-09-13)
|
|
806
820
|
|
|
807
821
|
### Features
|
|
808
822
|
|
|
809
823
|
- Add validation step after install
|
|
810
|
-
([18effec](https://github.com/
|
|
824
|
+
([18effec](https://github.com/getappmap/appmap-js/commit/18effec0a4e121d24bfbfc38c6cdc1f9fcbd7b84))
|
|
811
825
|
|
|
812
|
-
# [@appland/appmap-v3.3.2](https://github.com/
|
|
826
|
+
# [@appland/appmap-v3.3.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.3.1...@appland/appmap-v3.3.2) (2021-09-10)
|
|
813
827
|
|
|
814
828
|
### Bug Fixes
|
|
815
829
|
|
|
816
830
|
- Fixed an issue where install-agent quit before rresolving all promises
|
|
817
|
-
([8c42539](https://github.com/
|
|
831
|
+
([8c42539](https://github.com/getappmap/appmap-js/commit/8c42539926e05f1498676b9d844e0a4b6b92d75a))
|
|
818
832
|
|
|
819
|
-
# [@appland/appmap-v3.3.1](https://github.com/
|
|
833
|
+
# [@appland/appmap-v3.3.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.3.0...@appland/appmap-v3.3.1) (2021-09-10)
|
|
820
834
|
|
|
821
835
|
### Bug Fixes
|
|
822
836
|
|
|
823
837
|
- Update path of bin script
|
|
824
|
-
([da8e666](https://github.com/
|
|
838
|
+
([da8e666](https://github.com/getappmap/appmap-js/commit/da8e666512d4ff2774fcc65c797686616ba7059e))
|
|
825
839
|
|
|
826
|
-
# [@appland/appmap-v3.3.0](https://github.com/
|
|
840
|
+
# [@appland/appmap-v3.3.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.2.4...@appland/appmap-v3.3.0) (2021-09-10)
|
|
827
841
|
|
|
828
842
|
### Features
|
|
829
843
|
|
|
830
844
|
- Add telemetry reporting to install-agent results
|
|
831
|
-
([d555249](https://github.com/
|
|
845
|
+
([d555249](https://github.com/getappmap/appmap-js/commit/d5552493ce2685befaa76df6f36b4075aa50ad8b))
|
|
832
846
|
|
|
833
|
-
# [@appland/appmap-v3.2.4](https://github.com/
|
|
847
|
+
# [@appland/appmap-v3.2.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.2.3...@appland/appmap-v3.2.4) (2021-09-09)
|
|
834
848
|
|
|
835
849
|
### Bug Fixes
|
|
836
850
|
|
|
837
851
|
- Fix missing import for `verbose` when running a Java installer
|
|
838
|
-
([4a6bba0](https://github.com/
|
|
852
|
+
([4a6bba0](https://github.com/getappmap/appmap-js/commit/4a6bba0d4e8a7650e6af1e50b7783f5fc5ac00cf))
|
|
839
853
|
|
|
840
|
-
# [@appland/appmap-v3.2.3](https://github.com/
|
|
854
|
+
# [@appland/appmap-v3.2.3](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.2.2...@appland/appmap-v3.2.3) (2021-09-08)
|
|
841
855
|
|
|
842
856
|
### Bug Fixes
|
|
843
857
|
|
|
844
858
|
- Add Poetry installer
|
|
845
|
-
([21b0296](https://github.com/
|
|
859
|
+
([21b0296](https://github.com/getappmap/appmap-js/commit/21b02960f79da8884806c1ce7701c52b7c0002fa))
|
|
846
860
|
|
|
847
|
-
# [@appland/appmap-v3.2.2](https://github.com/
|
|
861
|
+
# [@appland/appmap-v3.2.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.2.1...@appland/appmap-v3.2.2) (2021-09-03)
|
|
848
862
|
|
|
849
863
|
### Bug Fixes
|
|
850
864
|
|
|
851
865
|
- Index is now asynchronous
|
|
852
|
-
([6389d47](https://github.com/
|
|
866
|
+
([6389d47](https://github.com/getappmap/appmap-js/commit/6389d475c975aa9e2aeb9c493917e2b14584af04))
|
|
853
867
|
- Target ES2017
|
|
854
|
-
([23ad225](https://github.com/
|
|
868
|
+
([23ad225](https://github.com/getappmap/appmap-js/commit/23ad225ab775f2983a4ee49c2e965e7259297ce7))
|
|
855
869
|
|
|
856
|
-
# [@appland/appmap-v3.2.1](https://github.com/
|
|
870
|
+
# [@appland/appmap-v3.2.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.2.0...@appland/appmap-v3.2.1) (2021-09-01)
|
|
857
871
|
|
|
858
872
|
### Bug Fixes
|
|
859
873
|
|
|
860
874
|
- The CLI can no longer be imported as a third party library
|
|
861
|
-
([bf20ac2](https://github.com/
|
|
875
|
+
([bf20ac2](https://github.com/getappmap/appmap-js/commit/bf20ac2757e101ccc2d4158fc42761d5be6e0a4b))
|
|
862
876
|
|
|
863
|
-
# [@appland/appmap-v3.2.0](https://github.com/
|
|
877
|
+
# [@appland/appmap-v3.2.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.1.0...@appland/appmap-v3.2.0) (2021-08-31)
|
|
864
878
|
|
|
865
879
|
### Features
|
|
866
880
|
|
|
867
881
|
- Rework the `agent-install` user experience
|
|
868
|
-
([#316](https://github.com/
|
|
869
|
-
([6e34f23](https://github.com/
|
|
882
|
+
([#316](https://github.com/getappmap/appmap-js/issues/316))
|
|
883
|
+
([6e34f23](https://github.com/getappmap/appmap-js/commit/6e34f236f44ab2f0a5393ecf0ef59a0fd2af2d2d))
|
|
870
884
|
|
|
871
|
-
# [@appland/appmap-v3.1.0](https://github.com/
|
|
885
|
+
# [@appland/appmap-v3.1.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.0.0...@appland/appmap-v3.1.0) (2021-08-19)
|
|
872
886
|
|
|
873
887
|
### Bug Fixes
|
|
874
888
|
|
|
875
889
|
- Always update build.gradle and pom.xml
|
|
876
|
-
([fd3e820](https://github.com/
|
|
890
|
+
([fd3e820](https://github.com/getappmap/appmap-js/commit/fd3e820f1cc6cf16a827fc21389b78d6cda7ac48))
|
|
877
891
|
|
|
878
892
|
### Features
|
|
879
893
|
|
|
880
894
|
- Create agent configuration
|
|
881
|
-
([cdbb282](https://github.com/
|
|
895
|
+
([cdbb282](https://github.com/getappmap/appmap-js/commit/cdbb28231df51c2c0874000126f8d20bf486b2c4))
|
|
882
896
|
|
|
883
|
-
# [@appland/appmap-v3.0.0](https://github.com/
|
|
897
|
+
# [@appland/appmap-v3.0.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v2.3.4...@appland/appmap-v3.0.0) (2021-08-05)
|
|
884
898
|
|
|
885
899
|
### Continuous Integration
|
|
886
900
|
|
|
887
901
|
- CLI now available as @appland/appmap
|
|
888
|
-
([bd99645](https://github.com/
|
|
902
|
+
([bd99645](https://github.com/getappmap/appmap-js/commit/bd9964536056406181aab5b393800a7a8152ddbc))
|
|
889
903
|
|
|
890
904
|
### BREAKING CHANGES
|
|
891
905
|
|
|
892
906
|
- @appland/cli renamed to @appland/appmap
|
|
893
907
|
|
|
894
|
-
# [@appland/cli-v1.5.2](https://github.com/
|
|
908
|
+
# [@appland/cli-v1.5.2](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.5.1...@appland/cli-v1.5.2) (2021-08-04)
|
|
895
909
|
|
|
896
910
|
### Bug Fixes
|
|
897
911
|
|
|
898
912
|
- Reword instructions for agent install
|
|
899
|
-
([edeacf6](https://github.com/
|
|
913
|
+
([edeacf6](https://github.com/getappmap/appmap-js/commit/edeacf6e11da1d1aad39e985c2c8be8d81307fa3))
|
|
900
914
|
|
|
901
|
-
# [@appland/cli-v1.5.1](https://github.com/
|
|
915
|
+
# [@appland/cli-v1.5.1](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.5.0...@appland/cli-v1.5.1) (2021-08-03)
|
|
902
916
|
|
|
903
917
|
### Bug Fixes
|
|
904
918
|
|
|
905
919
|
- Import PythonAgentInstaller properly
|
|
906
|
-
([f59da43](https://github.com/
|
|
920
|
+
([f59da43](https://github.com/getappmap/appmap-js/commit/f59da43ae0b52a18a6d0a5bda5b9913747881ca8))
|
|
907
921
|
|
|
908
|
-
# [@appland/cli-v1.5.0](https://github.com/
|
|
922
|
+
# [@appland/cli-v1.5.0](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.4.0...@appland/cli-v1.5.0) (2021-08-03)
|
|
909
923
|
|
|
910
924
|
### Features
|
|
911
925
|
|
|
912
926
|
- Add python support to install-agent command
|
|
913
|
-
([9316233](https://github.com/
|
|
927
|
+
([9316233](https://github.com/getappmap/appmap-js/commit/9316233b3c703b43ecb277c6ec41f539a3a8a544))
|
|
914
928
|
|
|
915
|
-
# [@appland/cli-v1.4.0](https://github.com/
|
|
929
|
+
# [@appland/cli-v1.4.0](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.3.2...@appland/cli-v1.4.0) (2021-07-29)
|
|
916
930
|
|
|
917
931
|
### Features
|
|
918
932
|
|
|
919
933
|
- Install ruby or java agent via CLI
|
|
920
|
-
([4d8cf37](https://github.com/
|
|
934
|
+
([4d8cf37](https://github.com/getappmap/appmap-js/commit/4d8cf37a06eef6aa5aa7bf82fa4d15d52be25166))
|
|
921
935
|
|
|
922
|
-
# [@appland/cli-v1.3.2](https://github.com/
|
|
936
|
+
# [@appland/cli-v1.3.2](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.3.1...@appland/cli-v1.3.2) (2021-07-06)
|
|
923
937
|
|
|
924
938
|
### Bug Fixes
|
|
925
939
|
|
|
926
940
|
- Fix parent tree assignment in canonicalization
|
|
927
|
-
([fd54afa](https://github.com/
|
|
941
|
+
([fd54afa](https://github.com/getappmap/appmap-js/commit/fd54afa722166ce1ac022cbd649827ac2fa84b53))
|
|
928
942
|
|
|
929
|
-
# [@appland/cli-v1.3.1](https://github.com/
|
|
943
|
+
# [@appland/cli-v1.3.1](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.3.0...@appland/cli-v1.3.1) (2021-07-02)
|
|
930
944
|
|
|
931
945
|
### Bug Fixes
|
|
932
946
|
|
|
933
947
|
- Find all matching events in each AppMap
|
|
934
|
-
([de578c7](https://github.com/
|
|
948
|
+
([de578c7](https://github.com/getappmap/appmap-js/commit/de578c73864e10c6b815ac460fb94b8a0b4eab92))
|
|
935
949
|
|
|
936
|
-
# [@appland/cli-v1.3.0](https://github.com/
|
|
950
|
+
# [@appland/cli-v1.3.0](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.2.0...@appland/cli-v1.3.0) (2021-07-02)
|
|
937
951
|
|
|
938
952
|
### Bug Fixes
|
|
939
953
|
|
|
940
954
|
- Don't emit trigrams with no caller and no callee
|
|
941
|
-
([65be7e5](https://github.com/
|
|
955
|
+
([65be7e5](https://github.com/getappmap/appmap-js/commit/65be7e5c03c3cd8a233c77bbb85c5ca54a563e07))
|
|
942
956
|
- Only show progress bars in interactive mode
|
|
943
|
-
([6436a3b](https://github.com/
|
|
957
|
+
([6436a3b](https://github.com/getappmap/appmap-js/commit/6436a3b7bff79eafcfef554eb27dd581113bd9a0))
|
|
944
958
|
- Refine JSON output of inspect command
|
|
945
|
-
([101e97e](https://github.com/
|
|
959
|
+
([101e97e](https://github.com/getappmap/appmap-js/commit/101e97e3014ac41eda49b96b2f5a4a080bbf7f07))
|
|
946
960
|
- Remove unused functions
|
|
947
|
-
([fe03064](https://github.com/
|
|
961
|
+
([fe03064](https://github.com/getappmap/appmap-js/commit/fe030646ed6e85ecf3afc7a5f36948988e37e39e))
|
|
948
962
|
- Update the AppMap index before the 'inspect' command runs
|
|
949
|
-
([1983813](https://github.com/
|
|
963
|
+
([1983813](https://github.com/getappmap/appmap-js/commit/19838133180ece16879af622bf3ccb576fc6de27))
|
|
950
964
|
|
|
951
965
|
### Features
|
|
952
966
|
|
|
953
967
|
- Add 'inventory' CLI command
|
|
954
|
-
([8175fb0](https://github.com/
|
|
968
|
+
([8175fb0](https://github.com/getappmap/appmap-js/commit/8175fb0727b40fdfc35720ead7362ae46ea2d877))
|
|
955
969
|
- Add database_type to CodeObjectType.QUERY
|
|
956
|
-
([8787b2d](https://github.com/
|
|
970
|
+
([8787b2d](https://github.com/getappmap/appmap-js/commit/8787b2de0e05bce6753c90b3b6f08115c94e8cc7))
|
|
957
971
|
- Add fingerprint strategies
|
|
958
|
-
([066bf9e](https://github.com/
|
|
972
|
+
([066bf9e](https://github.com/getappmap/appmap-js/commit/066bf9e1d2cf4767ca105d6f794daf8f82acaed5))
|
|
959
973
|
- App.Land client
|
|
960
|
-
([775abb3](https://github.com/
|
|
974
|
+
([775abb3](https://github.com/getappmap/appmap-js/commit/775abb3ad598031d9b95f20e7b12f88bd8d8da3b))
|
|
961
975
|
- Fingerprint classes and packages
|
|
962
|
-
([7448804](https://github.com/
|
|
976
|
+
([7448804](https://github.com/getappmap/appmap-js/commit/74488040e804a6f57a19878980fa3ace25d6feb4))
|
|
963
977
|
- Store the database_type in query classMap entries
|
|
964
|
-
([7a44af6](https://github.com/
|
|
978
|
+
([7a44af6](https://github.com/getappmap/appmap-js/commit/7a44af6504dc78574b3ba9eb5d1edb60d3124a44))
|
|
965
979
|
|
|
966
|
-
# [@appland/cli-v1.2.0](https://github.com/
|
|
980
|
+
# [@appland/cli-v1.2.0](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.1.0...@appland/cli-v1.2.0) (2021-06-29)
|
|
967
981
|
|
|
968
982
|
### Features
|
|
969
983
|
|
|
970
984
|
- Search by package and class
|
|
971
|
-
([0b14a27](https://github.com/
|
|
985
|
+
([0b14a27](https://github.com/getappmap/appmap-js/commit/0b14a2727f9aadbb43b69ac14d53258f45b20cf5))
|
|
972
986
|
- Search for database:, http:, query:
|
|
973
|
-
([21df198](https://github.com/
|
|
987
|
+
([21df198](https://github.com/getappmap/appmap-js/commit/21df1983e47f3e77c2476dcf75fa8b8ee4ca5465))
|
|
974
988
|
- Show progress bar while loading 'inspect' results
|
|
975
|
-
([2e3c410](https://github.com/
|
|
989
|
+
([2e3c410](https://github.com/getappmap/appmap-js/commit/2e3c410ea5d60b69b6f0ea5ef035f30f289088b8))
|
|
976
990
|
|
|
977
|
-
# [@appland/cli-v1.1.0](https://github.com/
|
|
991
|
+
# [@appland/cli-v1.1.0](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.0.4...@appland/cli-v1.1.0) (2021-06-16)
|
|
978
992
|
|
|
979
993
|
### Bug Fixes
|
|
980
994
|
|
|
981
995
|
- Remove 'example' because it adds so much noise
|
|
982
|
-
([17fb066](https://github.com/
|
|
996
|
+
([17fb066](https://github.com/getappmap/appmap-js/commit/17fb066ba0e260911d4b204f6f6b4b310a13b7e1))
|
|
983
997
|
|
|
984
998
|
### Features
|
|
985
999
|
|
|
986
1000
|
- Add 'swagger' command to the CLI
|
|
987
|
-
([3cb4380](https://github.com/
|
|
1001
|
+
([3cb4380](https://github.com/getappmap/appmap-js/commit/3cb43808918dad92766b863326f0ff500cc235b2))
|
|
988
1002
|
- Add version file and created time to the AppMap index
|
|
989
|
-
([7496e3c](https://github.com/
|
|
1003
|
+
([7496e3c](https://github.com/getappmap/appmap-js/commit/7496e3ceaf1dee3f96028d64246d7ea34b314386))
|
|
990
1004
|
- Find and print info about a named function
|
|
991
|
-
([544db5c](https://github.com/
|
|
1005
|
+
([544db5c](https://github.com/getappmap/appmap-js/commit/544db5ca402d9e3399326f28da7d3a43a606f5c4))
|
|
992
1006
|
- Search AppMaps for tables and routes
|
|
993
|
-
([e78d5b9](https://github.com/
|
|
1007
|
+
([e78d5b9](https://github.com/getappmap/appmap-js/commit/e78d5b91686818001a28ac6aee93ff388ec754e8))
|
|
994
1008
|
|
|
995
|
-
# [@appland/cli-v1.0.4](https://github.com/
|
|
1009
|
+
# [@appland/cli-v1.0.4](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.0.3...@appland/cli-v1.0.4) (2021-05-28)
|
|
996
1010
|
|
|
997
1011
|
### Bug Fixes
|
|
998
1012
|
|
|
999
1013
|
- Configure src/cli.js as the bin script for packages/cli
|
|
1000
|
-
([0de396a](https://github.com/
|
|
1014
|
+
([0de396a](https://github.com/getappmap/appmap-js/commit/0de396a030c9451ee0f930a0f4a81281305ee312))
|
|
1001
1015
|
- In dependency analysis, read the file mtime properly as the value of the file
|
|
1002
|
-
([3700e96](https://github.com/
|
|
1016
|
+
([3700e96](https://github.com/getappmap/appmap-js/commit/3700e96caa322969d25332a613d6a6645d7d5ca5))
|
|
1003
1017
|
- Remove dependency on yargs/helpers
|
|
1004
|
-
([5e603d5](https://github.com/
|
|
1018
|
+
([5e603d5](https://github.com/getappmap/appmap-js/commit/5e603d5b2c9e606ec82ae23ba2171f0327a7b658))
|
|
1005
1019
|
|
|
1006
|
-
# [@appland/cli-v1.0.3](https://github.com/
|
|
1020
|
+
# [@appland/cli-v1.0.3](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.0.2...@appland/cli-v1.0.3) (2021-05-18)
|
|
1007
1021
|
|
|
1008
1022
|
### Bug Fixes
|
|
1009
1023
|
|
|
1010
1024
|
- Update local dependencies
|
|
1011
|
-
([f0d3281](https://github.com/
|
|
1025
|
+
([f0d3281](https://github.com/getappmap/appmap-js/commit/f0d328161499999ee98fbb3aec2d438b3095bd0f))
|
|
1012
1026
|
- Update yargs to v17.0
|
|
1013
|
-
([278f1da](https://github.com/
|
|
1027
|
+
([278f1da](https://github.com/getappmap/appmap-js/commit/278f1daab7bb6fc8371ac80bf210a1a6fce76f79))
|
|
1014
1028
|
|
|
1015
|
-
# [@appland/cli-v1.0.2](https://github.com/
|
|
1029
|
+
# [@appland/cli-v1.0.2](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.0.1...@appland/cli-v1.0.2) (2021-05-11)
|
|
1016
1030
|
|
|
1017
1031
|
### Bug Fixes
|
|
1018
1032
|
|
|
1019
1033
|
- Add publish config
|
|
1020
|
-
([118c54f](https://github.com/
|
|
1034
|
+
([118c54f](https://github.com/getappmap/appmap-js/commit/118c54f3db08f19de39bca7d67abd36a0071a20e))
|
|
1021
1035
|
|
|
1022
|
-
# [@appland/cli-v1.0.1](https://github.com/
|
|
1036
|
+
# [@appland/cli-v1.0.1](https://github.com/getappmap/appmap-js/compare/@appland/cli-v1.0.0...@appland/cli-v1.0.1) (2021-05-11)
|
|
1023
1037
|
|
|
1024
1038
|
### Bug Fixes
|
|
1025
1039
|
|
|
1026
1040
|
- Flag package as public
|
|
1027
|
-
([67e179c](https://github.com/
|
|
1041
|
+
([67e179c](https://github.com/getappmap/appmap-js/commit/67e179cd72ba247903764de25d8c86e0dd07bf9b))
|
|
1028
1042
|
|
|
1029
1043
|
# @appland/cli-v1.0.0 (2021-05-11)
|
|
1030
1044
|
|
|
1031
1045
|
### Features
|
|
1032
1046
|
|
|
1033
|
-
- Initial release ([#195](https://github.com/
|
|
1034
|
-
([c4776a0](https://github.com/
|
|
1047
|
+
- Initial release ([#195](https://github.com/getappmap/appmap-js/issues/195))
|
|
1048
|
+
([c4776a0](https://github.com/getappmap/appmap-js/commit/c4776a0514c333746846b8ffca88465f8c2739ee))
|