Skip to content

Beta Release: v1.0.1

Compare
Choose a tag to compare
@danielhogg danielhogg released this 01 Dec 21:32
· 17 commits to master since this release

Beta Release: v1.0.1

Major changes:

  • Fixed a whole class of errors (including manufacturer == null errors) by changing the behaviour of the SnipeSharp API. Now, when any kind of database object (Manufacturer/Model/StatusLabel) does not exist, it creates it in the database and then creates the parent object.

Minor changes:

  • Added a function which checks the connection to the SnipeIT instance and returns descriptive error messages if there are any problems.
  • Refactored the overly large 'GetModel' method to a bunch of smaller methods such as GetCompany(), GetStatusLabel(), etc.