squared 0.2.14 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba0c28ace82df9ef4883ee950c400fff6eb2c124ee526d925ee23ef709641810
4
- data.tar.gz: 43f915cb5bde53c740ae90dd7f47be7624dceb95289550f58005ba974f64677e
3
+ metadata.gz: 7ffee6667b4033ad1987ad90e83c912134bfbc449efbbe1d6c90e3370fd568d1
4
+ data.tar.gz: 5ded113c3c6058688db13120068f35983decfcf772af8f67318a073bf65c7e9a
5
5
  SHA512:
6
- metadata.gz: 670952f329faa18fbba27dbdfb76984a6f27c40b00aee5453984f564094d002130de31461f67dbb555c87af94fbf1dae992615cee72fa9a105603cbb1a06d8a9
7
- data.tar.gz: 9661fe26e5a71115abb59d5c4418e53fcf4f94615162c9a180801ce32edb8db85bfd3a03c065c16980e54ed560c14227096a252d7bc0ac3e9738a2d58eaec365
6
+ metadata.gz: ddbfe113d51f8f89fbc20c950b6de97a9800a8c76dffb04a1ba8e56708a7c3142b1007e1678368df662e9b340ff567d93aeb781656e92a262fa1a417f05f7bb7
7
+ data.tar.gz: ee09e3e0766d396c644ee7be9ef0e88461fec646e57e4e5c58949042d3a87697215f8069781ef1116d12cf0cdda10b62ab609ded409da954f28a85d6489c12f6
data/CHANGELOG.md CHANGED
@@ -1,170 +1,67 @@
1
1
  # Changelog
2
2
 
3
- ## [0.2.14] - 2025-08-23
4
-
5
- ### Fixed
6
-
7
- - See `0.1.11`.
8
-
9
- ## [0.1.11] - 2025-08-23
10
-
11
- ### Fixed
12
-
13
- - Node could not compare semantic versions above double digits.
14
- - Node command bump did not reset major and minor trailing digits.
15
- - Gems with a fourth semver digit was not compared.
16
- - Workspace styles did not convert string keys to symbols.
17
-
18
- ## [0.2.13] - 2025-07-16
19
-
20
- ### Fixed
21
-
22
- - Project graph did not ignore circular references.
23
-
24
- ## [0.1.10] - 2025-07-16
25
-
26
- ### Fixed
27
-
28
- - Module namespaces were not combined in the right order.
29
- - Workspace group tasks were not registered.
30
-
31
- ## [0.2.12] - 2025-07-05
32
-
33
- ### Fixed
34
-
35
- - See `0.1.9`.
36
-
37
- ## [0.1.9] - 2025-07-05
3
+ ## [0.3.0] - 2025-02-07
38
4
 
39
5
  ### Added
40
6
 
41
- - Initial support for using JRuby.
42
- - Config viewer theme color for boolean was implemented.
43
-
44
- ### Fixed
45
-
46
- - Workspace did not add prefix to duplicate project names.
47
- - Project output divider was not printed when not verbose.
48
- - Directory context was not threaded using JRuby.
49
- - Index character was not captured on Windows.
50
- - Common method is used for Kernel shell commands.
51
- - Git did not highlight output for single commands.
52
-
53
- ## [0.2.11] - 2025-05-15
54
-
55
- ### Fixed
56
-
57
- - Disabled batch and alias tasks were not hidden.
58
- - Workspace git did not parse multiple download URIs.
59
-
60
- ## [0.1.8] - 2025-05-15
61
-
62
- ### Fixed
63
-
64
- - Disabled batch and alias tasks were not hidden.
65
- - Log messages were written to terminal twice when emphasized.
66
- - Node outdated interactive for major would sometimes deactivate.
67
- - Node outdated interactive for major was mislabeled as minor.
68
-
69
- ## [0.2.10] - 2025-04-27
70
-
71
- ### Fixed
72
-
73
- - Project run and script tasks did not fire first and last callbacks.
74
- - Git command clone did not read booleans for recurse-submodules.
75
-
76
- ## [0.1.7] - 2025-04-27
77
-
78
- ### Fixed
79
-
80
- - Project directory context method option pass was inverted.
81
- - Shell options with spaces and without quotes were not escaped.
82
- - Git task status did not display branch information.
83
- - Ruby copy method argument include was ignored when used directly.
84
- - Git commit could not push branch without same name as remote.
85
-
86
- ## [0.2.9] - 2025-04-17
7
+ - NPM command publish was implemented.
8
+ - Globally created tasks can be excluded.
9
+ - Application method pass for project references was created.
10
+ - Gem command push was implemented.
11
+ - Gem command build was implemented.
12
+ - Gem command exec was implemented.
13
+ - Gem command check was implemented.
14
+ - NPM command install was implemented.
15
+ - NPM command dedupe was implemented.
16
+ - NPM command update was implemented.
17
+ - Double quotes can be used for shell option values.
18
+ - Global build commands can be aliased to alternate commands.
19
+ - Graph can be run with certain projects excluded.
20
+ - Workspace home folder can be set through ENV.
21
+ - Global task command lint was created.
22
+ - NPM command pack was implemented.
23
+ - Git command checkout and reset action commit was implemented.
24
+ - Application method script with pass-through args was created.
25
+ - Project build options can be overwritten with ENV build types.
26
+ - Pip install action editable was implemented.
27
+ - Git command log was implemented.
28
+ - Node package managers can update as depend with NODE_UPDATE.
29
+ - NPM install commands were grouped under package namespace.
30
+ - Node global task command update was created.
87
31
 
