Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@aplteam aplteam released this 07 Jun 15:01
· 19 commits to main since this release
  • Note that 1.0.0 has been redesigned, meaning that there are quite a number of breaking changes compared with the predecessor (0.7.0):
    • It does not depend on .NET anymore, meaning is works on Linux and Mac-OS without .NET.
      Instead it now depends on the HttpCommand package.
    • The functions return neither an error code nor an error message anymore, just the result;
      errors are signalled now
    • GetAllReleases now returns by default a vector of character vectors with the versions.
      The newly introduced optional left argument verbose can be used to get the full data instead.
    • CheckForUpdate now returns a character vector rather than a Boolean, see there
    • GetAllEndpoints now returns a two-column matrix
    • The regEx property was removed because it is not required anymore
    • PutTopics removed
  • There is now a property personal_access_token which when not empty is used to authenticate requests.
  • This version works cross-platform without depending on .NET.
  • Bug fixes
    • Package config was faulty (source). Functionality was not affected by this bug.

To be consumed as a Tatin package from https://tatin.dev