Snowtype v0.8.0 released!

Snowtype v0.8.0 released! :hammer_and_wrench:

  • Allow command options to be added in the configuration file. You can read more on our docs for this.
  • Removed patch command regenerate option from flags, this is only available in the configuration file option.
  • Removed the ability to add generate flags when using the update and regenerate command. All options for generation after update can only come from the configuration file.
  • Add new base web/mobile data products schemas on non-generatable list of schemas.
  • Fix an inconsistent update behaviour, prompting for updating to lower versions.
  • Fix issue when no implementation rules exist in an Event Specification, false was printed out.
  • Code generated for Event Specifications that include hidden or outdated Data Structures will now be marked with an additional comment explaining the potential issue in all supported languages. E.g.
/**
 * @deprecated Outdated data structure detected.
 * Tracks a Custom event specification.
 */
export function trackCustomSpec(){
   // ...
}

https://www.npmjs.com/package/@snowplow/snowtype

1 Like