Skip to content

Releases: QuentinRoy/lightmill-js

@lightmill/log-server@3.2.0

28 May 07:18
Compare
Choose a tag to compare

Minor Changes

  • 24579e5: Stop hiding error messages from client

@lightmill/log-server@3.1.2

21 May 15:54
Compare
Choose a tag to compare

Patch Changes

  • 3900ae4: Fix cancelation of completed runs. Requires database migration.

@lightmill/log-server@3.1.1

21 May 15:08
Compare
Choose a tag to compare

Patch Changes

  • e8d8347: Fix broken requests with query strings

@lightmill/log-client@3.1.1

21 May 15:08
Compare
Choose a tag to compare

Patch Changes

  • 0572f38: Fix failed requests not being properly handled.

@lightmill/log-server@3.1.0

20 May 14:40
Compare
Choose a tag to compare

Minor Changes

  • 93ae6d1: Allow canceling completed runs

@lightmill/log-client@3.0.3

27 Apr 12:59
Compare
Choose a tag to compare

Patch Changes

  • 87d6281: Fix flush stalling when called multiple times without awaiting.

@lightmill/static-design@3.0.0

23 Apr 09:03
919b8eb
Compare
Choose a tag to compare

Major Changes

  • ff4d4ac: Rename StaticDesign and Timeline's constructors 'tasks' option to 'timeline', rename StaticDesign's getId method to getRunId, and make every async methods sync (TimelineIterator now implements Iterator instead of AsyncInterator).
  • 115aa44: Static Design and Run Iterator APIs has changed:
    • Run Iterator is now called Timeline Iterator since it only concerns itself with agnostically running a succession of tasks, and not blocks or trials as before.
    • StaticDesign is now a class and must be called with new.
    • The runs property of the StaticDesign's constructor argument has been renamed to timelines.
    • StaticDesign#startRun is now StaticDesign#startTimeline.
    • StaticDesign#getAvailableRuns is now StaticDesign#getAvailableTimelines.

Minor Changes

  • 4bbaa8e: Refactor to typescript. The library now provides typescript types.

Patch Changes

  • 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.

@lightmill/runner@3.0.0

23 Apr 09:03
919b8eb
Compare
Choose a tag to compare

Major Changes

  • 37f1b03: New Runner API as default export. The old run function is still available as a named export.
  • a35f3f9: Runner API has changed. Runner is now provided as a single run function, and the store argument has been removed.
  • d2f8ed5: Remove Runner as a default export. There is no default export anymore. Runner is provided as a named export. RunnerProps type is now exported.
  • aed9788: Update Runner interface.
  • 4bbaa8e: Distribute package as ES module only.

Minor Changes

  • 4bbaa8e: Refactor to typescript. The library now provides typescript types.

Patch Changes

  • 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.

@lightmill/react-experiment@3.0.0

23 Apr 09:03
919b8eb
Compare
Choose a tag to compare

Major Changes

New @lightmill/react-experiment package to run experiments with react.

@lightmill/log-server@3.0.2

23 Apr 11:25
Compare
Choose a tag to compare

Patch Changes

  • 082a7b9: Remove useless dependencies