Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2021-01-20

Changed

This version greatly improves the SVG output size and quality by merging connected segments into single paths and trimming empty elements.

  • Refactor SVG generation
  • Add SVG shape helpers
  • Add shape functions
  • Add connectable segment shape
  • Merge connected segments
  • Don't render empty shapes and text lines

0.3.1 - 2021-01-14

Fixed

  • Fix build

0.3.0 - 2021-01-14

Added

  • Avoid useless SVG paths
  • Add underline-parentheses junctions

0.2.0 - 2021-01-11

Added

  • Add render options
  • Add editor demo

0.1.1 - 2021-01-07

Added

  • Add browser exports

0.1.0 - 2021-01-07

Added

  • First release.