Skip to content

Releases: nunchistudio/helix.ts

v0.19.1

10 Nov 11:00
Compare
Choose a tag to compare

Changes

  • [Fix] Fix published version on npm because of wrong prepublish human mistake.

v0.19.0

10 Nov 10:34
Compare
Choose a tag to compare

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

09 Oct 08:55
Compare
Choose a tag to compare

Changes

Common

  • [Refactor] Move from interface to type to define objects.

v0.17.1

19 Feb 13:39
Compare
Choose a tag to compare

Announcements

First release of helix.ts!