github ServiceNow/sdk v4.0.1
SDK 4.0.1

latest releases: v4.7.0, v4.6.1, v4.6.0...
9 months ago

This is a patch release for @servicenow/sdk version 4.0.1

Changes:

  • Fix ATF Test serialization of record arrays on steps
  • Fix empty SDK version when using init on Windows systems
  • Fix deploy always reporting success and not checking upgrade history properly
  • Fix Table not supporting customizing tables via as any escape on table name. For example if you wish to add a column to the task table you would use the Table API and cast the table name as any to silent the diagnostic error for the name property.
  • Moved React dependencies to devDependencies in init templates
  • Fix UI client build failures on Windows
  • Fix $meta.installMethod not being respected by child records
  • Fix ClientScript failing build when type is set to onSubmit | onLoad when field is set
Table({
 name: 'task' as any
 schema: {
   x_mycolumn: new StringColumn({...})
 }
})

Don't miss a new sdk release

NewReleases is sending notifications on new releases.