Immutable
release. Only release title and notes can be modified.
0.0.7 (2026-08-19)
Features
- add assembly-kit/react entry point with cached singletons (87ba765)
- add token and payload properties to AssemblyKit (#16) (e6ee925)
- app-bridge entry point (Feature 7) (2762c60)
- build config & export map (Feature 9) (bcbb486)
- build config & export map (Feature 9) (21e53f5)
- complete Zod schemas for all Assembly API resources (#3) (724dbb1)
- cover remaining documented Platform API endpoints (#30) (014d6f1)
- implement app-bridge entry point (Feature 7) (ad06705)
- implement bridge-ui React hooks (Feature 8) (#4) (8b6ca34)
- implement token utilities (Feature 3) (#5) (5a704b7)
- logger: serverless-safe pretty logger + err serializers (#28) (1351da0)
- pagination helper + client factory & resource classes (Features 5 & 6) (f490202)
- replace @assembly-js/node-sdk with ky-based HTTP transport (#19) (370d14c)
- scaffold assembly-kit SDK with error hierarchy (fb4b983)
- token utilities + HTTP transport layer (Features 3 & 4) (#6) (c936754)
- token: detect internal users proxying as a client (#33) (aa58320)
- typed customFields generics + optional companyId (#22) (dbc0b98)
Bug Fixes
- add @assembly-js/node-sdk as devDependency for CI type-checking (59d9f52)
- add test/tsconfig.json so IDE resolves path aliases in test files (2133caa)
- add types conditions to exports and re-export schemas from main entry (#12) (9dd56ae)
- correct default base URL to https://api.assembly.com (#20) (66c9f03)
- correct events schema and clients default limit (#21) (2f52151)
- correct npm scope to @anitshrsth and add NPM_TOKEN to release workflow (7cb4406)
- correct repository url to madebyoutside org (#26) (a7a4f6a)
- include test/ in tsconfig so path aliases resolve in IDE (d001c15)
- make prepare script resilient to missing lefthook in CI (e484a72)
- make updatedAt optional across all entity schemas (#15) (a126561)
- remove pino-pretty (breaks serverless/Vercel) (#24) (b270adf)
- replace mock() with call-tracking array to satisfy no-empty-function rule (94a0f2d)
- typo in package description (fa41ffd)
- unbundle DTS and expose dist/* for portable types (#14) (e72dfa6)
- upgrade CI actions to Node 24, add type annotations, bump v2.0.0 (#11) (2505f1c)
- use unbundle mode for portable DTS, bump v2.0.3 (#13) (1cec927)