workspace-node-tools 2.0.2

Node workspace version tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
# Changelog

All notable changes to this project will be documented in this file.

## [2.0.1] - 2024-09-19

### ๐Ÿ› Bug Fixes

- Snapshot versions for branches

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Merge pull request #49 from websublime/fix/release-as

## [2.0.0] - 2024-09-19

### ๐Ÿš€ Features

- Bumps by changes
- Init bumps deps graph
- Dependency graph implementation in get_packages
- Implemented and tested get_bumps with changes
- Apply bumps

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Deps graph updates
- Deep tests and evaluate solution
- Filter deps with changed packages
- Deps evaluation
- Bump tom version
- Napi structure missing
- Merge pull request #48 from websublime/feature/bumps-by-changes

## [1.0.19] - 2024-09-12

### ๐Ÿ› Bug Fixes

- Bump loop skip if package already bumped

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Debugging duplicated bumps
- Maintenance format
- Merge pull request #45 from websublime/fix/duplicated-bumps
- Bump version

## [1.0.18] - 2024-09-11

### ๐Ÿ› Bug Fixes

- Changes diff exists for empty and new changed package

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Merge pull request #44 from websublime/fix/change-exist-diff

## [1.0.17] - 2024-09-09

### ๐Ÿ› Bug Fixes

- Duplicate changes entries and check if exist

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Update versions
- Update cliff signature

## [1.0.16] - 2024-08-07

### ๐Ÿ› Bug Fixes

- Change_exist iter was using any, changed to all

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #31 from websublime/fix/change-exist-any-to-all

## [1.0.15] - 2024-08-07

### ๐Ÿš€ Features

- Snapshot version unique

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #30 from websublime/feature/snapshot-unique

## [1.0.14] - 2024-08-06

### ๐Ÿ› Bug Fixes

- Bump snapshot for dependencies when parent is snapshot too

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #29 from websublime/feature/dependency-patch-fix

## [1.0.13] - 2024-07-24

### ๐Ÿš€ Features

- Remove PackageJsonSchema and safe parse only with serde

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Bump patch version
- Merge pull request #24 from websublime/feature/safe-parse-json

## [1.0.12] - 2024-07-24

### ๐Ÿ› Bug Fixes

- Change exist, should also check package is defined not only branch name

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #23 from websublime/fix/change-exist

## [1.0.11] - 2024-07-24

### ๐Ÿš€ Features

- Changes pretty json and remove root package for pnpm

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #22 from websublime/feature/pretty-json-pnpm

## [1.0.10] - 2024-07-23

### ๐Ÿš€ Features

- Apply bumps
- New git commands and sync dependencies implementation
- Apply_bumps ability to push changes

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Init sync dependencies
- Docs for get_bumps and apply_bumps
- Version maintenance
- Merge pull request #21 from websublime/feature/apply-changes

## [1.0.9] - 2024-07-22

### ๐Ÿš€ Features

- Change file exist check
- Prepend to changelog

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Version maintenance
- Merge pull request #20 from websublime/feature/docs-and-change-file-exist

## [1.0.8] - 2024-07-19

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Make changes type available
- Merge pull request #19 from websublime/feature/changes-type

## [1.0.7] - 2024-07-19

### ๐Ÿš€ Features

- Changes generation api
- Changes add exist function

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #18 from websublime/feature/changes
- Bump patch version

## [1.0.6] - 2024-07-19

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Change order for looking files
- Merge pull request #17 from websublime/feature/change

## [1.0.5] - 2024-07-19

### ๐Ÿ› Bug Fixes

- Avoid symbolic links and transforma paths to canonical usage

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Merge pull request #16 from websublime/fix/canonical-paths
- Bump version

## [1.0.4] - 2024-07-19

### ๐Ÿ› Bug Fixes

- Missing napi trait in bumps struct's

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog

## [1.0.3] - 2024-07-18

### ๐Ÿ› Bug Fixes

- Cfg for windows and exclude compile functions for testing

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance

## [1.0.2] - 2024-07-18

### ๐Ÿ› Bug Fixes

- Main to build correctly

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog

## [1.0.1] - 2024-07-18

### โš™๏ธ Miscellaneous Tasks

- Changelog maintenance
- Remove package random
- No verify enable
- Bump version

## [1.0.0] - 2024-07-18

### ๐Ÿš€ Features

