Skip to content

Releases: jneug/typst-finite

v0.5.0

12 May 12:21

Choose a tag to compare

Version 0.5.0

  • ⚠️ New layout system:
    • Layouts are no longer CeTZ groups and only are used as a parameter to #automaton.
  • ⚠️ Breaking style changes:
    • Changed label color attribute from color to fill for consistency.
    • The default for state.label.fill and transition.label.fill is now none and sets the color of the label to stroke.paint.
    • The default value for transition.curve is now 1.0 for an easier understanding of the influence on the curvature.
  • Added flaci module to load and display files exported from FLACI:
    • flaci.load loads an FLACI file as a finite automaton specification.
    • flaci.automaton displays an FLACI file as an finite automaton.

v0.4.1

09 Dec 14:46

Choose a tag to compare

Version 0.4.1

  • Fixes error in #powerset function (#8).

v0.4.0

06 Dec 13:37

Choose a tag to compare

Version 0.4.0

⚠️ Version 0.4.0 is a major rewrite of finite to make it compatible with Typst 0.12 and CeTZ 0.3.0. This includes some minor breaking changes, mostly in how layouts work, but overall functionality should be the same.

v.0.3.1

27 Feb 20:21

Choose a tag to compare

Version 0.3.1

  • Added styling options for intial states:
    • stroke sets a stroke for the marking.
    • scale scales the marking by a factor.

v0.1.0

29 Aug 08:40

Choose a tag to compare

Major update to layouts and manual