Skip to content

Releases: finsweet/ts-utils

v0.35.0

18 Oct 10:09
da7fa9c
Compare
Choose a tag to compare

Minor Changes

  • 9465c47: - addListener(): Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simple noop.
    • Created new noop() helper, it literally does nothing.

v0.34.1

18 Oct 09:12
614395a
Compare
Choose a tag to compare

Patch Changes

  • 6cb3089: Improved type definitions for addListener() helper.

v0.34.0

18 Oct 08:30
ef9d214
Compare
Choose a tag to compare

Minor Changes

  • c7a9310: Added new addListener() helper.

Bundled all original jsDoc comments in the production build

02 Jun 13:29
Compare
Choose a tag to compare

Added `closeDropdown` helper

01 Jun 13:16
Compare
Choose a tag to compare

Added `Greenhouse` API types.

23 May 15:59
Compare
Choose a tag to compare

They can be imported as:

import type { Greenhose } from 'ts-utils';

And each interface can be accessed like:

const job: Greenhouse.Job = {};

`setFormFieldValue`: Fixed equal values creating an infinte loop

26 Apr 13:14
Compare
Choose a tag to compare

Fixed `setFormFieldValue` not updating checkboxes correctly

25 Mar 16:37
Compare
Choose a tag to compare
v0.31.3

`setFormFieldValue`: Fixed equal values creating an infinte loop

Moved the build process to be entirely managed by `tsc`, as `esbuild` was not preserving the `sideEffects: false`.

`restartWebflow`: Awaited 'ix2' state dispatcher, as it was conflicting with other modules restart.