@feathersjs/cli 4.6.0 → 4.6.1
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 +54 -16
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [Unreleased](https://github.com/feathersjs/cli/tree/HEAD)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- chore\(dependencies\): Update all dependencies [\#281](https://github.com/feathersjs/cli/pull/281) ([daffl](https://github.com/daffl))
|
|
10
|
+
- chore\(dependencies\): Update all dependencies [\#280](https://github.com/feathersjs/cli/pull/280) ([daffl](https://github.com/daffl))
|
|
11
|
+
- chore\(dependencies\): Update all dependencies [\#277](https://github.com/feathersjs/cli/pull/277) ([daffl](https://github.com/daffl))
|
|
12
|
+
- chore\(dependencies\): Update all dependencies [\#275](https://github.com/feathersjs/cli/pull/275) ([daffl](https://github.com/daffl))
|
|
13
|
+
- chore\(dependencies\): Update all dependencies [\#274](https://github.com/feathersjs/cli/pull/274) ([daffl](https://github.com/daffl))
|
|
14
|
+
- Improve dependency update action [\#273](https://github.com/feathersjs/cli/pull/273) ([daffl](https://github.com/daffl))
|
|
15
|
+
- Bump commander from 6.2.1 to 7.0.0 [\#261](https://github.com/feathersjs/cli/pull/261) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
16
|
+
- Bump update-notifier from 5.0.1 to 5.1.0 [\#259](https://github.com/feathersjs/cli/pull/259) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
17
|
+
- Bump npm-check-updates from 11.0.2 to 11.1.1 [\#258](https://github.com/feathersjs/cli/pull/258) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
18
|
+
|
|
19
|
+
## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
|
|
22
|
+
|
|
23
|
+
**Closed issues:**
|
|
24
|
+
|
|
25
|
+
- CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
|
|
26
|
+
|
|
3
27
|
## [v4.5.0](https://github.com/feathersjs/cli/tree/v4.5.0) (2021-01-22)
|
|
4
28
|
|
|
5
29
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.3...v4.5.0)
|
|
@@ -164,15 +188,15 @@
|
|
|
164
188
|
|
|
165
189
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0...v4.1.0)
|
|
166
190
|
|
|
167
|
-
## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
|
|
168
|
-
|
|
169
|
-
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
|
|
170
|
-
|
|
171
191
|
**Merged pull requests:**
|
|
172
192
|
|
|
173
193
|
- Update generator-feathers to the latest version 🚀 [\#186](https://github.com/feathersjs/cli/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
174
194
|
- Update semistandard to the latest version 🚀 [\#185](https://github.com/feathersjs/cli/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
175
195
|
|
|
196
|
+
## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
|
|
197
|
+
|
|
198
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
|
|
199
|
+
|
|
176
200
|
## [v4.0.0-pre.6](https://github.com/feathersjs/cli/tree/v4.0.0-pre.6) (2019-08-19)
|
|
177
201
|
|
|
178
202
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.5...v4.0.0-pre.6)
|
|
@@ -226,7 +250,6 @@
|
|
|
226
250
|
- Add v4 upgrade command and update dependencies [\#180](https://github.com/feathersjs/cli/pull/180) ([daffl](https://github.com/daffl))
|
|
227
251
|
- Update semver to the latest version 🚀 [\#175](https://github.com/feathersjs/cli/pull/175) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
228
252
|
- Update mocha to the latest version 🚀 [\#174](https://github.com/feathersjs/cli/pull/174) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
229
|
-
- Update generator-feathers to the latest version 🚀 [\#169](https://github.com/feathersjs/cli/pull/169) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
230
253
|
|
|
231
254
|
## [v3.9.0](https://github.com/feathersjs/cli/tree/v3.9.0) (2018-12-30)
|
|
232
255
|
|
|
@@ -240,6 +263,10 @@
|
|
|
240
263
|
|
|
241
264
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v3.8.9...v3.8.10)
|
|
242
265
|
|
|
266
|
+
**Merged pull requests:**
|
|
267
|
+
|
|
268
|
+
- Update generator-feathers to the latest version 🚀 [\#169](https://github.com/feathersjs/cli/pull/169) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
269
|
+
|
|
243
270
|
## [v3.8.9](https://github.com/feathersjs/cli/tree/v3.8.9) (2018-12-26)
|
|
244
271
|
|
|
245
272
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v3.8.8...v3.8.9)
|
|
@@ -247,7 +274,6 @@
|
|
|
247
274
|
**Merged pull requests:**
|
|
248
275
|
|
|
249
276
|
- Update generator-feathers to the latest version 🚀 [\#168](https://github.com/feathersjs/cli/pull/168) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
250
|
-
- Update generator-feathers to the latest version 🚀 [\#167](https://github.com/feathersjs/cli/pull/167) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
251
277
|
|
|
252
278
|
## [v3.8.8](https://github.com/feathersjs/cli/tree/v3.8.8) (2018-12-15)
|
|
253
279
|
|
|
@@ -263,6 +289,7 @@
|
|
|
263
289
|
|
|
264
290
|
**Merged pull requests:**
|
|
265
291
|
|
|
292
|
+
- Update generator-feathers to the latest version 🚀 [\#167](https://github.com/feathersjs/cli/pull/167) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
266
293
|
- Add Greenkeeper badge 🌴 [\#166](https://github.com/feathersjs/cli/pull/166) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
267
294
|
- Back merge with changes from monorepo to put back into own repository [\#165](https://github.com/feathersjs/cli/pull/165) ([daffl](https://github.com/daffl))
|
|
268
295
|
|
|
@@ -310,7 +337,6 @@
|
|
|
310
337
|
**Merged pull requests:**
|
|
311
338
|
|
|
312
339
|
- Update generator-feathers to the latest version 🚀 [\#158](https://github.com/feathersjs/cli/pull/158) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
313
|
-
- Update and lock generator-feathers to 2.4.3 [\#149](https://github.com/feathersjs/cli/pull/149) ([daffl](https://github.com/daffl))
|
|
314
340
|
|
|
315
341
|
## [v3.7.3](https://github.com/feathersjs/cli/tree/v3.7.3) (2018-07-04)
|
|
316
342
|
|
|
@@ -368,6 +394,10 @@
|
|
|
368
394
|
|
|
369
395
|
- CLI lists suggested database name when instead a custom name is specified [\#142](https://github.com/feathersjs/cli/issues/142)
|
|
370
396
|
|
|
397
|
+
**Merged pull requests:**
|
|
398
|
+
|
|
399
|
+
- Update and lock generator-feathers to 2.4.3 [\#149](https://github.com/feathersjs/cli/pull/149) ([daffl](https://github.com/daffl))
|
|
400
|
+
|
|
371
401
|
## [v3.6.2](https://github.com/feathersjs/cli/tree/v3.6.2) (2018-04-24)
|
|
372
402
|
|
|
373
403
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v3.6.1...v3.6.2)
|
|
@@ -418,6 +448,7 @@
|
|
|
418
448
|
|
|
419
449
|
**Merged pull requests:**
|
|
420
450
|
|
|
451
|
+
- Update generator-feathers-plugin to the latest version 🚀 [\#134](https://github.com/feathersjs/cli/pull/134) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
421
452
|
- Update semistandard to the latest version 🚀 [\#133](https://github.com/feathersjs/cli/pull/133) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
422
453
|
|
|
423
454
|
## [v3.4.1](https://github.com/feathersjs/cli/tree/v3.4.1) (2017-12-21)
|
|
@@ -434,7 +465,6 @@
|
|
|
434
465
|
|
|
435
466
|
**Merged pull requests:**
|
|
436
467
|
|
|
437
|
-
- Update generator-feathers-plugin to the latest version 🚀 [\#134](https://github.com/feathersjs/cli/pull/134) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
438
468
|
- Update generator-feathers to the latest version 🚀 [\#131](https://github.com/feathersjs/cli/pull/131) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
439
469
|
|
|
440
470
|
## [v3.3.0](https://github.com/feathersjs/cli/tree/v3.3.0) (2017-12-14)
|
|
@@ -476,6 +506,10 @@
|
|
|
476
506
|
|
|
477
507
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v3.0.0...v3.1.0)
|
|
478
508
|
|
|
509
|
+
**Merged pull requests:**
|
|
510
|
+
|
|
511
|
+
- Add update notifier [\#127](https://github.com/feathersjs/cli/pull/127) ([daffl](https://github.com/daffl))
|
|
512
|
+
|
|
479
513
|
## [v3.0.0](https://github.com/feathersjs/cli/tree/v3.0.0) (2017-11-05)
|
|
480
514
|
|
|
481
515
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v3.0.0-pre.2...v3.0.0)
|
|
@@ -507,17 +541,12 @@
|
|
|
507
541
|
|
|
508
542
|
- A mongoose way to handle the createAt and updateAt [\#118](https://github.com/feathersjs/cli/issues/118)
|
|
509
543
|
|
|
510
|
-
**Merged pull requests:**
|
|
511
|
-
|
|
512
|
-
- Use latest generator-feathers [\#122](https://github.com/feathersjs/cli/pull/122) ([daffl](https://github.com/daffl))
|
|
513
|
-
|
|
514
544
|
## [v2.3.8](https://github.com/feathersjs/cli/tree/v2.3.8) (2017-10-11)
|
|
515
545
|
|
|
516
546
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.7...v2.3.8)
|
|
517
547
|
|
|
518
548
|
**Merged pull requests:**
|
|
519
549
|
|
|
520
|
-
- Add update notifier [\#127](https://github.com/feathersjs/cli/pull/127) ([daffl](https://github.com/daffl))
|
|
521
550
|
- Update generator-feathers to the latest version 🚀 [\#119](https://github.com/feathersjs/cli/pull/119) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
522
551
|
- Update mocha to the latest version 🚀 [\#117](https://github.com/feathersjs/cli/pull/117) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
523
552
|
|
|
@@ -572,7 +601,6 @@
|
|
|
572
601
|
**Merged pull requests:**
|
|
573
602
|
|
|
574
603
|
- Update generator-feathers to the latest version 🚀 [\#107](https://github.com/feathersjs/cli/pull/107) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
575
|
-
- Update generator-feathers-plugin to the latest version 🚀 [\#105](https://github.com/feathersjs/cli/pull/105) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
576
604
|
|
|
577
605
|
## [v2.3.1](https://github.com/feathersjs/cli/tree/v2.3.1) (2017-07-18)
|
|
578
606
|
|
|
@@ -581,12 +609,15 @@
|
|
|
581
609
|
**Merged pull requests:**
|
|
582
610
|
|
|
583
611
|
- Update generator-feathers to the latest version 🚀 [\#106](https://github.com/feathersjs/cli/pull/106) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
584
|
-
- Update generator-feathers to the latest version 🚀 [\#104](https://github.com/feathersjs/cli/pull/104) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
585
612
|
|
|
586
613
|
## [v2.3.0](https://github.com/feathersjs/cli/tree/v2.3.0) (2017-07-16)
|
|
587
614
|
|
|
588
615
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.2.4...v2.3.0)
|
|
589
616
|
|
|
617
|
+
**Merged pull requests:**
|
|
618
|
+
|
|
619
|
+
- Update generator-feathers-plugin to the latest version 🚀 [\#105](https://github.com/feathersjs/cli/pull/105) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
620
|
+
|
|
590
621
|
## [v2.2.4](https://github.com/feathersjs/cli/tree/v2.2.4) (2017-07-12)
|
|
591
622
|
|
|
592
623
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.2.3...v2.2.4)
|
|
@@ -596,6 +627,10 @@
|
|
|
596
627
|
- No model file when creating service \(bug or feature?\) [\#103](https://github.com/feathersjs/cli/issues/103)
|
|
597
628
|
- Could not find a valid package.json - feathers generate service [\#102](https://github.com/feathersjs/cli/issues/102)
|
|
598
629
|
|
|
630
|
+
**Merged pull requests:**
|
|
631
|
+
|
|
632
|
+
- Update generator-feathers to the latest version 🚀 [\#104](https://github.com/feathersjs/cli/pull/104) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
633
|
+
|
|
599
634
|
## [v2.2.3](https://github.com/feathersjs/cli/tree/v2.2.3) (2017-07-02)
|
|
600
635
|
|
|
601
636
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.2.2...v2.2.3)
|
|
@@ -620,6 +655,10 @@
|
|
|
620
655
|
|
|
621
656
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.2.0...v2.2.1)
|
|
622
657
|
|
|
658
|
+
**Merged pull requests:**
|
|
659
|
+
|
|
660
|
+
- fix\(package\): update generator-feathers to version 1.2.2 [\#98](https://github.com/feathersjs/cli/pull/98) ([daffl](https://github.com/daffl))
|
|
661
|
+
|
|
623
662
|
## [v2.2.0](https://github.com/feathersjs/cli/tree/v2.2.0) (2017-06-21)
|
|
624
663
|
|
|
625
664
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.1.1...v2.2.0)
|
|
@@ -700,7 +739,6 @@
|
|
|
700
739
|
|
|
701
740
|
**Merged pull requests:**
|
|
702
741
|
|
|
703
|
-
- fix\(package\): update generator-feathers to version 1.2.2 [\#98](https://github.com/feathersjs/cli/pull/98) ([daffl](https://github.com/daffl))
|
|
704
742
|
- Update generator-feathers to the latest version 🚀 [\#81](https://github.com/feathersjs/cli/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
705
743
|
- Check for Node v6 or later [\#80](https://github.com/feathersjs/cli/pull/80) ([daffl](https://github.com/daffl))
|
|
706
744
|
- Add Greenkeeper badge 🌴 [\#78](https://github.com/feathersjs/cli/pull/78) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feathersjs/cli",
|
|
3
3
|
"description": "Command-line Feathers generator",
|
|
4
|
-
"version": "4.6.
|
|
4
|
+
"version": "4.6.1",
|
|
5
5
|
"homepage": "https://github.com/feathersjs/cli",
|
|
6
6
|
"main": "lib/",
|
|
7
7
|
"bin": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@feathersjs/tools": "^0.2.3",
|
|
54
54
|
"commander": "^8.3.0",
|
|
55
|
-
"generator-feathers": "4.5.
|
|
55
|
+
"generator-feathers": "4.5.1",
|
|
56
56
|
"generator-feathers-plugin": "1.0.1",
|
|
57
57
|
"semver": "^7.3.5",
|
|
58
58
|
"update-notifier": "^5.1.0",
|