Skip to content

Releases: QuentinRoy/lightmill-js

@lightmill/[email protected]

24 Feb 09:34
3879811
Compare
Choose a tag to compare
Pre-release

Patch Changes

@lightmill/[email protected]

23 Feb 10:30
566b83a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • e06205c: Use accept header instead of querystring argument to specify expected log export format (csv/json).
  • d082fc5: Fix log export sorting. Log server's log push now requires a date property. Log client's log now also requires a date property.

@lightmill/[email protected]

23 Feb 10:30
566b83a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • d082fc5: Fix log export sorting. Log server's log push now requires a date property. Log client's log now also requires a date property.

Patch Changes

@lightmill/[email protected]

14 Feb 11:48
548d063
Compare
Choose a tag to compare
Pre-release

Major Changes

  • f2a2a74: Change API: fix run being canceled on unmount, rename useLog to useLogger, remove noConfirmOnUnload Run prop, add confirmBeforeUnload and cancelRunOnUnload Run props

@lightmill/[email protected]

14 Feb 11:48
548d063
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • f8328fb: Add the allowCrossOrigin and secureCookies parameters.

Patch Changes

  • fcc80ac: Fix adminPassword parameter not being used to login as admin (the env variable was used instead)
  • 28ca982: Prevents admin login if no admin password was provided
  • fdbab0f: Improve error messages when using createLogServer without the required arguments.

@lightmill/[email protected]

14 Feb 11:48
548d063
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 64594f3: Rename the log method to addLog to match react-experiment's Logger type.

Minor Changes

  • f5fc857: Ignore undefined log props

Patch Changes

  • c9b3ef1: Fix post log url and request authentications (include credentials in requests)
  • 8e9fa76: Prevent RunClient to be created without knowing how to serialize all the type of logs it accepts.
  • Updated dependencies [fcc80ac]
  • Updated dependencies [f8328fb]
  • Updated dependencies [28ca982]
  • Updated dependencies [fdbab0f]

@lightmill/[email protected]

09 Feb 12:25
46aa91a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • b483585: Rename Experiment to Run to be coherent with log-server's terminology

Minor Changes

@lightmill/[email protected]

09 Feb 12:25
46aa91a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • fe194ad: Remove support for non sqlite databases (for now). Break compatibility with previous versions of the database, with no provided migration.
  • 5d83e28: Revamp the log server API.

Minor Changes

  • 00d2782: Always answer to a request with a JSON body

@lightmill/[email protected]

09 Feb 12:54
e836bd6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • a0dd9be: Fix main export name: RunLogger -> LogClient

@lightmill/[email protected]

09 Feb 12:25
46aa91a
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 0185591: Creation of a new log client package.

Patch Changes