Releases: QuentinRoy/lightmill-js
Releases · QuentinRoy/lightmill-js
@lightmill/log-server@3.0.0-beta.32
@lightmill/log-server@3.0.0-beta.31
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/react-experiment@3.0.0-beta.30
@lightmill/react-experiment@3.0.0-beta.29
@lightmill/log-client@3.0.0-beta.28
Patch Changes
- 1567f93: Fix resuming a log when there are no matching logs found.
@lightmill/static-design@3.0.0-beta.27
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/log-server@3.0.0-beta.26
Patch Changes
- ea9d60a: Do not crash when client attempts to post a log whose number already exists in the ongoing sequence.
@lightmill/static-design@3.0.0-beta.25
Patch Changes
- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.
@lightmill/runner@3.0.0-beta.25
Patch Changes
- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.