squared 0.1.11 → 0.2.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: 19e30be152f94f912203fde4ffe55587d547aca44c6bf175bd7f72a6cf20de55
4
- data.tar.gz: afd145f2136687b8fbaddd0a072071e98894a1d1f07ec6ed138d5b2f7f385772
3
+ metadata.gz: 447c24bc317440fcf3f5b8e8c8f542f5e8f7641e3b548c5ee0204ba948460881
4
+ data.tar.gz: 1f048b1de055cd375e9e50f18361ef61a26c87602bb56a5f40245951faf05358
5
5
  SHA512:
6
- metadata.gz: 2ac09945f3281282943064a45bc41a3bbb58baf9097b2bec59a773de90d2a7c43bc12b5dc4fdcc6ca001f9e0df809e66279b7f5a75ad0c97c776cd7e14812802
7
- data.tar.gz: 4d9e097f5c91de347285fb6be9070160d78c74926df80ea2422ca21a0c8649da59c4ad8b2a38a31f6d6ac6fba1008dd3284594765d578802c43fc8ca7c502c91
6
+ metadata.gz: bf73faecb83832adfa1cbb21212939a93cc2fa133c4a13d24f008eb432cbc663a198294a944b35449921902fa3045cfa581839e52bea6723703c95772e537e05
7
+ data.tar.gz: a9db1c7dfd58750be1285fb1c2b39f9c087a3488560c6c2d35eb77939f69753127b2d97121450c5409f8b0c7b7fd821cd722291d57cabc0c5a7930f50ae338fb
data/CHANGELOG.md CHANGED
@@ -1,86 +1,72 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.11] - 2025-08-23
4
-
5
- ### Fixed
6
-
7
- - Node could not compare semantic versions above double digits.
8
- - Node command bump did not reset major and minor trailing digits.
9
- - Gems with a fourth semver digit was not compared.
10
- - Workspace styles did not convert string keys to symbols.
11
-
12
- ## [0.1.10] - 2025-07-16
13
-
14
- ### Fixed
15
-
16
- - Module namespaces were not combined in the right order.
17
- - Workspace group tasks were not registered.
18
-
19
- ## [0.1.9] - 2025-07-05
3
+ ## [0.2.0] - 2025-01-07
20
4
 
21
5
  ### Added
22
6
 
23
- - Initial support for using JRuby.
24
- - Config viewer theme color for boolean was implemented.
25
-
26
- ### Fixed
27
-
28
- - Workspace did not add prefix to duplicate project names.
29
- - Project output divider was not printed when not verbose.
30
- - Directory context was not threaded using JRuby.
31
- - Index character was not captured on Windows.
32
- - Common method is used for Kernel shell commands.
33
- - Git did not highlight output for single commands.
34
-
35
- ## [0.1.8] - 2025-05-15
36
-
37
- ### Fixed
7
+ - Event system when executing a base or extension command.
8
+ - Git extension module with clone command was created.
9
+ - Missing workspace projects can create generation tasks.
10
+ - Node copies over symlinks when global store is detected.
11
+ - Git command rebase was implemented.
12
+ - Ruby command copy uses resolve_feature_path for autodetect.
13
+ - Task descriptions can be transformed using Regexp.
14
+ - Python command outdated is SemVer stylized.
15
+ - Config viewer can pre-parse and autoload file types.
16
+ - Projects can use dependency injection to create tasks.
17
+ - Config viewer can load multiple files of the same type.
18
+ - Unused Project class sub-tasks can be excluded.
19
+ - Project method property version was created.
20
+ - Git pull and fetch action remote can include refspec.
21
+ - Project dependency graph displays version when printed.
22
+ - Git command diff actions between and contain were implemented.
23
+ - Event system was appled to all git commands.
24
+ - Python command depend with Distutils was implemented.
25
+ - Full executable path to programs can be defined in Common.
26
+ - Banners can be hidden by group or reference.
27
+ - Git command reset action patch was implemented.
28
+ - Git command branch was implemented.
29
+ - Project build graph can be created using group or reference.
30
+ - Git command restore action source was implemented.
31
+ - Gem install and update non-deprecated options are fully complete.
32
+ - Pip install options are fully complete.
33
+ - Node command bump action version was implemented.
34
+ - Node command add was implemented.
35
+ - Python command install can use single character options.
36
+ - Gem install and pristine options are fully complete.
37
+ - Gem command outdated was implemented.
38
+ - Git command checkout action track was implemented.
39
+ - Theme style current used with outdated was created.
38
40
 
