File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2424 ⍝ 3. `GetAllReleases` now returns by default a vector of character vectors with the versions.
2525 ⍝ The newly introduced optional left argument `verbose` can be used to get the full data instead.
2626 ⍝ 4. The `CheckForUpdate` now returns a character vector rather than a Boolean, see there
27- ⍝ 5. `GetAllEndpoints` now requires a Boolean right argument. If this is a 0 a two-column matrix is
28- ⍝ returned, though by passing a 1 as ⍺ ("verbose") one can still get the JSON objects as namespaces.
27+ ⍝ 5. `GetAllEndpoints` now returns a two-column matrix
2928 ⍝ 6. The `regEx` property was removed because it is not required anymore
3029 ⍝ 7. `PutTopics` removed
31- ⍝ * There is now a property " personal_access_token" which when not empty is used to authenticate requests.
30+ ⍝ * There is now a property ` personal_access_token` which when not empty is used to authenticate requests.
3231 ⍝ * This version works cross-platform **without** depending on .NET.
3332 ⍝ * Bug fixes
3433 ⍝ * Package config was faulty (source). Functionality was not affected by this bug.
You can’t perform that action at this time.
0 commit comments