squared 0.6.17 → 0.7.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: 2390f7c0bb110d16dd19ad08cd75e166953b9cccf7c57215301ae997fd05bbe2
4
- data.tar.gz: e91ec4e023247fd9ce4faf5e4f95a8b2723f801fd2b15bccd47ba7c519c674da
3
+ metadata.gz: 77cd278e7e9855e6601d497f876db37b4e118e8b13af1ef2535eff1ef5799f84
4
+ data.tar.gz: e5ef173753eff1f9de0a31f0a0db590ec45f8c0d6e1d0b79f7168160c8b03204
5
5
  SHA512:
6
- metadata.gz: b53882da825e403432228e0e83aa152ffb4846ae6a1f73a49b26ffc796b16c6cd78dcaafd356a39c26c96c77370c7a644bd20ca9329493dd6eeee4bc90323fd5
7
- data.tar.gz: 2117e0d6c0bdcb1c31ad6acdf6aaa05322abe820060dd76683a93ed8d96f7c0b9183d37db5ca3df55949b852b83ea4713c9f7d99158ac44de1c1433102c0960e
6
+ metadata.gz: 73c1cb07ee0f10476bd47493455231341bd4a3e42107e74c5e16123ddf99e832cc2c96b870615c0ff5a632a1de4ac9176a9d8cb0b1be460018699140f1c15b48
7
+ data.tar.gz: 365c543051f2a2fc01f445c3e3f3f8b2162e6d0ad0663b91f0928667504193511f59e55683d1b832f56e82d20ef2adc7033673d888a366ab01ed12256504af33
data/CHANGELOG.md CHANGED
@@ -1,166 +1,77 @@
1
1
  # Changelog
2
2
 
3
- ## [0.6.17] - 2026-08-06
3
+ ## [0.7.0] - 2025-01-07
4
4
 
5
5
  ### Added
6
6
 
7
- - NPM command install can bypass engines with ENV and engine-strict=false.
8
-
9
- ### Fixed
10
-
11
- - Ruby command gem action push interactive file selector did nothing.
12
- - Git choice prompt did not permit optional empty values.
13
-
14
- ## [0.4.40] - 2026-08-06
15
-
16
- ### Changed
17
-
18
- - Series method exclude? was made compatible with v0.8 signature.
19
-
20
- ## [0.6.16] - 2026-07-04
21
-
22
- ### Added
23
-
24
- - Git command pull action all supports filter pattern negation.
25
-
26
- ## [0.5.25] - 2026-07-04
27
-
28
- ### Fixed
29
-
30
- - See `0.4.39`.
31
-
32
- ## [0.4.39] - 2026-07-04
33
-
34
- ### Changed
35
-
36
- - Common global argument OUT with a file separator overrides PIPE.
37
-
38
- ### Fixed
39
-
40
- - Git output list results did not hide footer when banner was disabled.
41
- - Project banners which were empty were being printed.
42
-
43
- ## [0.6.15] - 2026-06-17
44
-
45
- ### Fixed
46
-
47
- - Project classes did not switch from stdout to stdin.
48
-
49
- ## [0.6.14] - 2026-06-14
50
-
51
- ### Added
52
-
53
- - Node task depend can run approve-scripts with NPM_APPROVE_SCRIPTS.
54
-
55
- ### Fixed
56
-
57
- - Docker command bake action build did not append context directory.
58
-
59
- ## [0.5.24] - 2026-06-14
60
-
61
- ### Fixed
62
-
63
- - See `0.4.38`.
64
-
65
- ## [0.4.38] - 2026-06-14
66
-
67
- ### Added
68
-
69
- - Application project commands can be defined without a reference.
70
- - Git command branch action all was implemented.
7
+ - Batch phony tasks without a defined predicate method can be created.
8
+ - Gem command options were updated to 4.0.
9
+ - Bundler command options were updated to 4.0.
10
+ - Python build backend using Meson was implemented.
11
+ - Repo can run doc task when doing a global build.
12
+ - Repo can exclude projects by ref or group when doing a global build.
13
+ - Repo supports creating tasks for multiple named configurations.
14
+ - Git command rev action branch was implemented.
15
+ - Project base asdf command env was implemented.
16
+ - Project task depend can update dependencies globally using UPDATE.
17
+ - Git command sparse-checkout was implemented.
18
+ - Python projects using virtualenv is supported.
19
+ - Python virtual environment installs build backend when specified.
20
+ - Python attributes [project|version] are extracted from pyproject.toml.
21
+ - Docker command image action pull was implemented.
22
+ - Python command install action poetry was implemented.
23
+ - Repo can run [lint|test] task when doing a global build.
24
+ - RubyGems and Bundler is compatible with Ruby 3.0 and 4.0.
25
+ - Node command nvm with argument version is interactive.
26
+ - Project event "on" called with [first|last] creates error bubble session.
27
+ - Project run commands support global and individual operation timeouts.
28
+ - Workspace projects can treat warnings as errors through Application exception.
29
+ - Ruby command version and gems autodetect support using program mise.
30
+ - Application method with using pass can accept a nested array of arguments.
31
+ - Application class supports extensions used during build finalization.
32
+ - Docker command bake action compose to build with defaults was implemented.
33
+ - Program asdf legacy global installations using ASDF_DIR is supported.
71
34
 