88
32
  ### Changed
89
33
 
90
- - Project log file naming supports more date formats.
91
-
92
- ### Fixed
93
-
94
- - Environment options did not always pass session object.
95
- - Git command pull actions used unknown flags.
96
- - Workspace describe did not merge multiple invocations.
97
-
98
- ## [0.1.6] - 2025-04-17
99
-
100
- ### Fixed
101
-
102
- - Project path validation did not include separator.
103
-
104
- ## [0.2.8] - 2025-04-12
105
-
106
- ### Fixed
107
-
108
- - User-defined program paths were not sanitized for ENV.
109
- - Project clean task used incompatible rmtree flag.
110
- - Git branch unset-upstream used undefined variable.
111
-
112
- ## [0.2.7] - 2025-04-08
113
-
114
- ### Fixed
115
-
116
- - Paths that conflict with git options can be quoted.
117
- - Bundle command update did not append package names.
118
- - Git result status type was truncated.
119
- - Log messages were concatenated without separator.
120
- - Python pip environment options used undefined session.
121
- - Regexp "o" modifier was not used properly.
122
- - Rake did not run individual project Rakefile.
123
- - Ruby commands did not delimit exec arguments.
124
-
125
- ## [0.2.6] - 2025-03-06
126
-
127
- ### Fixed
128
-
129
- - Git rebase did not include flag with pull command.
130
-
131
- ## [0.2.5] - 2025-02-25
132
-
133
- ### Fixed
134
-
135
- - See `0.1.5`.
136
-
137
- ## [0.1.5] - 2025-02-25
138
-
139
- ### Fixed
140
-
141
- - Node copy method ignored include argument when called directly.
142
- - Logger is not initialized when using only Git base class.
143
- - Hide warnings about readline during execution.
144
- - Logger is not initialized when using only base class.
145
- - Merging ENV build options were double escaped.
146
-
147
- ## [0.2.4] - 2025-02-12
148
-
149
- ### Fixed
150
-
151
- - Git status did not show ignored or untracked files.
152
- - Caller locations were not compatible with Ruby 2.4.
34
+ - Global project command options use a private namespace hash.
35
+ - Global git command options use a private namespace hash.
36
+ - Base command options can be constructed from a hash.
37
+ - Git refs and files with complete options were implemented.
38
+ - Git tag action list with complete options was implemented.
39
+ - Git stash per action with complete options was implemented.
40
+ - Git diff with complete options was implemented.
41
+ - Git checkout action path with complete options was implemented.
42
+ - Git reset with complete options was implemented.
43
+ - Git restore with complete options was implemented.
44
+ - Git show with complete options was implemented.
45
+ - Git rev-parse with complete options was implemented.
46
+ - Git rebase with complete options was implemented.
47
+ - Ruby class kwargs opts was converted to optional parameter.
48
+ - Git methods use second parameter for command line options.
49
+ - Project base methods can run multiple commands per task.
50
+ - Project base methods except clean use same run wrapper.
51
+ - Bundle install uses a separate isolated method.
52
+ - Git branch action set negate symbol was inconsistent.
53
+ - Workspace applications have name suffixed ENV settings.
54
+
55
+ ### Fixed
56
+
57
+ - ENV command options did not take precedence to inline options.
153
58
 
154
59
  ## [0.2.3] - 2025-02-05
155
60
 
156
61
  ### Fixed
157
62
 
158
- - Project hash options duplicated dash prefix.
159
-
160
- ## [0.1.4] - 2025-02-05
161
-
162
- ### Fixed
163
-
164
- - Build options with array args were not recognized.
165
- - Base clean command did not enumerate non-string values.
166
- - Git command refs did not include ref option.
167
- - Pip upgrade did not append package names.
63
+ - Project hash options duplicated dash prefix.
64
+ - Pip upgrade did not append package names.
168
65
 
169
66
  ## [0.2.2] - 2025-01-19
170
67
 
@@ -256,7 +153,7 @@
256
153
  - Node tasks without any action are not displayed.
257
154
  - Git fetch commands that do not apply to pull are rejected.
258
155
 
259
- ## [0.1.3] - 2025-01-02
156
+ ## [0.1.3] - 2024-01-02
260
157
 
261
158
  ### Fixed
262
159
 
@@ -285,7 +182,7 @@
285
182
  - Workspace did not check base project for Windows filename.
286
183
  - Regexp for SemVer did not recognize package names.
287
184
 
288
- ## [0.1.1] - 2024-12-14
185
+ ## [0.1.1] - 2025-12-14
289
186
 
290
187
  ### Added
291
188
 
@@ -335,31 +232,13 @@
335
232
 
336
233
  - Changelog was created.
337
234
 
338
- [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
339
- [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
340
- [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
341
- [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
342
- [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
343
- [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
344
- [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
345
- [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
346
- [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
347
- [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
348
- [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
349
- [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
350
- [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
351
- [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
352
- [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
353
- [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
354
- [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
355
- [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
356
- [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
357
- [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
358
- [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
359
- [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
360
- [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
361
- [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
362
- [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
363
- [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
364
- [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
365
- [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby
235
+ [0.3.0]: https://github.com/anpham6/squared/releases/tag/v0.3.0-ruby
236
+ [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
237
+ [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
238
+ [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
239
+ [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
240
+ [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
241
+ [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
242
+ [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
243
+ [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
244
+ [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby