Skip to content

Commit 0147a86

Browse files
committed
Release notes amended
1 parent e0532ad commit 0147a86

File tree

7 files changed

+28
-22
lines changed

7 files changed

+28
-22
lines changed

TestData/myproj/packages/apl-buildlist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
packageID: [
3-
"dyalog-HttpCommand-5.9.0",
3+
"dyalog-HttpCommand-5.9.2",
44
],
55
principal: [
66
1,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dyalog-HttpCommand-5.9.0
1+
dyalog-HttpCommand-5.9.2

TestData/myproj/packages/dyalog-HttpCommand-5.9.0/LICENSE renamed to TestData/myproj/packages/dyalog-HttpCommand-5.9.2/LICENSE

File renamed without changes.

TestData/myproj/packages/dyalog-HttpCommand-5.9.0/apl-package.json renamed to TestData/myproj/packages/dyalog-HttpCommand-5.9.2/apl-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
api: "HttpCommand",
33
assets: "",
4-
date: 20250426.184508,
4+
date: 20250621.192135,
55
description: "Utility to execute HTTP requests",
66
documentation: "https://dyalog.github.io/HttpCommand",
77
files: "",
@@ -21,5 +21,5 @@
2121
tags: "http,pi",
2222
uri: "https://tatin.dev/",
2323
userCommandScript: "",
24-
version: "5.9.0",
24+
version: "5.9.2",
2525
}

TestData/myproj/packages/dyalog-HttpCommand-5.9.0/source/HttpCommand.dyalog renamed to TestData/myproj/packages/dyalog-HttpCommand-5.9.2/source/HttpCommand.dyalog

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
rVersion
88
Return the current version
99
:Access public shared
10-
r'HttpCommand' '5.9.1' '2025-03-08'
10+
r'HttpCommand' '5.9.2' '2025-06-21'
1111
1212

1313
Request-related fields
@@ -63,10 +63,15 @@
6363
:field ConxProps'' when a client is made, its connection properties are saved so that if either changes, we close the previous client
6464
:field origCert¯1 used to check if Cert changed between calls
6565

66-
UpdateCommandMethod arg
66+
UpdateCommandMethod arg
67+
keeps Command and its alias Method in sync
6768
:Implements Trigger Command,Method
6869
:If (Command Method).arg.NewValue
69-
CommandMethodarg.NewValue
70+
:If 'Command'arg.Name
71+
Methodarg.NewValue
72+
:Else
73+
Commandarg.NewValue
74+
:EndIf
7075
:EndIf
7176
7277

@@ -182,9 +187,9 @@
182187
r''
183188
:Trap Debug0
184189
:If 0args
185-
r##.⎕NEW ⎕CLASS ⎕THIS
190+
r##.⎕NEW⎕CLASS ⎕THIS
186191
:Else
187-
r##.⎕NEW (⊃⊃⎕CLASS ⎕THIS)(eis(9.1nameClassargs)args)
192+
r##.⎕NEW(⊃⊃⎕CLASS ⎕THIS)(eis(9.1nameClassargs)args)
188193
:EndIf
189194
r.RequestOnlyrequestOnly
190195
:Else

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
tags: "project-management",
2222
tatin_version: "0.103.0",
2323
userCommandScript: "APLSource/Cider_UC.dyalog",
24-
version: "0.48.1-beta-6+939",
24+
version: "0.48.1-beta-6+940",
2525
}

docs/source/release-notes.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,20 @@ Here we highlight incompatabilities, if any.
1919
</style>
2020

2121
-------|------------|--------------
22-
0.48.0 | 2025-04-06 | No compatability issues
23-
0.47.1 | 2025-03-29 | No compatability issues
24-
0.47.0 | 2025-02-03 | No compatability issues
25-
0.46.0 | 2025-01-14 | Several potentially BREAKING CHANGES!
26-
0.45.0 | 2024-12-09 | No compatability issues
27-
0.44.0 | 2024-11-16 | No compatability issues
28-
0.43.2 | 2024-10-13 | No compatability issues
29-
0.43.1 | 2024-09-25 | No compatability issues
30-
0.43.0 | 2024-09-23 | The `-raw` option removed from the `]ListTatinDependencies` user command
31-
0.42.4 | 2024-09-07 | No compatability issues
32-
0.42.3 | 2024-09-05 | No compatability issues
22+
0.48.1 | 2025-06-29 | No compatability issues
23+
0.48.0 | 2025-04-06 | No compatability issues
24+
0.47.1 | 2025-03-29 | No compatability issues
25+
0.47.0 | 2025-02-03 | No compatability issues
26+
0.46.0 | 2025-01-14 | Several potentially BREAKING CHANGES!
27+
0.45.0 | 2024-12-09 | No compatability issues
28+
0.44.0 | 2024-11-16 | No compatability issues
29+
0.43.2 | 2024-10-13 | No compatability issues
30+
0.43.1 | 2024-09-25 | No compatability issues
31+
0.43.0 | 2024-09-23 | The `-raw` option removed from the `]ListTatinDependencies` user command
32+
0.42.4 | 2024-09-07 | No compatability issues
33+
0.42.3 | 2024-09-05 | No compatability issues
3334
0.42.2 | <span class="nowrap">2024-08-04</span> | Bug fixes.
34-
0.42.1 | 2024-07-12 | Injecting `TatinVars` has changed.<br><br>`]Cider.ProjectConfig`'s `-print` option replaced by `-edit`.
35+
0.42.1 | 2024-07-12 | Injecting `TatinVars` has changed.<br><br>`]Cider.ProjectConfig`'s `-print` option replaced by `-edit`.
3536

3637

3738

0 commit comments

Comments
 (0)