Skip to content

Releases: QuentinRoy/lightmill-js

@lightmill/[email protected]

31 Jan 17:17
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 09e128a: Significantly increase default select query limit of SQLiteStore
  • 289f5f6: Display count of exported logs during export when output is a file.

@lightmill/[email protected]

31 Jan 15:11
237d935
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 634945b: Add a select query result limit for SQliteStore to prevent too many logs to be loaded in memory at the same time. Once the limit is attained logs are yielded and the next logs are loaded once their done being processed.

@lightmill/[email protected]

18 Dec 12:23
50e4fe4
Compare
Choose a tag to compare
Pre-release

Patch Changes

@lightmill/[email protected]

15 Dec 12:50
a1fe75d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 6ee33d3: Run's elements prop must now support every tasks in timeline, even when no task types have been provided or registered
  • f6a7a82: Fix tasks being skipped when onTaskCompleted is called several times.

@lightmill/[email protected]

07 Dec 18:04
01f1a21
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 1567f93: Fix resuming a log when there are no matching logs found.

@lightmill/[email protected]

28 Nov 11:01
5814ac1
Compare
Choose a tag to compare
Pre-release

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).

@lightmill/[email protected]

28 Nov 08:19
940cb75
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • ea9d60a: Do not crash when client attempts to post a log whose number already exists in the ongoing sequence.

@lightmill/[email protected]

27 Nov 20:38
331d42b
Compare
Choose a tag to compare
Pre-release

Patch Changes

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

@lightmill/[email protected]

27 Nov 20:38
331d42b
Compare
Choose a tag to compare
Pre-release

Patch Changes

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

@lightmill/[email protected]

27 Nov 20:38
331d42b
Compare
Choose a tag to compare
Pre-release

Major Changes

  • f01d46f: Rename Run log prop to onLog

Minor Changes

  • 7696b2f: Add log content in use logger typing with default values.

Patch Changes

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