Skip to content

v0.6.2

Compare
Choose a tag to compare
@icebob icebob released this 15 Jan 13:06
· 482 commits to master since this release

Changes

  • turnable pre-validation with preValidate setting. Default is true to backward compatibility.
     broker.createService({
     	mixins: [ApiService],
     	settings: {
     		// Disable pre-validation at action calls
     		preValidate: false
     	}
     })