Skip to content

Releases: hildjj/quence

Version 3

21 May 20:22
v3.0.0
b0b6ccc
Compare
Choose a tag to compare
  • Breaking: requires node v18
  • Update dependencies
  • Switched to codecov for coverage reporting
  • Added better grammar coverage with @peggyjs/coverage
  • Switched to eslint flat config

Version 2

27 Jan 04:41
v2.0.0
7df7ab2
Compare
Choose a tag to compare

Change Log

This file documents all notable changes to quence.

v2.0.0

Released: 2023-01-26

Major Changes

  • (BREAKING) Now requires node 14+
  • (BREAKING) Major API refactor
  • (BREAKING) New CLI. Only some thought given to backward-compatibility.
  • (FEATURE) New web interface, available at https://hildjj.github.io/quence/

Minor Changes

  • (FEATURE) Add support for lost packets
  • (FEATURE) Add support for notes next to actors in the timeline
  • (FEATURE) Built-in API descriptions for Typescript
  • (REFACTOR) Removed useless logging
  • (UPDATE) Updated all dependencies to latest
  • (FEATURE) Adds Unicode support, including \u0000, \u{0}, and \x00 escapes.
    Participant names are canonicalized using NFC.

Bug Fixes

  • (BUG) Respect arrow_height and arrow_width
  • (BUG) Begin arrows were flipped for R2L lines
  • (BUG) Fix many issues with big line_width's

v1.1.0

28 Feb 17:55
v1.1.0
cea10a6
Compare
Choose a tag to compare

Update dependencies, some of which were very out of date.
Switched to new linting scheme.