Skip to content

Releases: IPG-Automotive-UK/infofile-utils

v1.1.3

21 Jun 13:09
Compare
Choose a tag to compare
  • Removed jest from production dependencies. It should always have been a devDependency.

v2.0.0-2

15 Apr 14:37
Compare
Choose a tag to compare
v2.0.0-2 Pre-release
Pre-release

Exports the functions from the infofile-utils to provide typescript support when using the module

v2.0.0-1

10 Apr 12:51
Compare
Choose a tag to compare
v2.0.0-1 Pre-release
Pre-release

Arpad's first deployment (TEST)

v1.1.2

09 Apr 12:18
Compare
Choose a tag to compare

Bugfix

  • Fixed issue where isValidInfofile did not correctly validate CarMaker versions with single digit version numbers. #18

v1.1.0

09 Apr 12:16
Compare
Choose a tag to compare

Feature

  • Updated error when getting an addon for an OS that is not supported to be a console error rather than a hard error. #13
  • Added new isValidInfoFile method to validate if a file is an infofile or not. It also supports checking for specific infofile types. #17

v1.0.2

20 Oct 15:36
Compare
Choose a tag to compare

Bugfix:

  • Updated getText and getString to not substitute nValues from an infofile. #4
  • Updated setValue to all setting empty strings e.g "" #3
  • setValue now throws an error when a user tries to set a key to null or undefined. #3
  • Updated how errors are thrown in setValue as they previously were not throwing the correct error messages #3

1.0.1

13 Jul 13:51
Compare
Choose a tag to compare
  • First public release