Releases: nunchistudio/helix.ts
Releases · nunchistudio/helix.ts
v0.19.1
v0.19.0
Changes
Integrations
Temporal
-
[Feature] Introduce REST-related utilities so a front-end client can now parse Temporal
metadata
that could be returned by a REST API. Example:import axios from 'axios' import { Event } from '@nunchistudio/helix/event' import { Response } from '@nunchistudio/helix/integration/rest' import { TemporalMetadata } from '@nunchistudio/helix/integration/temporal' type Metadata = { temporal: TemporalMetadata } await axios.put<Response<Metadata, null>>('/anything')
v0.18.0
Changes
Common
- [Refactor] Move from
interface
totype
to define objects.
v0.17.1
Announcements
First release of helix.ts!