@beauraines/sprint-tracker 0.6.8 → 0.6.10
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 +55 -41
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.6.10](https://github.com/beauraines/sprint-tracker/compare/v0.6.9...v0.6.10) (2023-12-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** bump sqlite from 4.2.1 to 5.1.1 ([#28](https://github.com/beauraines/sprint-tracker/issues/28)) ([1fbc304](https://github.com/beauraines/sprint-tracker/commit/1fbc3049c9f218c5684699a5e320f34953d08a9f))
|
|
11
|
+
|
|
12
|
+
### [0.6.9](https://github.com/beauraines/sprint-tracker/compare/v0.6.8...v0.6.9) (2023-12-16)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **deps:** bump cli-markdown from 3.1.0 to 3.2.0 ([#49](https://github.com/beauraines/sprint-tracker/issues/49)) ([05b4f6c](https://github.com/beauraines/sprint-tracker/commit/05b4f6c30062620d9853a981fe01a14f9c762b04))
|
|
18
|
+
|
|
5
19
|
### [0.6.8](https://github.com/beauraines/sprint-tracker/compare/v0.6.7...v0.6.8) (2023-12-15)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -9,79 +23,79 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
9
23
|
|
|
10
24
|
* switch from bitbucket to github ([#50](https://github.com/beauraines/sprint-tracker/issues/50)) ([b668ecf](https://github.com/beauraines/sprint-tracker/commit/b668ecf293f769fd4f07e90a1ea6feb666f9c1d9))
|
|
11
25
|
|
|
12
|
-
### [0.6.7](https://
|
|
26
|
+
### [0.6.7](https://github.com/beauraines/sprint-tracker/compare/v0.6.6...v0.6.7) (2023-12-13)
|
|
13
27
|
|
|
14
28
|
|
|
15
29
|
### Features
|
|
16
30
|
|
|
17
|
-
* adds readme command ([#48](https://
|
|
31
|
+
* adds readme command ([#48](https://github.com/beauraines/sprint-tracker/issues/48)) ([7992851](https://github.com/beauraines/sprint-tracker/commit/7992851afc6aa446aa1d04b7366fb1b264eca0e8))
|
|
18
32
|
|
|
19
|
-
### [0.6.6](https://
|
|
33
|
+
### [0.6.6](https://github.com/beauraines/sprint-tracker/compare/v0.6.5...v0.6.6) (2023-12-13)
|
|
20
34
|
|
|
21
35
|
|
|
22
36
|
### Bug Fixes
|
|
23
37
|
|
|
24
|
-
* cross-platform home dir in R ([#47](https://
|
|
38
|
+
* cross-platform home dir in R ([#47](https://github.com/beauraines/sprint-tracker/issues/47)) ([19ea5da](https://github.com/beauraines/sprint-tracker/commit/19ea5dac5297d7ecbcb6d2b054940482dd46cf12))
|
|
25
39
|
|
|
26
|
-
### [0.6.5](https://
|
|
40
|
+
### [0.6.5](https://github.com/beauraines/sprint-tracker/compare/v0.6.4...v0.6.5) (2023-12-13)
|
|
27
41
|
|
|
28
42
|
|
|
29
43
|
### Features
|
|
30
44
|
|
|
31
|
-
* depends on local R ([#46](https://
|
|
45
|
+
* depends on local R ([#46](https://github.com/beauraines/sprint-tracker/issues/46)) ([1e8bf5e](https://github.com/beauraines/sprint-tracker/commit/1e8bf5ed534f52e569bab60cf501826b0f9b06f6))
|
|
32
46
|
|
|
33
|
-
### [0.6.4](https://
|
|
47
|
+
### [0.6.4](https://github.com/beauraines/sprint-tracker/compare/v0.6.3...v0.6.4) (2023-12-07)
|
|
34
48
|
|
|
35
49
|
|
|
36
50
|
### Bug Fixes
|
|
37
51
|
|
|
38
|
-
* **config:** creates file when one doesn't exist ([#44](https://
|
|
52
|
+
* **config:** creates file when one doesn't exist ([#44](https://github.com/beauraines/sprint-tracker/issues/44)) ([1b3b525](https://github.com/beauraines/sprint-tracker/commit/1b3b525ecc7da1c884417cabf5c1b5aa06c01025)), closes [#42](https://github.com/beauraines/sprint-tracker/issues/42)
|
|
39
53
|
|
|
40
|
-
### [0.6.3](https://
|
|
54
|
+
### [0.6.3](https://github.com/beauraines/sprint-tracker/compare/v0.6.1...v0.6.3) (2023-12-07)
|
|
41
55
|
|
|
42
56
|
|
|
43
57
|
### Features
|
|
44
58
|
|
|
45
|
-
* Add database seeds ([0cdc547](https://
|
|
46
|
-
* Add new project command ([bb55704](https://
|
|
47
|
-
* adds bash completion ([52d217d](https://
|
|
48
|
-
* adds command to generate Sprint Outcome visualization ([671c350](https://
|
|
49
|
-
* adds command to prompt and add project ([e9c788e](https://
|
|
50
|
-
* adds config command ([e5d1f4e](https://
|
|
51
|
-
* adds docker compose file ([0a2fffc](https://
|
|
52
|
-
* adds shell script to generate backlog by team ([5063a42](https://
|
|
53
|
-
* compensates for unestimated work-items ([#19](https://
|
|
54
|
-
* makes config path work cross-OS ([4fae74b](https://
|
|
55
|
-
* Prettify output with cli-table3 ([682b72f](https://
|
|
56
|
-
* **README:** adds installation instructions ([7ed182f](https://
|
|
57
|
-
* removes description from sprint display ([1ebd19e](https://
|
|
58
|
-
* saves feature team backlog to a file ([01e79b5](https://
|
|
59
|
-
* scripts to create visualizations ([a6aa4f8](https://
|
|
60
|
-
* **visuals:** Updates sprint outcomes legend ([b2010db](https://
|
|
59
|
+
* Add database seeds ([0cdc547](https://github.com/beauraines/sprint-tracker/commit/0cdc547d75ee2f91fb04c779cf7179548c0af536)), closes [#21](https://github.com/beauraines/sprint-tracker/issues/21)
|
|
60
|
+
* Add new project command ([bb55704](https://github.com/beauraines/sprint-tracker/commit/bb557046848ad5e9be3e1cb479a9a9695fbb3adf)), closes [#2](https://github.com/beauraines/sprint-tracker/issues/2)
|
|
61
|
+
* adds bash completion ([52d217d](https://github.com/beauraines/sprint-tracker/commit/52d217d455fe7ed88a817735f07b0e6d816786d7))
|
|
62
|
+
* adds command to generate Sprint Outcome visualization ([671c350](https://github.com/beauraines/sprint-tracker/commit/671c350144625296675028b57e9cfada0dc204cc))
|
|
63
|
+
* adds command to prompt and add project ([e9c788e](https://github.com/beauraines/sprint-tracker/commit/e9c788e3c80edadf593be73a6d48edaef42cfdc1)), closes [#2](https://github.com/beauraines/sprint-tracker/issues/2)
|
|
64
|
+
* adds config command ([e5d1f4e](https://github.com/beauraines/sprint-tracker/commit/e5d1f4e2ded5d5e8bb0e930575314088c583c1f0))
|
|
65
|
+
* adds docker compose file ([0a2fffc](https://github.com/beauraines/sprint-tracker/commit/0a2fffc7e6b8d8c15b88fd130528fd8f3e51fd02))
|
|
66
|
+
* adds shell script to generate backlog by team ([5063a42](https://github.com/beauraines/sprint-tracker/commit/5063a427613a307da3a26dd2c6f561dd0e234e8b))
|
|
67
|
+
* compensates for unestimated work-items ([#19](https://github.com/beauraines/sprint-tracker/issues/19)) ([79bfa68](https://github.com/beauraines/sprint-tracker/commit/79bfa68bc30a6244416af10fcb26007957ee0f0f))
|
|
68
|
+
* makes config path work cross-OS ([4fae74b](https://github.com/beauraines/sprint-tracker/commit/4fae74b4ba45f5bf0f6d62c7b924d2ead01d0d73))
|
|
69
|
+
* Prettify output with cli-table3 ([682b72f](https://github.com/beauraines/sprint-tracker/commit/682b72f343c4cb34e8b36bb907065993f09b4c70)), closes [#5](https://github.com/beauraines/sprint-tracker/issues/5)
|
|
70
|
+
* **README:** adds installation instructions ([7ed182f](https://github.com/beauraines/sprint-tracker/commit/7ed182fa7676aa6d5b37f001d4d413e86fe9ee83))
|
|
71
|
+
* removes description from sprint display ([1ebd19e](https://github.com/beauraines/sprint-tracker/commit/1ebd19e3aca1c9dbaed021b84963b4dc7aa3e135))
|
|
72
|
+
* saves feature team backlog to a file ([01e79b5](https://github.com/beauraines/sprint-tracker/commit/01e79b53b9e067e33151e6d4f38b47900c7439ae))
|
|
73
|
+
* scripts to create visualizations ([a6aa4f8](https://github.com/beauraines/sprint-tracker/commit/a6aa4f861e526a5abb7fc9cb77af2c719aae1b24))
|
|
74
|
+
* **visuals:** Updates sprint outcomes legend ([b2010db](https://github.com/beauraines/sprint-tracker/commit/b2010db22c310c341dbe8075a596bbedff7dbd25))
|
|
61
75
|
|
|
62
76
|
|
|
63
77
|
### Bug Fixes
|
|
64
78
|
|
|
65
|
-
* removes extraneous db output console logging ([#35](https://
|
|
66
|
-
* removes unneeded log statement ([92cca30](https://
|
|
67
|
-
* **tracker:** adding sprint with out commmitment ([3cf79fa](https://
|
|
79
|
+
* removes extraneous db output console logging ([#35](https://github.com/beauraines/sprint-tracker/issues/35)) ([c07e318](https://github.com/beauraines/sprint-tracker/commit/c07e3183df934dc8a2d796fd7ad68c94163bf91d)), closes [#14](https://github.com/beauraines/sprint-tracker/issues/14)
|
|
80
|
+
* removes unneeded log statement ([92cca30](https://github.com/beauraines/sprint-tracker/commit/92cca30b1a3101bf8038cd8c03110bd091e5392a))
|
|
81
|
+
* **tracker:** adding sprint with out commmitment ([3cf79fa](https://github.com/beauraines/sprint-tracker/commit/3cf79fa7805fe2f1b820378336935c545daf29ce))
|
|
68
82
|
|
|
69
|
-
### [0.6.1](https://
|
|
83
|
+
### [0.6.1](https://github.com/beauraines/sprint-tracker/compare/v0.6.0...v0.6.1) (2023-03-25)
|
|
70
84
|
|
|
71
85
|
|
|
72
86
|
### Features
|
|
73
87
|
|
|
74
|
-
* adds cli command to create tracker database ([d17d671](https://
|
|
88
|
+
* adds cli command to create tracker database ([d17d671](https://github.com/beauraines/sprint-tracker/commit/d17d6715ac2206476adf15c754069fd4c606c113))
|
|
75
89
|
|
|
76
90
|
|
|
77
91
|
### Bug Fixes
|
|
78
92
|
|
|
79
|
-
* adds await to config reader ([4e7d3d1](https://
|
|
80
|
-
* **migrations:** allows to run on pre-existing database ([d0bef24](https://
|
|
81
|
-
* updates database migration commands ([f0a2307](https://
|
|
82
|
-
* updates script name ([a93c724](https://
|
|
93
|
+
* adds await to config reader ([4e7d3d1](https://github.com/beauraines/sprint-tracker/commit/4e7d3d1c6bd703257f958e3fdb17929ac579fcc7))
|
|
94
|
+
* **migrations:** allows to run on pre-existing database ([d0bef24](https://github.com/beauraines/sprint-tracker/commit/d0bef242ee3890d2a14cc933564c329ece231a2d))
|
|
95
|
+
* updates database migration commands ([f0a2307](https://github.com/beauraines/sprint-tracker/commit/f0a230735e836b54362f01123a914ce9047c2c98))
|
|
96
|
+
* updates script name ([a93c724](https://github.com/beauraines/sprint-tracker/commit/a93c7247d7483b8f87a378dd75aee198c1f18563))
|
|
83
97
|
|
|
84
|
-
## [0.6.0](https://
|
|
98
|
+
## [0.6.0](https://github.com/beauraines/sprint-tracker/compare/v0.5.2...v0.6.0) (2023-03-25)
|
|
85
99
|
|
|
86
100
|
|
|
87
101
|
### ⚠ BREAKING CHANGES
|
|
@@ -97,20 +111,20 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
97
111
|
|
|
98
112
|
### Features
|
|
99
113
|
|
|
100
|
-
* adds command line support and sub commands ([0c897e1](https://
|
|
101
|
-
* adds sprintTracker command to global install ([54256cc](https://
|
|
102
|
-
* database is specified in config ([c33b916](https://
|
|
114
|
+
* adds command line support and sub commands ([0c897e1](https://github.com/beauraines/sprint-tracker/commit/0c897e1986a02281863dfbfd65cf0615d05874f3))
|
|
115
|
+
* adds sprintTracker command to global install ([54256cc](https://github.com/beauraines/sprint-tracker/commit/54256cc3be8ca1323a40c8a79b2483d09add8026))
|
|
116
|
+
* database is specified in config ([c33b916](https://github.com/beauraines/sprint-tracker/commit/c33b9169b87302b80aed3753b846b347db9f1f1c))
|
|
103
117
|
|
|
104
|
-
### [0.5.2](https://
|
|
118
|
+
### [0.5.2](https://github.com/beauraines/sprint-tracker/compare/v0.5.1...v0.5.2) (2023-03-08)
|
|
105
119
|
|
|
106
120
|
|
|
107
121
|
### Features
|
|
108
122
|
|
|
109
|
-
* adds script to generate outcome plot ([8d53548](https://
|
|
123
|
+
* adds script to generate outcome plot ([8d53548](https://github.com/beauraines/sprint-tracker/commit/8d535488eee52087b736bfbdf020d57aa43cbc37))
|
|
110
124
|
|
|
111
125
|
### 0.5.1 (2023-03-06)
|
|
112
126
|
|
|
113
127
|
|
|
114
128
|
### Bug Fixes
|
|
115
129
|
|
|
116
|
-
* update dependencies ([394cfa3](https://
|
|
130
|
+
* update dependencies ([394cfa3](https://github.com/beauraines/sprint-tracker/commit/394cfa38c025265d3c925bca6785c754a3e56f2a))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beauraines/sprint-tracker",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.10",
|
|
4
4
|
"description": "Database and R visualizations to track sprint performance",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"node-db-migration": "^1.4.0",
|
|
44
44
|
"prompt-sync": "^4.2.0",
|
|
45
45
|
"should-release": "^1.2.0",
|
|
46
|
-
"sqlite": "^
|
|
46
|
+
"sqlite": "^5.1.1",
|
|
47
47
|
"sqlite3": "^5.1.2",
|
|
48
48
|
"standard-version": "^9.5.0",
|
|
49
49
|
"yargs": "^17.7.1"
|