Releases: QuentinRoy/lightmill-js
Releases · QuentinRoy/lightmill-js
@lightmill/[email protected]
@lightmill/[email protected]
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]
@lightmill/[email protected]
@lightmill/[email protected]
Patch Changes
- 1567f93: Fix resuming a log when there are no matching logs found.
@lightmill/[email protected]
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]
Patch Changes
- ea9d60a: Do not crash when client attempts to post a log whose number already exists in the ongoing sequence.
@lightmill/[email protected]
Patch Changes
- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.
@lightmill/[email protected]
Patch Changes
- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.
@lightmill/[email protected]
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]
- @lightmill/[email protected]