- Package manager and root project path
- Some git commands functions
- More git commands
- Remove clone method in git commands
- Get_packages for pnpm
- Get_packages for npm and yarn
- Get_packages for npm and yarn
- Get_changed_packages initial implementation
- Get_last_known_publish_tag_info_for_package init implementation
- Get_last_known_publish_tag_info_for_all_packages implementation
- Get_conventional_for_package implementation
- Init test structure
- Bumps implementation initialization
- Ge_bumps implementation

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Commits since test
- More git commands
- More git commands
- Maintenance format
- Init fixing tests
- Packages fixing tests
- Packages fixing tests
- Packages fixing tests
- Packages fixing tests
- Packages fixing tests
- Packages fixing tests
- Packages fixing tests
- Packages fixing tests
- Paths tests
- Maintenance format
- Test structure with git config
- Clippy all
- Packages module tests
- Conventional tests
- Serialize and deserialize on bump
- No trait clone in bump
- Missing cwd property
- Output debbug
- Conventional test find package
- Maintenance format
- Maintenance format
- Init apply_bumps
- Merge pull request #15 from websublime/feature/next
- Bump version

## [0.9.0] - 2024-07-12

### ๐Ÿš€ Features

- Make napi and napi_derive optional features

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Maintenance format
- Documenting functions and methods
- Maintenance format
- Merge pull request #13 from websublime/feature/cfg-features

## [0.8.1] - 2024-07-11

### ๐Ÿ› Bug Fixes

- Package json validation changed to return boolean

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Maintenance version
- Merge pull request #12 from websublime/fix/package-validation

## [0.8.0] - 2024-07-11

### ๐Ÿš€ Features

- Method to format repo url

### ๐Ÿ› Bug Fixes

- Clippy suggestions and upgrade serde

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Maintenance format
- Add repo url to package info
- Append to url for creation and init package json validation
- More options in package info
- Merge pull request #11 from websublime/feature/repo-url
- Bump version

## [0.7.1] - 2024-07-06

### ๐Ÿ› Bug Fixes

- Duplicated keys in changed packages

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Merge pull request #9 from websublime/fix/duplicated-changed-packages
- Bump version

## [0.7.0] - 2024-07-06

### ๐Ÿš€ Features

- Monorepo method for getting changed packages

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Chang map tp flat_map
- Merge pull request #8 from websublime/feature/changed-packages
- Bump version

## [0.6.0] - 2024-07-06

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Add more git commands and fix git tag creation
- Maintenance format
- Fail safe for get_root_workspace by git
- Merge pull request #7 from websublime/feature/more-git
- Bump version

## [0.5.0] - 2024-07-04

### ๐Ÿš€ Features

- Git commands
- Package info as now property for relative path of the package
- Package info converts to json and conventional config present in struct as json value
- Conventional package with commits,config and changelog output
- More git commands

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Maintenance sync lock file
- Maintenance format
- Support for changelog title
- Use of relative path from package info
- Maintenance format
- Serialize and deserialize objects
- Merge pull request #6 from websublime/feature/git
- Bump to version 0.5.0

## [0.4.0] - 2024-07-03

### ๐Ÿš€ Features

- Monorepo struct api
- Package info struct with json value and tests to monorepo npm,pnpm
- Action CI to support pnpm

### ๐Ÿ› Bug Fixes

- Clippy issues

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Maintenance format
- Maintenance clippy suggestions
- Pnpm-lock.yaml
- Github action pnpm-lock creation and deletion
- Node without cache
- Merge pull request #5 from websublime/feature/monorepo
- Bump to version 0.4.0

## [0.3.0] - 2024-07-03

### ๐Ÿš€ Features

- Project root detection

### ๐Ÿ› Bug Fixes

- Clippy checks
- Fmt formatting rules

### ๐Ÿงช Testing

- Add tests for filesystem root detection

### โš™๏ธ Miscellaneous Tasks

- Maintenance changelog
- Disable clippy checks
- Simplify match to unwrap_or_default
- Merge pull request #4 from websublime/feature/filesystem
- Bump to version 0.3.0

## [0.2.0] - 2024-07-03

### ๐Ÿš€ Features

- Initial dependencies and configs
- Node package manager detection
- Agent display implementation

### โš™๏ธ Miscellaneous Tasks

- Init project
- Update github secret
- Maintenance format
- Init tests for agent
- Tests for all enum agents
- Tests for panic
- Add git-cliff config
- Merge pull request #2 from websublime/feature/agent
- Bump to version 0.2.0

<!-- generated by git-cliff -->