72
35
  ### Changed
73
36
 
74
- - Override alias methods were created for suffix "!" to "\_".
75
- - Project banners do not display boolean attributes.
76
- - OptionPartition method append strips single quotes when quoting strings.
77
-
78
- ### Fixed
79
-
80
- - Application methods log and exclude were non-functional.
81
- - Docker command bake action build does not support changing context.
82
- - Project base method semver did not include prerelease delimiter.
83
- - Project session cleanup did not compare by reference.
84
-
85
- ## [0.6.13] - 2026-05-04
86
-
87
- ### Added
88
-
89
- - Application project commands can be defined without a reference.
90
-
91
- ### Fixed
92
-
93
- - Application methods log and exclude were non-functional.
94
- - Project base tasks did not detect build scripts using Arrays.
95
-
96
- ## [0.6.12] - 2026-04-29
97
-
98
- ### Fixed
99
-
100
- - Application dynamic Project loader assumed class would be found.
101
- - Git command grep did not add patterns with "--" pathspec separator.
102
-
103
- ## [0.5.23] - 2026-04-29
104
-
105
- ### Fixed
106
-
107
- - See `0.4.37`.
108
-
109
- ## [0.4.37] - 2026-04-29
110
-
111
- ### Changed
112
-
113
- - Project base method dependindex replaces private instance variable.
114
-
115
- ### Fixed
116
-
117
- - Ruby command version did not abort asdf "Not installed" error.
118
- - Git command pull action all did not pass option flags to branches.
119
- - Python command exec did not activate virtual environment.
120
- - Docker command bake did not reinsert failed check for context directory.
121
- - Common method shell_quote argument preserve did not bypass requoting.
122
-
123
- ## [0.6.11] - 2026-03-11
124
-
125
- ### Changed
126
-
127
- - Git internal data calls do not write to logs.
128
-
129
- ## [0.5.22] - 2026-03-11
130
-
131
- ### Fixed
132
-
133
- - Project base run command was not covered due to lack of type checking.
134
-
135
- ## [0.4.36] - 2026-03-11
136
-
137
- ### Added
138
-
139
- - Python venv initialization installs setuptools when detected.
140
- - Node task depend adds prod option flags when NODE_ENV=production.
141
-
142
- ### Fixed
143
-
144
- - OptionPartition methods with escape parameter were reordered.
145
- - OptionPartition methods with quote parameter were revised.
146
-
147
- ## [0.6.10] - 2025-02-23
148
-
149
- ### Added
150
-
151
- - Docker command image action [ls|rm|tag|save] can be filtered.
152
- - Pip command options were updated to 26.1.
153
-
154
- ### Changed
155
-
156
- - Ruby property autodetect was converted into an accessor.
157
- - Python property editable was converted into an accessor.
158
-
159
- ### Fixed
160
-
161
- - Git task show was completely non-functional due to excessive formatting.
162
- - Gem command install did not respond to interactive prompt.
163
- - Docker task clean does not run in parallel without ENV override.
37
+ - Ruby application method does not process flags directly.
38
+ - Project command banner does not display quotes for simple word strings.
39
+ - Workspace project implementation Series no longer stores tasks globally.
40
+ - Different workspaces do not iterate through unused Project classes.
41
+ - Application static attr_banner can only be accessed as a reader.
42
+ - Project private method arguments being misused is no longer supported.
43
+ - Protected methods are used instead of instance_variable_get.
44
+ - Project class constructor arguments without a default value use kwargs.
45
+ - Case equality uses singleton object and not class name.
46
+ - Python command install action [user|force] were replaced with requirement.
47
+ - Repo workspace selection does not include disabled refs or groups.
48
+ - Repo tasks [init|all] uses bit values with REPO_STAGE.
49
+ - Project base [setter|getter] global was converted into a [number|boolean].
50
+ - Project base initialize methods were made private.
51
+ - Common utils methods [env_value|env_yield] were made private.
52
+ - Application attribute home was converted into a setter and reader.
53
+ - Program application binary path aliases can be in lowercase.
54
+ - JoinSet when pushing a nil object is rejected.
55
+ - OptionPartition static method append does not return rejected arguments.
56
+ - Docker command bake action build does not merge compose configuration files.
57
+ - Application banner attributes are collected internally.
58
+ - Application project classes can only be injected using static methods.
59
+ - Tasks can only be excluded through Appliction build instance method.
60
+ - Project base utility methods were relocated to Support namespace.
61
+ - Ruby class private method run_rb was removed.
62
+ - Application attribute exception accept Logger levels to route errors.
63
+ - Ruby command irb always includes local development require paths.
64
+ - Bundler tasks are hidden when package is not installed.
65
+ - Application method stage with attribute closed provides build stage progress.
66
+ - Application method with renamed pass to hide due to conflict with Project.
67
+ - Node task depend using Yarn no longer sets option ignore-engines by default.
68
+ - Project base private instance variable events was relocated.
69
+ - Docker command compose action publish was implemented.
70
+
71
+ ### Fixed
72
+
73
+ - Project base method command_args did not append prompted value.
74
+ - Bundler command exec did not use correct delegate for delete.
164
75
 
