@outliant/sunrise-utils 1.4.8 → 1.4.9

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/.release-it.js CHANGED
@@ -4,7 +4,7 @@ module.exports = {
4
4
  'after:git:release': ['']
5
5
  },
6
6
  git: {
7
- requireBranch: 'main',
7
+ requireBranch: ['main', 'v1'],
8
8
  commit: true,
9
9
  commitMessage: 'chore(release): ${version}',
10
10
  commitArgs: '',
package/CHANGELOG.md CHANGED
@@ -4,527 +4,564 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- #### [1.4.8](https://github.com/outliant/sunrise-utils/compare/1.4.7...1.4.8)
7
+ #### [1.4.9](https://github.com/freedom-solar/sunrise-utils/compare/2.0.4...1.4.9)
8
8
 
9
- - chore: added 30% FTC banner [`79c1c4b`](https://github.com/outliant/sunrise-utils/commit/79c1c4be72f5d80c93904a26b41d9dbb4b29934a)
9
+ - chore: Direct Pay banner [`5f869d0`](https://github.com/freedom-solar/sunrise-utils/commit/5f869d00054d0ae76b7a3e971ae5a5f85110baaa)
10
+ - chore: minor commit [`9ecbb74`](https://github.com/freedom-solar/sunrise-utils/commit/9ecbb7419e22ce4f2d981ea7dd5a641a02205a1d)
10
11
 
11
- #### [1.4.7](https://github.com/outliant/sunrise-utils/compare/1.4.6...1.4.7)
12
+ #### [2.0.4](https://github.com/freedom-solar/sunrise-utils/compare/2.0.3...2.0.4)
13
+
14
+ > 22 January 2026
15
+
16
+ - chore(release): 2.0.4 [`ec618e0`](https://github.com/freedom-solar/sunrise-utils/commit/ec618e04e6a59de3cfa5d1aef4f7c44576077945)
17
+ - chore: Direct Pay banner [`f7e54cd`](https://github.com/freedom-solar/sunrise-utils/commit/f7e54cd8c7a2e890018e353f6029d2e3cdb8a7b6)
18
+
19
+ #### [2.0.3](https://github.com/freedom-solar/sunrise-utils/compare/2.0.2...2.0.3)
20
+
21
+ > 11 November 2025
22
+
23
+ - chore: migrated buildSourceParams [`a971ed9`](https://github.com/freedom-solar/sunrise-utils/commit/a971ed9152f0aa9b75ba609420960b2821d1326f)
24
+ - chore(release): 2.0.3 [`c7b59fe`](https://github.com/freedom-solar/sunrise-utils/commit/c7b59fe75bf77f7f7c52a29e0be125f30ce5939f)
25
+
26
+ #### [2.0.2](https://github.com/freedom-solar/sunrise-utils/compare/2.0.1...2.0.2)
27
+
28
+ > 11 November 2025
29
+
30
+ - chore(release): 2.0.2 [`5265058`](https://github.com/freedom-solar/sunrise-utils/commit/5265058e80d272d68537850678660e44b54d5585)
31
+ - chore: add common utils [`4d5ebec`](https://github.com/freedom-solar/sunrise-utils/commit/4d5ebec0e4db2eaa7a8abef960e5c3ef68157fab)
32
+
33
+ ### [2.0.1](https://github.com/freedom-solar/sunrise-utils/compare/1.4.8...2.0.1)
34
+
35
+ > 11 November 2025
36
+
37
+ - chore: project/task pipeline project field filter updates [`7ec12ff`](https://github.com/freedom-solar/sunrise-utils/commit/7ec12ffc786912f20df034c2d71becfebbd313fc)
38
+ - updated readme [`ec2d6ac`](https://github.com/freedom-solar/sunrise-utils/commit/ec2d6acaf51d2d0ad63a276cedb633b4c1fd785c)
39
+ - chore(release): 2.0.1 [`3f98d22`](https://github.com/freedom-solar/sunrise-utils/commit/3f98d22963432535a4d208f9d14c641fb731ea61)
40
+
41
+ #### [1.4.8](https://github.com/freedom-solar/sunrise-utils/compare/1.4.7...1.4.8)
42
+
43
+ > 28 October 2025
44
+
45
+ - chore(release): 1.4.8 [`e24e8e3`](https://github.com/freedom-solar/sunrise-utils/commit/e24e8e3661bada11e6221bd6f3116031b1550843)
46
+ - chore: added 30% FTC banner [`79c1c4b`](https://github.com/freedom-solar/sunrise-utils/commit/79c1c4be72f5d80c93904a26b41d9dbb4b29934a)
47
+
48
+ #### [1.4.7](https://github.com/freedom-solar/sunrise-utils/compare/1.4.6...1.4.7)
12
49
 
13
50
  > 7 October 2025
14
51
 
15
- - chore: fix buildSourceParams [`0fc19b4`](https://github.com/outliant/sunrise-utils/commit/0fc19b4c51aa0d156d421b71354c389224d1a1d2)
16
- - chore(release): 1.4.7 [`c44341e`](https://github.com/outliant/sunrise-utils/commit/c44341eadc021ab423856e35995031b766802ba5)
52
+ - chore: fix buildSourceParams [`0fc19b4`](https://github.com/freedom-solar/sunrise-utils/commit/0fc19b4c51aa0d156d421b71354c389224d1a1d2)
53
+ - chore(release): 1.4.7 [`c44341e`](https://github.com/freedom-solar/sunrise-utils/commit/c44341eadc021ab423856e35995031b766802ba5)
17
54
 
18
- #### [1.4.6](https://github.com/outliant/sunrise-utils/compare/1.4.5...1.4.6)
55
+ #### [1.4.6](https://github.com/freedom-solar/sunrise-utils/compare/1.4.5...1.4.6)
19
56
 
20
57
  > 28 September 2025
21
58
 
22
- - chore(release): 1.4.6 [`67814b8`](https://github.com/outliant/sunrise-utils/commit/67814b8d929954e79af2e34f115395e47c851e71)
23
- - chore: updated banners [`3741165`](https://github.com/outliant/sunrise-utils/commit/37411650bc099c24f70be996e8386dcf5b5d304e)
59
+ - chore(release): 1.4.6 [`67814b8`](https://github.com/freedom-solar/sunrise-utils/commit/67814b8d929954e79af2e34f115395e47c851e71)
60
+ - chore: updated banners [`3741165`](https://github.com/freedom-solar/sunrise-utils/commit/37411650bc099c24f70be996e8386dcf5b5d304e)
24
61
 
25
- #### [1.4.5](https://github.com/outliant/sunrise-utils/compare/1.4.4...1.4.5)
62
+ #### [1.4.5](https://github.com/freedom-solar/sunrise-utils/compare/1.4.4...1.4.5)
26
63
 
27
64
  > 28 September 2025
28
65
 
29
- - chore: updated banners [`4999919`](https://github.com/outliant/sunrise-utils/commit/49999195b7a25be28966f5b21ddeb87169f2b1c2)
30
- - chore(release): 1.4.5 [`0a40c69`](https://github.com/outliant/sunrise-utils/commit/0a40c6962b7a1f31bd257d96f2e4c67154ff4330)
66
+ - chore: updated banners [`4999919`](https://github.com/freedom-solar/sunrise-utils/commit/49999195b7a25be28966f5b21ddeb87169f2b1c2)
67
+ - chore(release): 1.4.5 [`0a40c69`](https://github.com/freedom-solar/sunrise-utils/commit/0a40c6962b7a1f31bd257d96f2e4c67154ff4330)
31
68
 
32
- #### [1.4.4](https://github.com/outliant/sunrise-utils/compare/1.4.3...1.4.4)
69
+ #### [1.4.4](https://github.com/freedom-solar/sunrise-utils/compare/1.4.3...1.4.4)
33
70
 
34
71
  > 29 August 2025
35
72
 
36
- - fix: due date empty/not empty filter [`5009a26`](https://github.com/outliant/sunrise-utils/commit/5009a263100797464fb72a8c9e5e771f7666d04d)
37
- - chore(release): 1.4.4 [`64d49e0`](https://github.com/outliant/sunrise-utils/commit/64d49e09e7cc96e12dd57caaa81c876fba81821c)
73
+ - fix: due date empty/not empty filter [`5009a26`](https://github.com/freedom-solar/sunrise-utils/commit/5009a263100797464fb72a8c9e5e771f7666d04d)
74
+ - chore(release): 1.4.4 [`64d49e0`](https://github.com/freedom-solar/sunrise-utils/commit/64d49e09e7cc96e12dd57caaa81c876fba81821c)
38
75
 
39
- #### [1.4.3](https://github.com/outliant/sunrise-utils/compare/1.4.2...1.4.3)
76
+ #### [1.4.3](https://github.com/freedom-solar/sunrise-utils/compare/1.4.2...1.4.3)
40
77
 
41
78
  > 25 June 2025
42
79
 
43
- - chore: task pipeline exclude archived tasks by default [`b4b9954`](https://github.com/outliant/sunrise-utils/commit/b4b99546e44b222c2bc7fd42157f30ed71efb883)
44
- - chore(release): 1.4.3 [`5fd931a`](https://github.com/outliant/sunrise-utils/commit/5fd931a9dd5b9ccaed95ea7029819544885b1bf9)
80
+ - chore: task pipeline exclude archived tasks by default [`b4b9954`](https://github.com/freedom-solar/sunrise-utils/commit/b4b99546e44b222c2bc7fd42157f30ed71efb883)
81
+ - chore(release): 1.4.3 [`5fd931a`](https://github.com/freedom-solar/sunrise-utils/commit/5fd931a9dd5b9ccaed95ea7029819544885b1bf9)
45
82
 
46
- #### [1.4.2](https://github.com/outliant/sunrise-utils/compare/1.4.1...1.4.2)
83
+ #### [1.4.2](https://github.com/freedom-solar/sunrise-utils/compare/1.4.1...1.4.2)
47
84
 
48
85
  > 24 June 2025
49
86
 
50
- - chore(release): 1.4.2 [`0702182`](https://github.com/outliant/sunrise-utils/commit/0702182ea776a11e4d08f714f10d37d656b189d6)
51
- - chore: build fix [`b2abcdb`](https://github.com/outliant/sunrise-utils/commit/b2abcdb45682fbdece85bd25d87905a923af9c87)
87
+ - chore(release): 1.4.2 [`0702182`](https://github.com/freedom-solar/sunrise-utils/commit/0702182ea776a11e4d08f714f10d37d656b189d6)
88
+ - chore: build fix [`b2abcdb`](https://github.com/freedom-solar/sunrise-utils/commit/b2abcdb45682fbdece85bd25d87905a923af9c87)
52
89
 
53
- #### [1.4.1](https://github.com/outliant/sunrise-utils/compare/1.4.0...1.4.1)
90
+ #### [1.4.1](https://github.com/freedom-solar/sunrise-utils/compare/1.4.0...1.4.1)
54
91
 
55
92
  > 9 April 2025
56
93
 
57
- - chore(release): 1.4.1 [`194cb5e`](https://github.com/outliant/sunrise-utils/commit/194cb5ea4ba1faadc19d43e132da34d02170a769)
58
- - chore: minor fix [`b006891`](https://github.com/outliant/sunrise-utils/commit/b0068914ca0c23a99a1badde04131ba296898e52)
59
- - chore: minor fix [`9d6a965`](https://github.com/outliant/sunrise-utils/commit/9d6a9657094b92873c948c1071edb9aa85a33b81)
94
+ - chore(release): 1.4.1 [`194cb5e`](https://github.com/freedom-solar/sunrise-utils/commit/194cb5ea4ba1faadc19d43e132da34d02170a769)
95
+ - chore: minor fix [`b006891`](https://github.com/freedom-solar/sunrise-utils/commit/b0068914ca0c23a99a1badde04131ba296898e52)
96
+ - chore: minor fix [`9d6a965`](https://github.com/freedom-solar/sunrise-utils/commit/9d6a9657094b92873c948c1071edb9aa85a33b81)
60
97
 
61
- #### [1.4.0](https://github.com/outliant/sunrise-utils/compare/1.3.10...1.4.0)
98
+ #### [1.4.0](https://github.com/freedom-solar/sunrise-utils/compare/1.3.10...1.4.0)
62
99
 
63
100
  > 8 April 2025
64
101
 
65
- - chore: refactor task/project pipeline common filters #86b4dg28t [`54a12a9`](https://github.com/outliant/sunrise-utils/commit/54a12a9e80ea402825bd64589efdf91b65c207a1)
66
- - chore(release): 1.4.0 [`9ce7737`](https://github.com/outliant/sunrise-utils/commit/9ce7737cbb222b68ab84dcf6ed0fe8841732ad38)
102
+ - chore: refactor task/project pipeline common filters #86b4dg28t [`54a12a9`](https://github.com/freedom-solar/sunrise-utils/commit/54a12a9e80ea402825bd64589efdf91b65c207a1)
103
+ - chore(release): 1.4.0 [`9ce7737`](https://github.com/freedom-solar/sunrise-utils/commit/9ce7737cbb222b68ab84dcf6ed0fe8841732ad38)
67
104
 
68
- #### [1.3.10](https://github.com/outliant/sunrise-utils/compare/1.3.9...1.3.10)
105
+ #### [1.3.10](https://github.com/freedom-solar/sunrise-utils/compare/1.3.9...1.3.10)
69
106
 
70
107
  > 27 March 2025
71
108
 
72
- - chore(release): 1.3.10 [`f5348f0`](https://github.com/outliant/sunrise-utils/commit/f5348f0115b50d232fb85fe4cd1f3201116da6a6)
73
- - chore: task_age updates [`02ad141`](https://github.com/outliant/sunrise-utils/commit/02ad141886dc8ae4a16da3173a016402316fbae3)
109
+ - chore(release): 1.3.10 [`f5348f0`](https://github.com/freedom-solar/sunrise-utils/commit/f5348f0115b50d232fb85fe4cd1f3201116da6a6)
110
+ - chore: task_age updates [`02ad141`](https://github.com/freedom-solar/sunrise-utils/commit/02ad141886dc8ae4a16da3173a016402316fbae3)
74
111
 
75
- #### [1.3.9](https://github.com/outliant/sunrise-utils/compare/1.3.8...1.3.9)
112
+ #### [1.3.9](https://github.com/freedom-solar/sunrise-utils/compare/1.3.8...1.3.9)
76
113
 
77
114
  > 22 March 2025
78
115
 
79
- - chore: updated project pipeline critical path filter [`65eab79`](https://github.com/outliant/sunrise-utils/commit/65eab7911843b69045eb5ce8e2ba43e18982c15c)
80
- - chore(release): 1.3.9 [`b8b7218`](https://github.com/outliant/sunrise-utils/commit/b8b7218eb9a38200f3f6f47aaec6e3ec36ea5a0a)
116
+ - chore: updated project pipeline critical path filter [`65eab79`](https://github.com/freedom-solar/sunrise-utils/commit/65eab7911843b69045eb5ce8e2ba43e18982c15c)
117
+ - chore(release): 1.3.9 [`b8b7218`](https://github.com/freedom-solar/sunrise-utils/commit/b8b7218eb9a38200f3f6f47aaec6e3ec36ea5a0a)
81
118
 
82
- #### [1.3.8](https://github.com/outliant/sunrise-utils/compare/1.3.7...1.3.8)
119
+ #### [1.3.8](https://github.com/freedom-solar/sunrise-utils/compare/1.3.7...1.3.8)
83
120
 
84
121
  > 20 March 2025
85
122
 
86
- - chore: update global search #86b428rnf [`#46`](https://github.com/outliant/sunrise-utils/pull/46)
87
- - chore(release): 1.3.8 [`1d4512f`](https://github.com/outliant/sunrise-utils/commit/1d4512f0b7c3be8db0558c2a766b1d1807b53d9d)
123
+ - chore: update global search #86b428rnf [`#46`](https://github.com/freedom-solar/sunrise-utils/pull/46)
124
+ - chore(release): 1.3.8 [`1d4512f`](https://github.com/freedom-solar/sunrise-utils/commit/1d4512f0b7c3be8db0558c2a766b1d1807b53d9d)
88
125
 
89
- #### [1.3.7](https://github.com/outliant/sunrise-utils/compare/1.3.6...1.3.7)
126
+ #### [1.3.7](https://github.com/freedom-solar/sunrise-utils/compare/1.3.6...1.3.7)
90
127
 
91
128
  > 19 March 2025
92
129
 
93
- - chore(release): 1.3.7 [`5b72ea7`](https://github.com/outliant/sunrise-utils/commit/5b72ea720549962b2c30dced6cbb66d44dc6a144)
94
- - chore: task pipeline filter update [`61dfa2b`](https://github.com/outliant/sunrise-utils/commit/61dfa2b351e0e9a62bd34c50ccdb24aeac55cc56)
130
+ - chore(release): 1.3.7 [`5b72ea7`](https://github.com/freedom-solar/sunrise-utils/commit/5b72ea720549962b2c30dced6cbb66d44dc6a144)
131
+ - chore: task pipeline filter update [`61dfa2b`](https://github.com/freedom-solar/sunrise-utils/commit/61dfa2b351e0e9a62bd34c50ccdb24aeac55cc56)
95
132
 
96
- #### [1.3.6](https://github.com/outliant/sunrise-utils/compare/1.3.5...1.3.6)
133
+ #### [1.3.6](https://github.com/freedom-solar/sunrise-utils/compare/1.3.5...1.3.6)
97
134
 
98
135
  > 18 March 2025
99
136
 
100
- - chore: update project global search #86b428rnf [`#45`](https://github.com/outliant/sunrise-utils/pull/45)
101
- - chore(release): 1.3.6 [`db08eb9`](https://github.com/outliant/sunrise-utils/commit/db08eb91e9863fcec2671189726b3f5ff6ef9fa9)
137
+ - chore: update project global search #86b428rnf [`#45`](https://github.com/freedom-solar/sunrise-utils/pull/45)
138
+ - chore(release): 1.3.6 [`db08eb9`](https://github.com/freedom-solar/sunrise-utils/commit/db08eb91e9863fcec2671189726b3f5ff6ef9fa9)
102
139
 
103
- #### [1.3.5](https://github.com/outliant/sunrise-utils/compare/1.3.4...1.3.5)
140
+ #### [1.3.5](https://github.com/freedom-solar/sunrise-utils/compare/1.3.4...1.3.5)
104
141
 
105
142
  > 14 March 2025
106
143
 
107
- - chore: global search updates #86b428rnf [`#44`](https://github.com/outliant/sunrise-utils/pull/44)
108
- - chore(release): 1.3.5 [`18aa190`](https://github.com/outliant/sunrise-utils/commit/18aa190de0982257a215fa3060f1158b47269fed)
144
+ - chore: global search updates #86b428rnf [`#44`](https://github.com/freedom-solar/sunrise-utils/pull/44)
145
+ - chore(release): 1.3.5 [`18aa190`](https://github.com/freedom-solar/sunrise-utils/commit/18aa190de0982257a215fa3060f1158b47269fed)
109
146
 
110
- #### [1.3.4](https://github.com/outliant/sunrise-utils/compare/1.3.3...1.3.4)
147
+ #### [1.3.4](https://github.com/freedom-solar/sunrise-utils/compare/1.3.3...1.3.4)
111
148
 
112
149
  > 12 March 2025
113
150
 
114
- - chore(release): 1.3.4 [`d54041f`](https://github.com/outliant/sunrise-utils/commit/d54041fd7a9818598f29c9e1e1a04465d4ac8f89)
115
- - chore: minor change [`d76dce2`](https://github.com/outliant/sunrise-utils/commit/d76dce28e644091321aef72bd68cc853a6e1b1e4)
151
+ - chore(release): 1.3.4 [`d54041f`](https://github.com/freedom-solar/sunrise-utils/commit/d54041fd7a9818598f29c9e1e1a04465d4ac8f89)
152
+ - chore: minor change [`d76dce2`](https://github.com/freedom-solar/sunrise-utils/commit/d76dce28e644091321aef72bd68cc853a6e1b1e4)
116
153
 
117
- #### [1.3.3](https://github.com/outliant/sunrise-utils/compare/1.3.2...1.3.3)
154
+ #### [1.3.3](https://github.com/freedom-solar/sunrise-utils/compare/1.3.2...1.3.3)
118
155
 
119
156
  > 12 March 2025
120
157
 
121
- - chore(release): 1.3.3 [`c4d65f4`](https://github.com/outliant/sunrise-utils/commit/c4d65f4c389cd4bb6505055c975c040bad3a8a01)
122
- - chore: minor change [`95894aa`](https://github.com/outliant/sunrise-utils/commit/95894aae6027fddfa63c4c7cd283452ad2846805)
158
+ - chore(release): 1.3.3 [`c4d65f4`](https://github.com/freedom-solar/sunrise-utils/commit/c4d65f4c389cd4bb6505055c975c040bad3a8a01)
159
+ - chore: minor change [`95894aa`](https://github.com/freedom-solar/sunrise-utils/commit/95894aae6027fddfa63c4c7cd283452ad2846805)
123
160
 
124
- #### [1.3.2](https://github.com/outliant/sunrise-utils/compare/1.3.1...1.3.2)
161
+ #### [1.3.2](https://github.com/freedom-solar/sunrise-utils/compare/1.3.1...1.3.2)
125
162
 
126
163
  > 12 March 2025
127
164
 
128
- - chore(release): 1.3.2 [`f8322c3`](https://github.com/outliant/sunrise-utils/commit/f8322c32ff03f81469c56bcc015a8de7744819fb)
129
- - chore: task pipeline default filters update [`ab9fd5e`](https://github.com/outliant/sunrise-utils/commit/ab9fd5ef8c592f2c101795a45c6deb26f557dc1e)
165
+ - chore(release): 1.3.2 [`f8322c3`](https://github.com/freedom-solar/sunrise-utils/commit/f8322c32ff03f81469c56bcc015a8de7744819fb)
166
+ - chore: task pipeline default filters update [`ab9fd5e`](https://github.com/freedom-solar/sunrise-utils/commit/ab9fd5ef8c592f2c101795a45c6deb26f557dc1e)
130
167
 
131
- #### [1.3.1](https://github.com/outliant/sunrise-utils/compare/1.3.0...1.3.1)
168
+ #### [1.3.1](https://github.com/freedom-solar/sunrise-utils/compare/1.3.0...1.3.1)
132
169
 
133
170
  > 7 March 2025
134
171
 
135
- - chore(release): 1.3.1 [`aee0993`](https://github.com/outliant/sunrise-utils/commit/aee099336af241e0e29d3fe33978caca4abe1aea)
136
- - chore: fix boolean columns [`6109e6b`](https://github.com/outliant/sunrise-utils/commit/6109e6b97617a3fc315fcbd5fa0dd6a663d74c82)
172
+ - chore(release): 1.3.1 [`aee0993`](https://github.com/freedom-solar/sunrise-utils/commit/aee099336af241e0e29d3fe33978caca4abe1aea)
173
+ - chore: fix boolean columns [`6109e6b`](https://github.com/freedom-solar/sunrise-utils/commit/6109e6b97617a3fc315fcbd5fa0dd6a663d74c82)
137
174
 
138
- #### [1.3.0](https://github.com/outliant/sunrise-utils/compare/1.2.5...1.3.0)
175
+ #### [1.3.0](https://github.com/freedom-solar/sunrise-utils/compare/1.2.5...1.3.0)
139
176
 
140
177
  > 7 March 2025
141
178
 
142
- - chore: fix boolean columns [`17269be`](https://github.com/outliant/sunrise-utils/commit/17269be8df001b5f625a98a85fc045eb85d916ce)
143
- - chore(release): 1.3.0 [`295fa92`](https://github.com/outliant/sunrise-utils/commit/295fa924bce5121ca1451cc6bd9db38e1a61f7b4)
179
+ - chore: fix boolean columns [`17269be`](https://github.com/freedom-solar/sunrise-utils/commit/17269be8df001b5f625a98a85fc045eb85d916ce)
180
+ - chore(release): 1.3.0 [`295fa92`](https://github.com/freedom-solar/sunrise-utils/commit/295fa924bce5121ca1451cc6bd9db38e1a61f7b4)
144
181
 
145
- #### [1.2.5](https://github.com/outliant/sunrise-utils/compare/1.2.4...1.2.5)
182
+ #### [1.2.5](https://github.com/freedom-solar/sunrise-utils/compare/1.2.4...1.2.5)
146
183
 
147
184
  > 6 December 2024
148
185
 
149
- - chore: added task archived status [`602a04a`](https://github.com/outliant/sunrise-utils/commit/602a04a95d8592c85237a74607e3acea130ec278)
150
- - chore(release): 1.2.5 [`9172f49`](https://github.com/outliant/sunrise-utils/commit/9172f49da27b2a4c02d5c60acd02b3013433f3a0)
186
+ - chore: added task archived status [`602a04a`](https://github.com/freedom-solar/sunrise-utils/commit/602a04a95d8592c85237a74607e3acea130ec278)
187
+ - chore(release): 1.2.5 [`9172f49`](https://github.com/freedom-solar/sunrise-utils/commit/9172f49da27b2a4c02d5c60acd02b3013433f3a0)
151
188
 
152
- #### [1.2.4](https://github.com/outliant/sunrise-utils/compare/1.2.3...1.2.4)
189
+ #### [1.2.4](https://github.com/freedom-solar/sunrise-utils/compare/1.2.3...1.2.4)
153
190
 
154
191
  > 8 October 2024
155
192
 
156
- - chore(release): 1.2.4 [`d681a97`](https://github.com/outliant/sunrise-utils/commit/d681a970cf3363e1eec51a637c91a76f27e5bbca)
157
- - chore: Rough DC Inspection banner [`6bbc072`](https://github.com/outliant/sunrise-utils/commit/6bbc07291cec53eb6061f022248f2924f86f02b9)
193
+ - chore(release): 1.2.4 [`d681a97`](https://github.com/freedom-solar/sunrise-utils/commit/d681a970cf3363e1eec51a637c91a76f27e5bbca)
194
+ - chore: Rough DC Inspection banner [`6bbc072`](https://github.com/freedom-solar/sunrise-utils/commit/6bbc07291cec53eb6061f022248f2924f86f02b9)
158
195
 
159
- #### [1.2.3](https://github.com/outliant/sunrise-utils/compare/1.2.2...1.2.3)
196
+ #### [1.2.3](https://github.com/freedom-solar/sunrise-utils/compare/1.2.2...1.2.3)
160
197
 
161
198
  > 3 October 2024
162
199
 
163
- - chore(release): 1.2.3 [`ee46b3f`](https://github.com/outliant/sunrise-utils/commit/ee46b3f994c3defd7dd20dcd71a999b26b0c0837)
164
- - chore: updated pause column department validator #86b29g6de [`5fb0258`](https://github.com/outliant/sunrise-utils/commit/5fb025812f3a92c34d4dc733e9454a466f9148a1)
200
+ - chore(release): 1.2.3 [`ee46b3f`](https://github.com/freedom-solar/sunrise-utils/commit/ee46b3f994c3defd7dd20dcd71a999b26b0c0837)
201
+ - chore: updated pause column department validator #86b29g6de [`5fb0258`](https://github.com/freedom-solar/sunrise-utils/commit/5fb025812f3a92c34d4dc733e9454a466f9148a1)
165
202
 
166
- #### [1.2.2](https://github.com/outliant/sunrise-utils/compare/1.2.1...1.2.2)
203
+ #### [1.2.2](https://github.com/freedom-solar/sunrise-utils/compare/1.2.1...1.2.2)
167
204
 
168
205
  > 26 September 2024
169
206
 
170
- - chore: pipeline improvements #86b27p240 [`911f6dd`](https://github.com/outliant/sunrise-utils/commit/911f6dd7bdf2e26986aec0671d1610d18ebe5cfc)
171
- - chore(release): 1.2.2 [`1683047`](https://github.com/outliant/sunrise-utils/commit/1683047141b96f4c47c95aaf9e22dddd92526aeb)
207
+ - chore: pipeline improvements #86b27p240 [`911f6dd`](https://github.com/freedom-solar/sunrise-utils/commit/911f6dd7bdf2e26986aec0671d1610d18ebe5cfc)
208
+ - chore(release): 1.2.2 [`1683047`](https://github.com/freedom-solar/sunrise-utils/commit/1683047141b96f4c47c95aaf9e22dddd92526aeb)
172
209
 
173
- #### [1.2.1](https://github.com/outliant/sunrise-utils/compare/1.2.0...1.2.1)
210
+ #### [1.2.1](https://github.com/freedom-solar/sunrise-utils/compare/1.2.0...1.2.1)
174
211
 
175
212
  > 7 September 2024
176
213
 
177
- - chore(release): 1.2.1 [`a10f2ea`](https://github.com/outliant/sunrise-utils/commit/a10f2ea60e39f40de1a9d5a33372e9209e53c935)
178
- - chore: add credit-hold for project banners options [`94669b7`](https://github.com/outliant/sunrise-utils/commit/94669b7ba216596f5fb413d96a8a9dc466ca0c1e)
214
+ - chore(release): 1.2.1 [`a10f2ea`](https://github.com/freedom-solar/sunrise-utils/commit/a10f2ea60e39f40de1a9d5a33372e9209e53c935)
215
+ - chore: add credit-hold for project banners options [`94669b7`](https://github.com/freedom-solar/sunrise-utils/commit/94669b7ba216596f5fb413d96a8a9dc466ca0c1e)
179
216
 
180
- #### [1.2.0](https://github.com/outliant/sunrise-utils/compare/1.1.32...1.2.0)
217
+ #### [1.2.0](https://github.com/freedom-solar/sunrise-utils/compare/1.1.32...1.2.0)
181
218
 
182
219
  > 1 August 2024
183
220
 
184
- - chore: event service with sns #86b0xg1gf [`7baa9ec`](https://github.com/outliant/sunrise-utils/commit/7baa9ec2d0c85f78d3573854d1216d974551465c)
185
- - chore(release): 1.2.0 [`63e3496`](https://github.com/outliant/sunrise-utils/commit/63e3496f576ccd1a4b4982a7a77e10e3581025f3)
221
+ - chore: event service with sns #86b0xg1gf [`7baa9ec`](https://github.com/freedom-solar/sunrise-utils/commit/7baa9ec2d0c85f78d3573854d1216d974551465c)
222
+ - chore(release): 1.2.0 [`63e3496`](https://github.com/freedom-solar/sunrise-utils/commit/63e3496f576ccd1a4b4982a7a77e10e3581025f3)
186
223
 
187
- #### [1.1.32](https://github.com/outliant/sunrise-utils/compare/1.1.31...1.1.32)
224
+ #### [1.1.32](https://github.com/freedom-solar/sunrise-utils/compare/1.1.31...1.1.32)
188
225
 
189
226
  > 23 July 2024
190
227
 
191
- - chore add is_any_of filter to user_select field condition #86b0b3k2r [`#42`](https://github.com/outliant/sunrise-utils/pull/42)
192
- - chore(release): 1.1.32 [`cdeeae5`](https://github.com/outliant/sunrise-utils/commit/cdeeae5e959518d725badd30ea3cb40724654cf5)
228
+ - chore add is_any_of filter to user_select field condition #86b0b3k2r [`#42`](https://github.com/freedom-solar/sunrise-utils/pull/42)
229
+ - chore(release): 1.1.32 [`cdeeae5`](https://github.com/freedom-solar/sunrise-utils/commit/cdeeae5e959518d725badd30ea3cb40724654cf5)
193
230
 
194
- #### [1.1.31](https://github.com/outliant/sunrise-utils/compare/1.1.29...1.1.31)
231
+ #### [1.1.31](https://github.com/freedom-solar/sunrise-utils/compare/1.1.29...1.1.31)
195
232
 
196
233
  > 2 July 2024
197
234
 
198
- - Feature: Added Greater than N days ago filter #86b09hc0u [`#40`](https://github.com/outliant/sunrise-utils/pull/40)
199
- - feature: Added Greater than N days ago filter #86b09hc0u [`7c917aa`](https://github.com/outliant/sunrise-utils/commit/7c917aa02896b008114aa1791eee4598ab115bdb)
200
- - chore(release): 1.1.31 [`115a927`](https://github.com/outliant/sunrise-utils/commit/115a927d4008489cda57aa99b40cd460b50f3a49)
201
- - chore(release): 1.1.30 [`d738803`](https://github.com/outliant/sunrise-utils/commit/d738803831b98a9dca0f1b65c37943ed64911f24)
235
+ - Feature: Added Greater than N days ago filter #86b09hc0u [`#40`](https://github.com/freedom-solar/sunrise-utils/pull/40)
236
+ - feature: Added Greater than N days ago filter #86b09hc0u [`7c917aa`](https://github.com/freedom-solar/sunrise-utils/commit/7c917aa02896b008114aa1791eee4598ab115bdb)
237
+ - chore(release): 1.1.31 [`115a927`](https://github.com/freedom-solar/sunrise-utils/commit/115a927d4008489cda57aa99b40cd460b50f3a49)
238
+ - chore(release): 1.1.30 [`d738803`](https://github.com/freedom-solar/sunrise-utils/commit/d738803831b98a9dca0f1b65c37943ed64911f24)
202
239
 
203
- #### [1.1.29](https://github.com/outliant/sunrise-utils/compare/1.1.28...1.1.29)
240
+ #### [1.1.29](https://github.com/freedom-solar/sunrise-utils/compare/1.1.28...1.1.29)
204
241
 
205
242
  > 6 June 2024
206
243
 
207
- - chore: fix task field date filter #86b0j0q70 [`#38`](https://github.com/outliant/sunrise-utils/pull/38)
208
- - chore: update task field date filter #86b0j0q70 [`3e806ba`](https://github.com/outliant/sunrise-utils/commit/3e806bac4a3144a9aa77ade67f980e6b583759c2)
209
- - chore(release): 1.1.29 [`4ccbc43`](https://github.com/outliant/sunrise-utils/commit/4ccbc43eb40174c643b03478ec8bd7c2482b35d7)
244
+ - chore: fix task field date filter #86b0j0q70 [`#38`](https://github.com/freedom-solar/sunrise-utils/pull/38)
245
+ - chore: update task field date filter #86b0j0q70 [`3e806ba`](https://github.com/freedom-solar/sunrise-utils/commit/3e806bac4a3144a9aa77ade67f980e6b583759c2)
246
+ - chore(release): 1.1.29 [`4ccbc43`](https://github.com/freedom-solar/sunrise-utils/commit/4ccbc43eb40174c643b03478ec8bd7c2482b35d7)
210
247
 
211
- #### [1.1.28](https://github.com/outliant/sunrise-utils/compare/1.1.27...1.1.28)
248
+ #### [1.1.28](https://github.com/freedom-solar/sunrise-utils/compare/1.1.27...1.1.28)
212
249
 
213
250
  > 4 April 2024
214
251
 
215
- - task starred column #86azquc2z [`#36`](https://github.com/outliant/sunrise-utils/pull/36)
216
- - banners name and options update #85ztcymgr [`#37`](https://github.com/outliant/sunrise-utils/pull/37)
217
- - chore(release): 1.1.28 [`980137b`](https://github.com/outliant/sunrise-utils/commit/980137bef447c8c0fac3b9a116bc72c972bc13fd)
218
- - starredTaskIds parameter default value [`d1f69b5`](https://github.com/outliant/sunrise-utils/commit/d1f69b59611dc6b31d7c68a43e18b2920ea46c27)
252
+ - task starred column #86azquc2z [`#36`](https://github.com/freedom-solar/sunrise-utils/pull/36)
253
+ - banners name and options update #85ztcymgr [`#37`](https://github.com/freedom-solar/sunrise-utils/pull/37)
254
+ - chore(release): 1.1.28 [`980137b`](https://github.com/freedom-solar/sunrise-utils/commit/980137bef447c8c0fac3b9a116bc72c972bc13fd)
255
+ - starredTaskIds parameter default value [`d1f69b5`](https://github.com/freedom-solar/sunrise-utils/commit/d1f69b59611dc6b31d7c68a43e18b2920ea46c27)
219
256
 
220
- #### [1.1.27](https://github.com/outliant/sunrise-utils/compare/1.1.26...1.1.27)
257
+ #### [1.1.27](https://github.com/freedom-solar/sunrise-utils/compare/1.1.26...1.1.27)
221
258
 
222
259
  > 2 April 2024
223
260
 
224
- - critical path age color display fix utils #86azmbay5 [`#35`](https://github.com/outliant/sunrise-utils/pull/35)
225
- - chore(release): 1.1.27 [`3401e5a`](https://github.com/outliant/sunrise-utils/commit/3401e5a3f7a56ab1d8e8faf0b28e00015ed770a8)
261
+ - critical path age color display fix utils #86azmbay5 [`#35`](https://github.com/freedom-solar/sunrise-utils/pull/35)
262
+ - chore(release): 1.1.27 [`3401e5a`](https://github.com/freedom-solar/sunrise-utils/commit/3401e5a3f7a56ab1d8e8faf0b28e00015ed770a8)
226
263
 
227
- #### [1.1.26](https://github.com/outliant/sunrise-utils/compare/1.1.25...1.1.26)
264
+ #### [1.1.26](https://github.com/freedom-solar/sunrise-utils/compare/1.1.25...1.1.26)
228
265
 
229
266
  > 27 March 2024
230
267
 
231
- - project critical path age column with sort and filter [`#34`](https://github.com/outliant/sunrise-utils/pull/34)
232
- - unit test [`72423f0`](https://github.com/outliant/sunrise-utils/commit/72423f0178f7b17d7c667675cf1ec96afe19002f)
233
- - chore(release): 1.1.26 [`85f06fb`](https://github.com/outliant/sunrise-utils/commit/85f06fbb98f4acd9dc6df8a57e5f787a27d3419c)
268
+ - project critical path age column with sort and filter [`#34`](https://github.com/freedom-solar/sunrise-utils/pull/34)
269
+ - unit test [`72423f0`](https://github.com/freedom-solar/sunrise-utils/commit/72423f0178f7b17d7c667675cf1ec96afe19002f)
270
+ - chore(release): 1.1.26 [`85f06fb`](https://github.com/freedom-solar/sunrise-utils/commit/85f06fbb98f4acd9dc6df8a57e5f787a27d3419c)
234
271
 
235
- #### [1.1.25](https://github.com/outliant/sunrise-utils/compare/1.1.24...1.1.25)
272
+ #### [1.1.25](https://github.com/freedom-solar/sunrise-utils/compare/1.1.24...1.1.25)
236
273
 
237
274
  > 19 March 2024
238
275
 
239
- - chore(release): 1.1.25 [`80c44dd`](https://github.com/outliant/sunrise-utils/commit/80c44dd35a588f0121d8807deedfc62cc9f2934c)
240
- - chore: added project-pipeline criticalPathAge column #86azmbay5 [`5c9c9a2`](https://github.com/outliant/sunrise-utils/commit/5c9c9a216d926a2451216bbb1337d446ead9a93c)
276
+ - chore(release): 1.1.25 [`80c44dd`](https://github.com/freedom-solar/sunrise-utils/commit/80c44dd35a588f0121d8807deedfc62cc9f2934c)
277
+ - chore: added project-pipeline criticalPathAge column #86azmbay5 [`5c9c9a2`](https://github.com/freedom-solar/sunrise-utils/commit/5c9c9a216d926a2451216bbb1337d446ead9a93c)
241
278
 
242
- #### [1.1.24](https://github.com/outliant/sunrise-utils/compare/1.1.23...1.1.24)
279
+ #### [1.1.24](https://github.com/freedom-solar/sunrise-utils/compare/1.1.23...1.1.24)
243
280
 
244
281
  > 4 March 2024
245
282
 
246
- - chore: fix task status filtering #86azhkzeb [`#32`](https://github.com/outliant/sunrise-utils/pull/32)
247
- - chore: add due date sort script #86az9tt26 [`#33`](https://github.com/outliant/sunrise-utils/pull/33)
248
- - chore(release): 1.1.24 [`5b7ee53`](https://github.com/outliant/sunrise-utils/commit/5b7ee53dfd5f96b2d268ba208491c27863249ced)
283
+ - chore: fix task status filtering #86azhkzeb [`#32`](https://github.com/freedom-solar/sunrise-utils/pull/32)
284
+ - chore: add due date sort script #86az9tt26 [`#33`](https://github.com/freedom-solar/sunrise-utils/pull/33)
285
+ - chore(release): 1.1.24 [`5b7ee53`](https://github.com/freedom-solar/sunrise-utils/commit/5b7ee53dfd5f96b2d268ba208491c27863249ced)
249
286
 
250
- #### [1.1.23](https://github.com/outliant/sunrise-utils/compare/1.1.22...1.1.23)
287
+ #### [1.1.23](https://github.com/freedom-solar/sunrise-utils/compare/1.1.22...1.1.23)
251
288
 
252
289
  > 28 February 2024
253
290
 
254
- - chore: fix task pipeline last comment date filtering #86azcxk24 [`#29`](https://github.com/outliant/sunrise-utils/pull/29)
255
- - chore(release): 1.1.23 [`b806236`](https://github.com/outliant/sunrise-utils/commit/b80623635b5eb5ddfe9566458fcb493de4daed7b)
291
+ - chore: fix task pipeline last comment date filtering #86azcxk24 [`#29`](https://github.com/freedom-solar/sunrise-utils/pull/29)
292
+ - chore(release): 1.1.23 [`b806236`](https://github.com/freedom-solar/sunrise-utils/commit/b80623635b5eb5ddfe9566458fcb493de4daed7b)
256
293
 
257
- #### [1.1.22](https://github.com/outliant/sunrise-utils/compare/1.1.21...1.1.22)
294
+ #### [1.1.22](https://github.com/freedom-solar/sunrise-utils/compare/1.1.21...1.1.22)
258
295
 
259
296
  > 27 February 2024
260
297
 
261
- - chore: update sticky filters migration sort rule #86azcbz94 [`#28`](https://github.com/outliant/sunrise-utils/pull/28)
262
- - chore(release): 1.1.22 [`9383476`](https://github.com/outliant/sunrise-utils/commit/9383476cdd89b29a56fce8c2269b11f1eae7db3d)
298
+ - chore: update sticky filters migration sort rule #86azcbz94 [`#28`](https://github.com/freedom-solar/sunrise-utils/pull/28)
299
+ - chore(release): 1.1.22 [`9383476`](https://github.com/freedom-solar/sunrise-utils/commit/9383476cdd89b29a56fce8c2269b11f1eae7db3d)
263
300
 
264
- #### [1.1.21](https://github.com/outliant/sunrise-utils/compare/1.1.20...1.1.21)
301
+ #### [1.1.21](https://github.com/freedom-solar/sunrise-utils/compare/1.1.20...1.1.21)
265
302
 
266
303
  > 27 February 2024
267
304
 
268
- - chore: sticky filters updates #86azcbz94 [`#27`](https://github.com/outliant/sunrise-utils/pull/27)
269
- - chore(release): 1.1.21 [`460494e`](https://github.com/outliant/sunrise-utils/commit/460494ea934259a3cc970540155b16a52656b903)
305
+ - chore: sticky filters updates #86azcbz94 [`#27`](https://github.com/freedom-solar/sunrise-utils/pull/27)
306
+ - chore(release): 1.1.21 [`460494e`](https://github.com/freedom-solar/sunrise-utils/commit/460494ea934259a3cc970540155b16a52656b903)
270
307
 
271
- #### [1.1.20](https://github.com/outliant/sunrise-utils/compare/1.1.19...1.1.20)
308
+ #### [1.1.20](https://github.com/freedom-solar/sunrise-utils/compare/1.1.19...1.1.20)
272
309
 
273
310
  > 2 February 2024
274
311
 
275
- - chore: add default project and tasks sticky filter setting #866a4ga0a [`#26`](https://github.com/outliant/sunrise-utils/pull/26)
276
- - chore(release): 1.1.20 [`d55e6a4`](https://github.com/outliant/sunrise-utils/commit/d55e6a4587dc214f3d84369ad0f7676e8ca01909)
312
+ - chore: add default project and tasks sticky filter setting #866a4ga0a [`#26`](https://github.com/freedom-solar/sunrise-utils/pull/26)
313
+ - chore(release): 1.1.20 [`d55e6a4`](https://github.com/freedom-solar/sunrise-utils/commit/d55e6a4587dc214f3d84369ad0f7676e8ca01909)
277
314
 
278
- #### [1.1.19](https://github.com/outliant/sunrise-utils/compare/1.1.18...1.1.19)
315
+ #### [1.1.19](https://github.com/freedom-solar/sunrise-utils/compare/1.1.18...1.1.19)
279
316
 
280
317
  > 17 January 2024
281
318
 
282
- - chore: update is_paused filter #863hbxjkt [`#25`](https://github.com/outliant/sunrise-utils/pull/25)
283
- - chore(release): 1.1.19 [`af592bd`](https://github.com/outliant/sunrise-utils/commit/af592bd6b762171e9b43a9adc800ba86ce970556)
319
+ - chore: update is_paused filter #863hbxjkt [`#25`](https://github.com/freedom-solar/sunrise-utils/pull/25)
320
+ - chore(release): 1.1.19 [`af592bd`](https://github.com/freedom-solar/sunrise-utils/commit/af592bd6b762171e9b43a9adc800ba86ce970556)
284
321
 
285
- #### [1.1.18](https://github.com/outliant/sunrise-utils/compare/1.1.17...1.1.18)
322
+ #### [1.1.18](https://github.com/freedom-solar/sunrise-utils/compare/1.1.17...1.1.18)
286
323
 
287
324
  > 16 January 2024
288
325
 
289
- - chore: update is_paused query filters #863hbxjkt [`#24`](https://github.com/outliant/sunrise-utils/pull/24)
290
- - chore(release): 1.1.18 [`8e3f921`](https://github.com/outliant/sunrise-utils/commit/8e3f92138c9e82a04b2ab81f39332b5cf1aca4c9)
326
+ - chore: update is_paused query filters #863hbxjkt [`#24`](https://github.com/freedom-solar/sunrise-utils/pull/24)
327
+ - chore(release): 1.1.18 [`8e3f921`](https://github.com/freedom-solar/sunrise-utils/commit/8e3f92138c9e82a04b2ab81f39332b5cf1aca4c9)
291
328
 
292
- #### [1.1.17](https://github.com/outliant/sunrise-utils/compare/1.1.16...1.1.17)
329
+ #### [1.1.17](https://github.com/freedom-solar/sunrise-utils/compare/1.1.16...1.1.17)
293
330
 
294
331
  > 15 January 2024
295
332
 
296
- - chore: update task status filter #863hbxjkt [`#23`](https://github.com/outliant/sunrise-utils/pull/23)
297
- - chore: clean up is_paused filter #863hbxjkt [`f098a15`](https://github.com/outliant/sunrise-utils/commit/f098a15636cc2bb8fcd1c2bfc3fb9f4ceec5fc89)
298
- - chore(release): 1.1.17 [`a796e59`](https://github.com/outliant/sunrise-utils/commit/a796e594a343f41ceb7941607f43ed95c894d2e5)
333
+ - chore: update task status filter #863hbxjkt [`#23`](https://github.com/freedom-solar/sunrise-utils/pull/23)
334
+ - chore: clean up is_paused filter #863hbxjkt [`f098a15`](https://github.com/freedom-solar/sunrise-utils/commit/f098a15636cc2bb8fcd1c2bfc3fb9f4ceec5fc89)
335
+ - chore(release): 1.1.17 [`a796e59`](https://github.com/freedom-solar/sunrise-utils/commit/a796e594a343f41ceb7941607f43ed95c894d2e5)
299
336
 
300
- #### [1.1.16](https://github.com/outliant/sunrise-utils/compare/1.1.15...1.1.16)
337
+ #### [1.1.16](https://github.com/freedom-solar/sunrise-utils/compare/1.1.15...1.1.16)
301
338
 
302
339
  > 13 December 2023
303
340
 
304
- - chore: update is none of filter #85ztm47dj [`#22`](https://github.com/outliant/sunrise-utils/pull/22)
305
- - chore(release): 1.1.16 [`e322032`](https://github.com/outliant/sunrise-utils/commit/e32203205b74ae0e079612ab842451b210263051)
341
+ - chore: update is none of filter #85ztm47dj [`#22`](https://github.com/freedom-solar/sunrise-utils/pull/22)
342
+ - chore(release): 1.1.16 [`e322032`](https://github.com/freedom-solar/sunrise-utils/commit/e32203205b74ae0e079612ab842451b210263051)
306
343
 
307
- #### [1.1.15](https://github.com/outliant/sunrise-utils/compare/1.1.14...1.1.15)
344
+ #### [1.1.15](https://github.com/freedom-solar/sunrise-utils/compare/1.1.14...1.1.15)
308
345
 
309
346
  > 13 December 2023
310
347
 
311
- - chore: update common filter import #85ztm47dj [`#21`](https://github.com/outliant/sunrise-utils/pull/21)
312
- - chore(release): 1.1.15 [`4cbf8e8`](https://github.com/outliant/sunrise-utils/commit/4cbf8e86857fa5c853e5403aba89413701a0e032)
348
+ - chore: update common filter import #85ztm47dj [`#21`](https://github.com/freedom-solar/sunrise-utils/pull/21)
349
+ - chore(release): 1.1.15 [`4cbf8e8`](https://github.com/freedom-solar/sunrise-utils/commit/4cbf8e86857fa5c853e5403aba89413701a0e032)
313
350
 
314
- #### [1.1.14](https://github.com/outliant/sunrise-utils/compare/1.1.13...1.1.14)
351
+ #### [1.1.14](https://github.com/freedom-solar/sunrise-utils/compare/1.1.13...1.1.14)
315
352
 
316
353
  > 12 December 2023
317
354
 
318
- - chore: add Is None Of field condition #85ztm47dj [`#20`](https://github.com/outliant/sunrise-utils/pull/20)
319
- - chore: add Is None Of field condition (WIP) #85ztm47dj [`8005104`](https://github.com/outliant/sunrise-utils/commit/8005104a15eaf5102fe3672f1a9da5d03128ba4b)
320
- - chore(release): 1.1.14 [`a5eab66`](https://github.com/outliant/sunrise-utils/commit/a5eab66b6260353e13abc095d4f2ffdff70c020b)
355
+ - chore: add Is None Of field condition #85ztm47dj [`#20`](https://github.com/freedom-solar/sunrise-utils/pull/20)
356
+ - chore: add Is None Of field condition (WIP) #85ztm47dj [`8005104`](https://github.com/freedom-solar/sunrise-utils/commit/8005104a15eaf5102fe3672f1a9da5d03128ba4b)
357
+ - chore(release): 1.1.14 [`a5eab66`](https://github.com/freedom-solar/sunrise-utils/commit/a5eab66b6260353e13abc095d4f2ffdff70c020b)
321
358
 
322
- #### [1.1.13](https://github.com/outliant/sunrise-utils/compare/1.1.12...1.1.13)
359
+ #### [1.1.13](https://github.com/freedom-solar/sunrise-utils/compare/1.1.12...1.1.13)
323
360
 
324
361
  > 8 November 2023
325
362
 
326
- - chore: change equal condition [`#18`](https://github.com/outliant/sunrise-utils/pull/18)
327
- - chore: update isPaused filter [`99d882d`](https://github.com/outliant/sunrise-utils/commit/99d882d74cb7fb6d7aba3048a2328343017ca512)
328
- - chore(release): 1.1.13 [`998c753`](https://github.com/outliant/sunrise-utils/commit/998c753cd70aad1cf9f55e392a812bf40d74a602)
363
+ - chore: change equal condition [`#18`](https://github.com/freedom-solar/sunrise-utils/pull/18)
364
+ - chore: update isPaused filter [`99d882d`](https://github.com/freedom-solar/sunrise-utils/commit/99d882d74cb7fb6d7aba3048a2328343017ca512)
365
+ - chore(release): 1.1.13 [`998c753`](https://github.com/freedom-solar/sunrise-utils/commit/998c753cd70aad1cf9f55e392a812bf40d74a602)
329
366
 
330
- #### [1.1.12](https://github.com/outliant/sunrise-utils/compare/1.1.11...1.1.12)
367
+ #### [1.1.12](https://github.com/freedom-solar/sunrise-utils/compare/1.1.11...1.1.12)
331
368
 
332
369
  > 7 November 2023
333
370
 
334
- - chore: add isPaused [`#17`](https://github.com/outliant/sunrise-utils/pull/17)
335
- - chore: add unit test for is_paused [`aa5fada`](https://github.com/outliant/sunrise-utils/commit/aa5fada660f2883004a1a72ddb0603f412dec18e)
336
- - chore(release): 1.1.12 [`56f3083`](https://github.com/outliant/sunrise-utils/commit/56f30836a6b021e0d57cfabf9541b063ddb92afd)
371
+ - chore: add isPaused [`#17`](https://github.com/freedom-solar/sunrise-utils/pull/17)
372
+ - chore: add unit test for is_paused [`aa5fada`](https://github.com/freedom-solar/sunrise-utils/commit/aa5fada660f2883004a1a72ddb0603f412dec18e)
373
+ - chore(release): 1.1.12 [`56f3083`](https://github.com/freedom-solar/sunrise-utils/commit/56f30836a6b021e0d57cfabf9541b063ddb92afd)
337
374
 
338
- #### [1.1.11](https://github.com/outliant/sunrise-utils/compare/1.1.10...1.1.11)
375
+ #### [1.1.11](https://github.com/freedom-solar/sunrise-utils/compare/1.1.10...1.1.11)
339
376
 
340
377
  > 18 October 2023
341
378
 
342
- - chore: implement case insensitive search for id [`#16`](https://github.com/outliant/sunrise-utils/pull/16)
343
- - chore: add test for projectPipeline utils [`b35d394`](https://github.com/outliant/sunrise-utils/commit/b35d394d98713d01c1149ef1a36f6c7c2cf4adab)
344
- - chore(release): 1.1.11 [`e88579a`](https://github.com/outliant/sunrise-utils/commit/e88579ab043a70ca5901c0fbeb4cdda58f9cccd2)
379
+ - chore: implement case insensitive search for id [`#16`](https://github.com/freedom-solar/sunrise-utils/pull/16)
380
+ - chore: add test for projectPipeline utils [`b35d394`](https://github.com/freedom-solar/sunrise-utils/commit/b35d394d98713d01c1149ef1a36f6c7c2cf4adab)
381
+ - chore(release): 1.1.11 [`e88579a`](https://github.com/freedom-solar/sunrise-utils/commit/e88579ab043a70ca5901c0fbeb4cdda58f9cccd2)
345
382
 
346
- #### [1.1.10](https://github.com/outliant/sunrise-utils/compare/1.1.9...1.1.10)
383
+ #### [1.1.10](https://github.com/freedom-solar/sunrise-utils/compare/1.1.9...1.1.10)
347
384
 
348
385
  > 10 October 2023
349
386
 
350
- - chore: add days to complete function [`#15`](https://github.com/outliant/sunrise-utils/pull/15)
351
- - chore(release): 1.1.10 [`7a19559`](https://github.com/outliant/sunrise-utils/commit/7a1955918dfc193a9e35cfb00d3ee8a649880095)
352
- - chore: fix test [`8202713`](https://github.com/outliant/sunrise-utils/commit/8202713cafa50ee4ad6978ffcf588e93e821b429)
353
- - chore: add type and remove console [`8bb18ae`](https://github.com/outliant/sunrise-utils/commit/8bb18ae2ff3e37fcee5f66f8b57cf7a1d45f3dad)
387
+ - chore: add days to complete function [`#15`](https://github.com/freedom-solar/sunrise-utils/pull/15)
388
+ - chore(release): 1.1.10 [`7a19559`](https://github.com/freedom-solar/sunrise-utils/commit/7a1955918dfc193a9e35cfb00d3ee8a649880095)
389
+ - chore: fix test [`8202713`](https://github.com/freedom-solar/sunrise-utils/commit/8202713cafa50ee4ad6978ffcf588e93e821b429)
390
+ - chore: add type and remove console [`8bb18ae`](https://github.com/freedom-solar/sunrise-utils/commit/8bb18ae2ff3e37fcee5f66f8b57cf7a1d45f3dad)
354
391
 
355
- #### [1.1.9](https://github.com/outliant/sunrise-utils/compare/1.1.8...1.1.9)
392
+ #### [1.1.9](https://github.com/freedom-solar/sunrise-utils/compare/1.1.8...1.1.9)
356
393
 
357
394
  > 3 October 2023
358
395
 
359
- - Task/task new columns #85ztbmnkf [`#14`](https://github.com/outliant/sunrise-utils/pull/14)
360
- - chore: add filter for days to complete [`f2fdf97`](https://github.com/outliant/sunrise-utils/commit/f2fdf977c6b5c5f22c17b3fffb7a6a2024a3c38c)
361
- - chore: add test [`847deb3`](https://github.com/outliant/sunrise-utils/commit/847deb3d2eebba343b865bb69cb6dc642096160d)
362
- - chore: fix test [`ad49d34`](https://github.com/outliant/sunrise-utils/commit/ad49d3451ff523426672528f42f65f77f2d05c5f)
396
+ - Task/task new columns #85ztbmnkf [`#14`](https://github.com/freedom-solar/sunrise-utils/pull/14)
397
+ - chore: add filter for days to complete [`f2fdf97`](https://github.com/freedom-solar/sunrise-utils/commit/f2fdf977c6b5c5f22c17b3fffb7a6a2024a3c38c)
398
+ - chore: add test [`847deb3`](https://github.com/freedom-solar/sunrise-utils/commit/847deb3d2eebba343b865bb69cb6dc642096160d)
399
+ - chore: fix test [`ad49d34`](https://github.com/freedom-solar/sunrise-utils/commit/ad49d3451ff523426672528f42f65f77f2d05c5f)
363
400
 
364
- #### [1.1.8](https://github.com/outliant/sunrise-utils/compare/1.1.7...1.1.8)
401
+ #### [1.1.8](https://github.com/freedom-solar/sunrise-utils/compare/1.1.7...1.1.8)
365
402
 
366
403
  > 29 September 2023
367
404
 
368
- - chore: use split string helper [`#13`](https://github.com/outliant/sunrise-utils/pull/13)
369
- - chore: update logic for user pipeline [`#12`](https://github.com/outliant/sunrise-utils/pull/12)
370
- - chore(release): 1.1.8 [`aa38c1a`](https://github.com/outliant/sunrise-utils/commit/aa38c1abac2d22fddb329fc18e071881b15837b3)
371
- - chore: update users pipeline [`c0de2e6`](https://github.com/outliant/sunrise-utils/commit/c0de2e6bbacbeb1b8b96597473679f7f2424880e)
372
- - chore: fix unit test [`84b880d`](https://github.com/outliant/sunrise-utils/commit/84b880d39497aa03257869702ecd0aa9f05b1d77)
405
+ - chore: use split string helper [`#13`](https://github.com/freedom-solar/sunrise-utils/pull/13)
406
+ - chore: update logic for user pipeline [`#12`](https://github.com/freedom-solar/sunrise-utils/pull/12)
407
+ - chore(release): 1.1.8 [`aa38c1a`](https://github.com/freedom-solar/sunrise-utils/commit/aa38c1abac2d22fddb329fc18e071881b15837b3)
408
+ - chore: update users pipeline [`c0de2e6`](https://github.com/freedom-solar/sunrise-utils/commit/c0de2e6bbacbeb1b8b96597473679f7f2424880e)
409
+ - chore: fix unit test [`84b880d`](https://github.com/freedom-solar/sunrise-utils/commit/84b880d39497aa03257869702ecd0aa9f05b1d77)
373
410
 
374
- #### [1.1.7](https://github.com/outliant/sunrise-utils/compare/1.1.6...1.1.7)
411
+ #### [1.1.7](https://github.com/freedom-solar/sunrise-utils/compare/1.1.6...1.1.7)
375
412
 
376
413
  > 26 September 2023
377
414
 
378
- - chore: update users pipeline [`#11`](https://github.com/outliant/sunrise-utils/pull/11)
379
- - chore(release): 1.1.7 [`056a962`](https://github.com/outliant/sunrise-utils/commit/056a962aedcd0f9ee8e71cca2d1003db01a69057)
380
- - chore: remove map [`6c6972b`](https://github.com/outliant/sunrise-utils/commit/6c6972b89bd60cb44bb48613ad206b785e1f1771)
381
- - chore: use buildProjectFilter [`0cae6ce`](https://github.com/outliant/sunrise-utils/commit/0cae6ce4ca13dc56b98e9b98a6c6cff9881824c2)
415
+ - chore: update users pipeline [`#11`](https://github.com/freedom-solar/sunrise-utils/pull/11)
416
+ - chore(release): 1.1.7 [`056a962`](https://github.com/freedom-solar/sunrise-utils/commit/056a962aedcd0f9ee8e71cca2d1003db01a69057)
417
+ - chore: remove map [`6c6972b`](https://github.com/freedom-solar/sunrise-utils/commit/6c6972b89bd60cb44bb48613ad206b785e1f1771)
418
+ - chore: use buildProjectFilter [`0cae6ce`](https://github.com/freedom-solar/sunrise-utils/commit/0cae6ce4ca13dc56b98e9b98a6c6cff9881824c2)
382
419
 
383
- #### [1.1.6](https://github.com/outliant/sunrise-utils/compare/1.1.5...1.1.6)
420
+ #### [1.1.6](https://github.com/freedom-solar/sunrise-utils/compare/1.1.5...1.1.6)
384
421
 
385
422
  > 20 September 2023
386
423
 
387
- - chore: change logic for last/next n days filter [`#10`](https://github.com/outliant/sunrise-utils/pull/10)
388
- - chore(release): 1.1.6 [`1158429`](https://github.com/outliant/sunrise-utils/commit/1158429285eeb1f80d2dd7c55bd21b1291248469)
424
+ - chore: change logic for last/next n days filter [`#10`](https://github.com/freedom-solar/sunrise-utils/pull/10)
425
+ - chore(release): 1.1.6 [`1158429`](https://github.com/freedom-solar/sunrise-utils/commit/1158429285eeb1f80d2dd7c55bd21b1291248469)
389
426
 
390
- #### [1.1.5](https://github.com/outliant/sunrise-utils/compare/1.1.4...1.1.5)
427
+ #### [1.1.5](https://github.com/freedom-solar/sunrise-utils/compare/1.1.4...1.1.5)
391
428
 
392
429
  > 19 May 2023
393
430
 
394
- - Task/project banner #866a3c0ug [`#9`](https://github.com/outliant/sunrise-utils/pull/9)
395
- - chore: filter checkbox [`fb8d601`](https://github.com/outliant/sunrise-utils/commit/fb8d6015b1ee2092fc69b64d10b0a26b59958574)
396
- - chore: update spec [`bcbfd9a`](https://github.com/outliant/sunrise-utils/commit/bcbfd9ad5a21b412c160a85b05d63a43771bc084)
397
- - chore: add checkbox filter [`dba4385`](https://github.com/outliant/sunrise-utils/commit/dba43855f8d9665325f5ba2dbec17f50abb3bb0b)
431
+ - Task/project banner #866a3c0ug [`#9`](https://github.com/freedom-solar/sunrise-utils/pull/9)
432
+ - chore: filter checkbox [`fb8d601`](https://github.com/freedom-solar/sunrise-utils/commit/fb8d6015b1ee2092fc69b64d10b0a26b59958574)
433
+ - chore: update spec [`bcbfd9a`](https://github.com/freedom-solar/sunrise-utils/commit/bcbfd9ad5a21b412c160a85b05d63a43771bc084)
434
+ - chore: add checkbox filter [`dba4385`](https://github.com/freedom-solar/sunrise-utils/commit/dba43855f8d9665325f5ba2dbec17f50abb3bb0b)
398
435
 
399
- #### [1.1.4](https://github.com/outliant/sunrise-utils/compare/1.1.3...1.1.4)
436
+ #### [1.1.4](https://github.com/freedom-solar/sunrise-utils/compare/1.1.3...1.1.4)
400
437
 
401
438
  > 8 May 2023
402
439
 
403
- - chore: support user field type project fields #860qfghzp [`7f4688b`](https://github.com/outliant/sunrise-utils/commit/7f4688b270fe8734153613650c87eef28483068a)
404
- - chore(release): 1.1.4 [`e3a9285`](https://github.com/outliant/sunrise-utils/commit/e3a9285af6da87760a8c1487542d2473bd3ee2ac)
440
+ - chore: support user field type project fields #860qfghzp [`7f4688b`](https://github.com/freedom-solar/sunrise-utils/commit/7f4688b270fe8734153613650c87eef28483068a)
441
+ - chore(release): 1.1.4 [`e3a9285`](https://github.com/freedom-solar/sunrise-utils/commit/e3a9285af6da87760a8c1487542d2473bd3ee2ac)
405
442
 
406
- #### [1.1.3](https://github.com/outliant/sunrise-utils/compare/1.1.2...1.1.3)
443
+ #### [1.1.3](https://github.com/freedom-solar/sunrise-utils/compare/1.1.2...1.1.3)
407
444
 
408
445
  > 28 April 2023
409
446
 
410
- - Task/project filter #860qjddeg [`#8`](https://github.com/outliant/sunrise-utils/pull/8)
411
- - wip: project filter [`0dec4e1`](https://github.com/outliant/sunrise-utils/commit/0dec4e1830bab4470c0b2d23bdfd8cbafe8fc6a7)
412
- - chore: fix specs [`4d0474c`](https://github.com/outliant/sunrise-utils/commit/4d0474c74bb6a545b66a821cf63376b323393e58)
413
- - chore: before and after [`91b8c0f`](https://github.com/outliant/sunrise-utils/commit/91b8c0f0e7bf3912a069628563746332683cc06f)
447
+ - Task/project filter #860qjddeg [`#8`](https://github.com/freedom-solar/sunrise-utils/pull/8)
448
+ - wip: project filter [`0dec4e1`](https://github.com/freedom-solar/sunrise-utils/commit/0dec4e1830bab4470c0b2d23bdfd8cbafe8fc6a7)
449
+ - chore: fix specs [`4d0474c`](https://github.com/freedom-solar/sunrise-utils/commit/4d0474c74bb6a545b66a821cf63376b323393e58)
450
+ - chore: before and after [`91b8c0f`](https://github.com/freedom-solar/sunrise-utils/commit/91b8c0f0e7bf3912a069628563746332683cc06f)
414
451
 
415
- #### [1.1.2](https://github.com/outliant/sunrise-utils/compare/1.1.1...1.1.2)
452
+ #### [1.1.2](https://github.com/freedom-solar/sunrise-utils/compare/1.1.1...1.1.2)
416
453
 
417
454
  > 19 April 2023
418
455
 
419
- - chore: set departmentId to optional [`#7`](https://github.com/outliant/sunrise-utils/pull/7)
420
- - chore(release): 1.1.2 [`f9770a2`](https://github.com/outliant/sunrise-utils/commit/f9770a21f9b31d3acbb5e4c36b11013b5ba4951c)
456
+ - chore: set departmentId to optional [`#7`](https://github.com/freedom-solar/sunrise-utils/pull/7)
457
+ - chore(release): 1.1.2 [`f9770a2`](https://github.com/freedom-solar/sunrise-utils/commit/f9770a21f9b31d3acbb5e4c36b11013b5ba4951c)
421
458
 
422
- #### [1.1.1](https://github.com/outliant/sunrise-utils/compare/1.1.0...1.1.1)
459
+ #### [1.1.1](https://github.com/freedom-solar/sunrise-utils/compare/1.1.0...1.1.1)
423
460
 
424
461
  > 14 April 2023
425
462
 
426
- - chore: add search for projectIds [`#5`](https://github.com/outliant/sunrise-utils/pull/5)
427
- - chore: add match_phrase_prefix search for project fields [`#6`](https://github.com/outliant/sunrise-utils/pull/6)
428
- - chore: revert taskPipeline [`3fb9c24`](https://github.com/outliant/sunrise-utils/commit/3fb9c2486b1459a0b33050e6691963e8aa04cfcf)
429
- - chore: update projectId filter query [`dbe2f3c`](https://github.com/outliant/sunrise-utils/commit/dbe2f3c6cc40c470d02c78911a1fc0ba30cda900)
430
- - chore(release): 1.1.1 [`b27a11a`](https://github.com/outliant/sunrise-utils/commit/b27a11a385d0f4f20333e0a681a2b4fc7d8c276b)
463
+ - chore: add search for projectIds [`#5`](https://github.com/freedom-solar/sunrise-utils/pull/5)
464
+ - chore: add match_phrase_prefix search for project fields [`#6`](https://github.com/freedom-solar/sunrise-utils/pull/6)
465
+ - chore: revert taskPipeline [`3fb9c24`](https://github.com/freedom-solar/sunrise-utils/commit/3fb9c2486b1459a0b33050e6691963e8aa04cfcf)
466
+ - chore: update projectId filter query [`dbe2f3c`](https://github.com/freedom-solar/sunrise-utils/commit/dbe2f3c6cc40c470d02c78911a1fc0ba30cda900)
467
+ - chore(release): 1.1.1 [`b27a11a`](https://github.com/freedom-solar/sunrise-utils/commit/b27a11a385d0f4f20333e0a681a2b4fc7d8c276b)
431
468
 
432
- #### [1.1.0](https://github.com/outliant/sunrise-utils/compare/1.0.11...1.1.0)
469
+ #### [1.1.0](https://github.com/freedom-solar/sunrise-utils/compare/1.0.11...1.1.0)
433
470
 
434
471
  > 13 April 2023
435
472
 
436
- - chore: support task age color #860q9c397 [`50d79a7`](https://github.com/outliant/sunrise-utils/commit/50d79a78e309c70d7eac0f5533686bd65c1167a7)
437
- - chore(release): 1.1.0 [`73ee00e`](https://github.com/outliant/sunrise-utils/commit/73ee00e07226e06fcfbf4d8c96ba87b8970ce312)
473
+ - chore: support task age color #860q9c397 [`50d79a7`](https://github.com/freedom-solar/sunrise-utils/commit/50d79a78e309c70d7eac0f5533686bd65c1167a7)
474
+ - chore(release): 1.1.0 [`73ee00e`](https://github.com/freedom-solar/sunrise-utils/commit/73ee00e07226e06fcfbf4d8c96ba87b8970ce312)
438
475
 
439
- #### [1.0.11](https://github.com/outliant/sunrise-utils/compare/1.0.10...1.0.11)
476
+ #### [1.0.11](https://github.com/freedom-solar/sunrise-utils/compare/1.0.10...1.0.11)
440
477
 
441
478
  > 31 March 2023
442
479
 
443
- - (task/additional date filters #860q65z6h [`#4`](https://github.com/outliant/sunrise-utils/pull/4)
444
- - chore: add last n days [`bb2f94a`](https://github.com/outliant/sunrise-utils/commit/bb2f94aade4ed11845ca29cf7f9b970cac51ae42)
445
- - chore: add new filters for task [`3fa42e5`](https://github.com/outliant/sunrise-utils/commit/3fa42e52bc6076dfd35272b91558d9696729cfbf)
446
- - chore(release): 1.0.11 [`8795194`](https://github.com/outliant/sunrise-utils/commit/879519458081a5c38786c9ba344748883a026796)
480
+ - (task/additional date filters #860q65z6h [`#4`](https://github.com/freedom-solar/sunrise-utils/pull/4)
481
+ - chore: add last n days [`bb2f94a`](https://github.com/freedom-solar/sunrise-utils/commit/bb2f94aade4ed11845ca29cf7f9b970cac51ae42)
482
+ - chore: add new filters for task [`3fa42e5`](https://github.com/freedom-solar/sunrise-utils/commit/3fa42e52bc6076dfd35272b91558d9696729cfbf)
483
+ - chore(release): 1.0.11 [`8795194`](https://github.com/freedom-solar/sunrise-utils/commit/879519458081a5c38786c9ba344748883a026796)
447
484
 
448
- #### [1.0.10](https://github.com/outliant/sunrise-utils/compare/1.0.9...1.0.10)
485
+ #### [1.0.10](https://github.com/freedom-solar/sunrise-utils/compare/1.0.9...1.0.10)
449
486
 
450
487
  > 30 March 2023
451
488
 
452
- - chore: added created and updated on project list columns #860qbm263 [`8f664f1`](https://github.com/outliant/sunrise-utils/commit/8f664f117644d97e5338f11c0f4e1a4396375b07)
453
- - chore(release): 1.0.10 [`08ef0d6`](https://github.com/outliant/sunrise-utils/commit/08ef0d6b47ff16e853249d21d5d0b0a962caf44b)
489
+ - chore: added created and updated on project list columns #860qbm263 [`8f664f1`](https://github.com/freedom-solar/sunrise-utils/commit/8f664f117644d97e5338f11c0f4e1a4396375b07)
490
+ - chore(release): 1.0.10 [`08ef0d6`](https://github.com/freedom-solar/sunrise-utils/commit/08ef0d6b47ff16e853249d21d5d0b0a962caf44b)
454
491
 
455
- #### [1.0.9](https://github.com/outliant/sunrise-utils/compare/1.0.8...1.0.9)
492
+ #### [1.0.9](https://github.com/freedom-solar/sunrise-utils/compare/1.0.8...1.0.9)
456
493
 
457
494
  > 30 March 2023
458
495
 
459
- - chore(release): 1.0.9 [`b866dd4`](https://github.com/outliant/sunrise-utils/commit/b866dd4b473c10534c8fe10d6a388a905fb8f0c1)
460
- - chore: support taskfield group #860pn480e [`9bded12`](https://github.com/outliant/sunrise-utils/commit/9bded1255c994ea01823b1b689aa38d80da76c8a)
496
+ - chore(release): 1.0.9 [`b866dd4`](https://github.com/freedom-solar/sunrise-utils/commit/b866dd4b473c10534c8fe10d6a388a905fb8f0c1)
497
+ - chore: support taskfield group #860pn480e [`9bded12`](https://github.com/freedom-solar/sunrise-utils/commit/9bded1255c994ea01823b1b689aa38d80da76c8a)
461
498
 
462
- #### [1.0.8](https://github.com/outliant/sunrise-utils/compare/1.0.7...1.0.8)
499
+ #### [1.0.8](https://github.com/freedom-solar/sunrise-utils/compare/1.0.7...1.0.8)
463
500
 
464
501
  > 24 March 2023
465
502
 
466
- - chore: use match_phrase_prefix [`#3`](https://github.com/outliant/sunrise-utils/pull/3)
467
- - chore(release): 1.0.8 [`d901d17`](https://github.com/outliant/sunrise-utils/commit/d901d17b78491dfe89c3068dac03579c902590b1)
468
- - chore(#860q1ku0m): use match_phrase_prefix for fuzzy searching [`f607110`](https://github.com/outliant/sunrise-utils/commit/f607110d9071d02b0aeeb1a41dd0e8ee4b13d6f5)
503
+ - chore: use match_phrase_prefix [`#3`](https://github.com/freedom-solar/sunrise-utils/pull/3)
504
+ - chore(release): 1.0.8 [`d901d17`](https://github.com/freedom-solar/sunrise-utils/commit/d901d17b78491dfe89c3068dac03579c902590b1)
505
+ - chore(#860q1ku0m): use match_phrase_prefix for fuzzy searching [`f607110`](https://github.com/freedom-solar/sunrise-utils/commit/f607110d9071d02b0aeeb1a41dd0e8ee4b13d6f5)
469
506
 
470
- #### [1.0.7](https://github.com/outliant/sunrise-utils/compare/1.0.6...1.0.7)
507
+ #### [1.0.7](https://github.com/freedom-solar/sunrise-utils/compare/1.0.6...1.0.7)
471
508
 
472
509
  > 9 March 2023
473
510
 
474
- - chore: support multiple sorting #860px39yc [`133144d`](https://github.com/outliant/sunrise-utils/commit/133144d805126d301543e1df50510b982ea0f130)
475
- - chore(release): 1.0.7 [`617bf83`](https://github.com/outliant/sunrise-utils/commit/617bf83a2ac80e030b0a81e9cdce0bd719b9e27b)
511
+ - chore: support multiple sorting #860px39yc [`133144d`](https://github.com/freedom-solar/sunrise-utils/commit/133144d805126d301543e1df50510b982ea0f130)
512
+ - chore(release): 1.0.7 [`617bf83`](https://github.com/freedom-solar/sunrise-utils/commit/617bf83a2ac80e030b0a81e9cdce0bd719b9e27b)
476
513
 
477
- #### [1.0.6](https://github.com/outliant/sunrise-utils/compare/1.0.5...1.0.6)
514
+ #### [1.0.6](https://github.com/freedom-solar/sunrise-utils/compare/1.0.5...1.0.6)
478
515
 
479
516
  > 7 March 2023
480
517
 
481
- - Task/string contains filters #860pq6e4d [`#2`](https://github.com/outliant/sunrise-utils/pull/2)
482
- - chore: string contains filters [`2d80b31`](https://github.com/outliant/sunrise-utils/commit/2d80b31ac08ff5c1710373ccaae7c641333b5557)
483
- - chore: add contains any/none filters [`eeec3bd`](https://github.com/outliant/sunrise-utils/commit/eeec3bdbce07ce6a9a782db3953c6926bfd24e4d)
484
- - chore: revert pushes to main [`21cba44`](https://github.com/outliant/sunrise-utils/commit/21cba44219188192dc806fed59df2bdab1b63e88)
518
+ - Task/string contains filters #860pq6e4d [`#2`](https://github.com/freedom-solar/sunrise-utils/pull/2)
519
+ - chore: string contains filters [`2d80b31`](https://github.com/freedom-solar/sunrise-utils/commit/2d80b31ac08ff5c1710373ccaae7c641333b5557)
520
+ - chore: add contains any/none filters [`eeec3bd`](https://github.com/freedom-solar/sunrise-utils/commit/eeec3bdbce07ce6a9a782db3953c6926bfd24e4d)
521
+ - chore: revert pushes to main [`21cba44`](https://github.com/freedom-solar/sunrise-utils/commit/21cba44219188192dc806fed59df2bdab1b63e88)
485
522
 
486
- #### [1.0.5](https://github.com/outliant/sunrise-utils/compare/1.0.4...1.0.5)
523
+ #### [1.0.5](https://github.com/freedom-solar/sunrise-utils/compare/1.0.4...1.0.5)
487
524
 
488
525
  > 7 March 2023
489
526
 
490
- - chore(release): 1.0.5 [`51f1f27`](https://github.com/outliant/sunrise-utils/commit/51f1f2766ad028f6769ed43625dd6b7eb977c4de)
491
- - chore: update custom sorting to be prepended on the list [`6d8c7e3`](https://github.com/outliant/sunrise-utils/commit/6d8c7e3f665fad6203b700fb4a104a8670572cb0)
527
+ - chore(release): 1.0.5 [`51f1f27`](https://github.com/freedom-solar/sunrise-utils/commit/51f1f2766ad028f6769ed43625dd6b7eb977c4de)
528
+ - chore: update custom sorting to be prepended on the list [`6d8c7e3`](https://github.com/freedom-solar/sunrise-utils/commit/6d8c7e3f665fad6203b700fb4a104a8670572cb0)
492
529
 
493
- #### [1.0.4](https://github.com/outliant/sunrise-utils/compare/1.0.3...1.0.4)
530
+ #### [1.0.4](https://github.com/freedom-solar/sunrise-utils/compare/1.0.3...1.0.4)
494
531
 
495
532
  > 28 February 2023
496
533
 
497
- - chore: project pipeline default columns #860pt9g1t [`194852e`](https://github.com/outliant/sunrise-utils/commit/194852e8250a92c82775187588c427ed5b7aaef8)
498
- - chore(release): 1.0.4 [`b4e435b`](https://github.com/outliant/sunrise-utils/commit/b4e435ba367db2ba1400bc6f65f6362f66970e56)
534
+ - chore: project pipeline default columns #860pt9g1t [`194852e`](https://github.com/freedom-solar/sunrise-utils/commit/194852e8250a92c82775187588c427ed5b7aaef8)
535
+ - chore(release): 1.0.4 [`b4e435b`](https://github.com/freedom-solar/sunrise-utils/commit/b4e435ba367db2ba1400bc6f65f6362f66970e56)
499
536
 
500
- #### [1.0.3](https://github.com/outliant/sunrise-utils/compare/1.0.2...1.0.3)
537
+ #### [1.0.3](https://github.com/freedom-solar/sunrise-utils/compare/1.0.2...1.0.3)
501
538
 
502
539
  > 24 February 2023
503
540
 
504
- - chore: project pipeline filter query and sorting script #860pt9g1t [`533484f`](https://github.com/outliant/sunrise-utils/commit/533484fc97909d2ba45d425db57bc5942109c6f0)
505
- - chore: updated README [`62743ce`](https://github.com/outliant/sunrise-utils/commit/62743ce921655c3c1b64395268d3c1acf624071f)
506
- - chore(release): 1.0.3 [`02b8819`](https://github.com/outliant/sunrise-utils/commit/02b881974f9e63a54d7ce30cbb567b5ad76e139f)
541
+ - chore: project pipeline filter query and sorting script #860pt9g1t [`533484f`](https://github.com/freedom-solar/sunrise-utils/commit/533484fc97909d2ba45d425db57bc5942109c6f0)
542
+ - chore: updated README [`62743ce`](https://github.com/freedom-solar/sunrise-utils/commit/62743ce921655c3c1b64395268d3c1acf624071f)
543
+ - chore(release): 1.0.3 [`02b8819`](https://github.com/freedom-solar/sunrise-utils/commit/02b881974f9e63a54d7ce30cbb567b5ad76e139f)
507
544
 
508
- #### [1.0.2](https://github.com/outliant/sunrise-utils/compare/1.0.1...1.0.2)
545
+ #### [1.0.2](https://github.com/freedom-solar/sunrise-utils/compare/1.0.1...1.0.2)
509
546
 
510
547
  > 23 February 2023
511
548
 
512
- - chore(release): 1.0.2 [`499f9e5`](https://github.com/outliant/sunrise-utils/commit/499f9e5c633f6b85e413ff57905c46aba6adc16a)
513
- - chore: updated readme file [`97a2c96`](https://github.com/outliant/sunrise-utils/commit/97a2c96f3e88e7652bff68623e5ffb17e12db000)
514
- - chore: changed to private [`fa55dc4`](https://github.com/outliant/sunrise-utils/commit/fa55dc461a6fd9da40536e37a087f3832d78ba33)
549
+ - chore(release): 1.0.2 [`499f9e5`](https://github.com/freedom-solar/sunrise-utils/commit/499f9e5c633f6b85e413ff57905c46aba6adc16a)
550
+ - chore: updated readme file [`97a2c96`](https://github.com/freedom-solar/sunrise-utils/commit/97a2c96f3e88e7652bff68623e5ffb17e12db000)
551
+ - chore: changed to private [`fa55dc4`](https://github.com/freedom-solar/sunrise-utils/commit/fa55dc461a6fd9da40536e37a087f3832d78ba33)
515
552
 
516
- #### [1.0.1](https://github.com/outliant/sunrise-utils/compare/1.0.0...1.0.1)
553
+ #### [1.0.1](https://github.com/freedom-solar/sunrise-utils/compare/1.0.0...1.0.1)
517
554
 
518
555
  > 23 February 2023
519
556
 
520
- - chore(release): 1.0.1 [`c8a85ed`](https://github.com/outliant/sunrise-utils/commit/c8a85ed406be1d6475829ea0905478687c71278e)
521
- - chore: changed to private [`0f79a6b`](https://github.com/outliant/sunrise-utils/commit/0f79a6b4ebd9101d0d9ce523e23c3268a68a0bf1)
557
+ - chore(release): 1.0.1 [`c8a85ed`](https://github.com/freedom-solar/sunrise-utils/commit/c8a85ed406be1d6475829ea0905478687c71278e)
558
+ - chore: changed to private [`0f79a6b`](https://github.com/freedom-solar/sunrise-utils/commit/0f79a6b4ebd9101d0d9ce523e23c3268a68a0bf1)
522
559
 
523
560
  #### 1.0.0
524
561
 
525
562
  > 23 February 2023
526
563
 
527
- - chore: task pipeline fixes #860pt9g1t [`#860`](https://github.com/outliant/sunrise-utils/issues/860)
528
- - chore: initial setup [`4e2206c`](https://github.com/outliant/sunrise-utils/commit/4e2206c5a002629fca7b608ed9cf6c60f3e6be37)
529
- - chore: task pipeline filter query and sorting script #860pt9g1t [`3bae8e1`](https://github.com/outliant/sunrise-utils/commit/3bae8e1aa6e02e6734ebaa6cdb3d822a7992aa21)
530
- - chore: added logger unit test [`bdc7535`](https://github.com/outliant/sunrise-utils/commit/bdc7535224d3ab0b95002f7c41b3b61abc2054ac)
564
+ - chore: task pipeline fixes #860pt9g1t [`#860`](https://github.com/freedom-solar/sunrise-utils/issues/860)
565
+ - chore: initial setup [`4e2206c`](https://github.com/freedom-solar/sunrise-utils/commit/4e2206c5a002629fca7b608ed9cf6c60f3e6be37)
566
+ - chore: task pipeline filter query and sorting script #860pt9g1t [`3bae8e1`](https://github.com/freedom-solar/sunrise-utils/commit/3bae8e1aa6e02e6734ebaa6cdb3d822a7992aa21)
567
+ - chore: added logger unit test [`bdc7535`](https://github.com/freedom-solar/sunrise-utils/commit/bdc7535224d3ab0b95002f7c41b3b61abc2054ac)
package/README.md CHANGED
@@ -34,3 +34,23 @@ You have the following utils available:
34
34
  ```bash
35
35
  npm i @outliant/sunrise-utils
36
36
  ```
37
+
38
+ or
39
+
40
+ ```bash
41
+ npm i @outliant/sunrise-utils@v1.*.*
42
+ ```
43
+
44
+ ## Deployment
45
+
46
+ `v1 branch`
47
+
48
+ ```bash
49
+ NPM_TOKEN=xxxx npm run release -- patch --npm.tag v1
50
+ ```
51
+
52
+ `latest` `v2`
53
+
54
+ ```bash
55
+ NPM_TOKEN=xxxx npm run release
56
+ ```
package/constants.js CHANGED
@@ -78,5 +78,9 @@ module.exports.PROJECT_BANNERS = [
78
78
  {
79
79
  label: '30% FTC',
80
80
  value: '30-percent-ftc'
81
+ },
82
+ {
83
+ label: 'Direct Pay',
84
+ value: 'direct-pay'
81
85
  }
82
86
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outliant/sunrise-utils",
3
3
  "description": "Helper functions for project Sunrise",
4
- "version": "1.4.8",
4
+ "version": "1.4.9",
5
5
  "license": "ISC",
6
6
  "author": "Outliant",
7
7
  "main": "index.js",