39
- - Disabled batch and alias tasks were not hidden.
40
- - Log messages were written to terminal twice when emphasized.
41
- - Node outdated interactive for major would sometimes deactivate.
42
- - Node outdated interactive for major was mislabeled as minor.
43
-
44
- ## [0.1.7] - 2025-04-27
45
-
46
- ### Fixed
47
-
48
- - Project directory context method option pass was inverted.
49
- - Shell options with spaces and without quotes were not escaped.
50
- - Git task status did not display branch information.
51
- - Ruby copy method argument include was ignored when used directly.
52
- - Git commit could not push branch without same name as remote.
53
-
54
- ## [0.1.6] - 2025-04-17
55
-
56
- ### Fixed
57
-
58
- - Log messages were concatenated without separator.
59
- - Regexp "o" modifier was not used properly.
60
- - Rake did not run individual project Rakefile.
61
- - User-defined program paths were not reduced to bare name.
62
- - Project path validation did not include separator.
63
-
64
- ## [0.1.5] - 2025-02-25
65
-
66
- ### Fixed
67
-
68
- - Node copy method ignored include argument when called directly.
69
- - Logger is not initialized when using only Git base class.
70
- - Hide warnings about readline during execution.
71
- - Logger is not initialized when using only base class.
72
- - Merging ENV build options were double escaped.
41
+ ### Changed
73
42
 
74
- ## [0.1.4] - 2025-02-05
43
+ - Task description uses a separate Application method.
44
+ - Project populate method base commands can be removed.
45
+ - Git pull and fetch options were revised.
46
+ - Git show actions were reduced to format and oneline.
47
+ - Common module System copy methods were renamed.
48
+ - Unused task arguments as placeholders were removed.
49
+ - Top-level namespaces are not used for standard gems.
50
+ - Task descriptions use a wrapper when calling Rake method.
51
+ - Git pull and fetch actions were reduced to origin and remote.
52
+ - Series class uses delegation for Application instance methods.
53
+ - Global constant alias to module Common was removed.
54
+ - Config viewer delegates task attributes to Project workspace.
55
+ - Global git commands pull-s and rebase-s were renamed using +s.
56
+ - Ruby command gem using pristine was implemented.
57
+ - Git class methods were given same name as command name.
58
+ - Abbreviated command options are no longer supported.
59
+ - Git commit hash uses string interpolation format.
60
+ - Git options ending with "!" use conventional "no-" prefix.
61
+ - Git pull and reset commands were reduced.
75
62
 
76
63
  ### Fixed
77
64
 
78
- - Build options with array args were not recognized.
79
- - Base clean command did not enumerate non-string values.
80
- - Git command refs did not include ref option.
81
- - Pip upgrade did not append package names.
65
+ - Workspace did not locate root folder when main was named.
66
+ - Node tasks without any action are not displayed.
67
+ - Git fetch commands that do not apply to pull are rejected.
82
68
 
83
- ## [0.1.3] - 2025-01-02
69
+ ## [0.1.3] - 2024-01-02
84
70
 
85
71
  ### Fixed
86
72
 
@@ -109,7 +95,7 @@
109
95
  - Workspace did not check base project for Windows filename.
110
96
  - Regexp for SemVer did not recognize package names.
111
97
 
112
- ## [0.1.1] - 2024-12-14
98
+ ## [0.1.1] - 2025-12-14
113
99
 
114
100
  ### Added
115
101
 
@@ -159,16 +145,9 @@
159
145
 
160
146
  - Changelog was created.
161
147
 
162
- [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
163
- [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
164
- [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
165
- [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
166
- [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
167
- [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
168
- [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
169
- [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
170
- [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
171
- [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
172
- [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
173
- [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
174
- [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby
148
+ [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
149
+ [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
150
+ [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
151
+ [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
152
+ [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
153
+ [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby