Skip to content

Releases: rudderlabs/rudder-typer

v1.3.0

22 Nov 13:56
Compare
Choose a tag to compare

Features

  • add support for non track event for js and node sdk (#80) (97d496f)

Bug Fixes

  • import assertion error (#83) (a1bed21)
  • update readme and schema validation for version (#84) (28ff1aa)
  • update sample apps for context - integrations to true (#85) (8274a2d)

v1.2.0

15 Oct 11:01
Compare
Choose a tag to compare

Features

add enum support for android (#69) (c40e69b)

Bug Fixes

upgrade @rudderstack/rudder-sdk-node from 2.0.9 to 2.0.10 (#73) (9b9fe62)

v1.1.0

30 Sep 14:17
Compare
Choose a tag to compare

Features

v1.0.0

12 Sep 15:04
Compare
Choose a tag to compare

Bug Fixes

  • type generation with direct import from packages (#63) (b4c68c2)
  • version as per master (#48) (f837951)
  • Fix Node SDK to either have userId or anonymousId as required field as per our Node Public API Spec.
  • Update trackingPlanVersion in context.ruddertyper so that the trackingPlanVersion value is automatically filled out as an int type instead of a string. This will make it compatible with our server and backend data types.

Features

  • add enum support for js, ts (#60) (ef40300)
  • add version and mode support for init (#49) (d8af9f9)
  • add changelog during release (#61) (32b31ef)
  • refactor js generator
  • update prettier
  • fix nodejs sample app (#46) (d643416)
  • Upgrade to Node v20
  • Add support for newer v2 Tracking plan API
  • Add RudderTyperAnalytics as a named export for JS SDK, similar to other SDKs
  • Fix lint issues and add prettifier to the entire code
  • Add deployment pipeline actions etc
  • Update docs and the URLs
  • add sample apps for Javascript, Typescript, iOS (Objective C, Swift), Android (Kotlin)