Releases: rudderlabs/rudder-typer
Releases · rudderlabs/rudder-typer
v1.3.0
v1.2.0
v1.1.0
v1.0.0
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)