Skip to content

Commit d835147

Browse files
committed
Dependencies updated
1 parent 17af5db commit d835147

File tree

182 files changed

+53
-5415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+53
-5415
lines changed

APLSource/GitHubAPIv3.aplc

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,16 @@
1010

1111
∇ r←Version
1212
:Access Public Shared
13-
r←'GitHubAPIv3' '1.0.1' '2023-08-28'
13+
r←'GitHubAPIv3' '1.1.0' '2023-12-10'
1414
1515

1616
∇ History
1717
:Access Public Shared
18+
⍝ * 1.1.0
19+
⍝ Dependencies updated: HttpCommand and APLTreeUtil2
1820
⍝ * 1.0.1
1921
⍝ * Domain of the function `CastTagname2Number` extended: Major and minor nmber might both carry 3 digits,
2022
⍝ while a build number might carry up to 5 digits.
21-
⍝ * 1.0.0
22-
⍝ * This release comes with several breaking changes due to a re-design:
23-
⍝ 1. It does not depend on .NET anymore, meaning is works on Linux and Mac-OS without .NET
24-
⍝ Instead it now depends on the `HttpCommand` package.
25-
⍝ 2. The functions return neither an error code nor an error message anymore, just the result;
26-
⍝ errors are signalled now
27-
⍝ 3. `GetAllReleases` now returns by default a vector of character vectors with the versions.
28-
⍝ The newly introduced optional left argument `verbose` can be used to get the full data instead.
29-
⍝ 4. The `CheckForUpdate` now returns a character vector rather than a Boolean, see there
30-
⍝ 5. `GetAllEndpoints` now requires a Boolean right argument. If this is a 0 a two-column matrix is
31-
⍝ returned, though by passing a 1 as ⍺ ("verbose") one can still get the JSON objects as namespaces.
32-
⍝ 6. The `regEx` property was removed because it is not required anymore
33-
⍝ 7. `PutTopics` removed
34-
⍝ * There is now a property "personal_access_token" which when not empty is used to authenticate requests.
35-
⍝ * This version works cross-platform **without** depending on .NET.
36-
⍝ * Bug fixes
37-
⍝ * Package config was faulty (source). Functionality was not affected by this bug.
3823
⍝\\
3924
⍝ For information regarding older versions see <https://github.com/aplteam/GitHubAPIv3/releases>
4025

TestResults/CodeCoverage.cr

0 Bytes
Binary file not shown.

TestResults/CodeCoverage.profile

0 Bytes
Binary file not shown.

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
source: "APLSource/GitHubAPIv3.aplc",
2020
tags: "github-utilities",
2121
userCommandScript: "",
22-
version: "1.0.1+34",
22+
version: "1.1.0+35",
2323
}

packages/apl-buildlist.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
{ packageID: [ "dyalog-HttpCommand-5.1.14", "aplteam-APLTreeUtils2-1.2.0", ], principal: [ 1, 1, ], url: [ "https://tatin.dev/", "https://tatin.dev/", ],}
1+
{
2+
packageID: [
3+
"dyalog-HttpCommand-5.4.4",
4+
"aplteam-APLTreeUtils2-1.3.1",
5+
],
6+
principal: [
7+
1,
8+
1,
9+
],
10+
url: [
11+
"https://tatin.dev/",
12+
"https://tatin.dev/",
13+
],
14+
}

packages/apl-dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aplteam-APLTreeUtils2-1.2.0
2-
dyalog-HttpCommand-5.1.14
1+
aplteam-APLTreeUtils2-1.3.1
2+
dyalog-HttpCommand-5.4.4

0 commit comments

Comments
 (0)