165
76
  ## [0.6.9] - 2025-01-07
166
77
 
@@ -187,7 +98,6 @@
187
98
  ### Fixed
188
99
 
189
100
  - Git commands [rebase|clone] did not forward sync flag.
190
- - Pip command install carelessly used an undefined method.
191
101
  - Common prompt method readline with multiline did not permit empty lines.
192
102
  - Application method with using pass did not ignore exceptions.
193
103
  - Git method source did not check command object for supported method.
@@ -205,7 +115,6 @@
205
115
  ### Fixed
206
116
 
207
117
  - Gem command outdated did not set bindir with update command.
208
- - Bundler ultimately never ended up learning how to spell JIT.
209
118
 
210
119
  ## [0.5.20] - 2025-12-26
211
120
 
@@ -1730,7 +1639,7 @@
1730
1639
  - Rake did not set original rakefile when calling itself.
1731
1640
  - Extended tasks were not associated to their supporting class method.
1732
1641
 
1733
- ## [0.1.0] - 2024-12-07
1642
+ ## [0.1.0] - 2024-12-7
1734
1643
 
1735
1644
  ### Added
1736
1645
 
@@ -1751,20 +1660,13 @@
1751
1660
  - Git pull did not display colors for diff bar chart.
1752
1661
  - Git commit did not fetch latest refs before submitting.
1753
1662
 
1754
- ## [0.0.12] - 2024-12-01
1663
+ ## [0.0.12] - 2024-12-1
1755
1664
 
1756
1665
  ### Added
1757
1666
 
1758
1667
  - Changelog was created.
1759
1668
 
1760
- [0.6.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.17
1761
- [0.6.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.16
1762
- [0.6.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.15
1763
- [0.6.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.14
1764
- [0.6.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.13
1765
- [0.6.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.12
1766
- [0.6.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.11
1767
- [0.6.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.10
1669
+ [0.7.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.7.0
1768
1670
  [0.6.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.9
1769
1671
  [0.6.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.8
1770
1672
  [0.6.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.7
@@ -1775,10 +1677,6 @@
1775
1677
  [0.6.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.2
1776
1678
  [0.6.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.1
1777
1679
  [0.6.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.6.0
1778
- [0.5.25]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.25
1779
- [0.5.24]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.24
1780
- [0.5.23]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.23
1781
- [0.5.22]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.22
1782
1680
  [0.5.21]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.21
1783
1681
  [0.5.20]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.20
1784
1682
  [0.5.19]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.19
@@ -1801,11 +1699,6 @@
1801
1699
  [0.5.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.2-ruby
1802
1700
  [0.5.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.1-ruby
1803
1701
  [0.5.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.0-ruby
1804
- [0.4.40]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.40
1805
- [0.4.39]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.39
1806
- [0.4.38]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.38
1807
- [0.4.37]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.37
1808
- [0.4.36]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.36
1809
1702
  [0.4.35]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.35
1810
1703
  [0.4.34]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.34
1811
1704
  [0.4.33]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.33