Snowtype v0.10.2 released!

Snowtype v0.10.2 released! :rocket:

Snowtype integration with snowplow-cli

You can now generate code for Data Structures managed in local repositories, created from the snowplow-cli! To do this, fill in the repositories field in your Snowtype configuration file.

Support added for the Flutter tracker in Dart

With this release we add a new language target for Snowtype, Dart, which works with our Flutter tracker.

Other notable changes

  • Added the -c, --config flag to allow you to specify a config file for Snowtype to use. This will prove really helpful for projects that use frameworks like Next.js where you want to generate both client-side and server-side code in the same repository with different configurations.
  • Fix a bug in Kotlin where empty Event Specifications would generate invalid code.
  • Fix a bug for Kotlin and Swift, where JSONSchemas with explicit type null would not compile due to a missing helper definition.

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

2 Likes