Skip to content

Releases: Amphiluke/lindsvg

v1.5.0

04 Jan 08:23
Compare
Choose a tag to compare

Add support for the “swap angle sign” command (!).

v1.4.0

03 Jan 13:05
Compare
Choose a tag to compare

Add support for the “turn around” command (|).

v1.3.3

23 Dec 08:22
Compare
Choose a tag to compare
  • Allow to skip adding an attribute by specifying "n/a" as a value.
  • Improve ESM support in Node.js environment.

v1.3.2

01 Jun 10:20
Compare
Choose a tag to compare

No significant changes in this patch.

  • Update developer dependencies.
  • Provide a link to the project’s new web page.
  • Minor fixes in README.

v1.3.1

04 Apr 10:44
Compare
Choose a tag to compare

Introduce a few improvements to produce cleaner and smaller SVG code.

v1.3.0

14 Mar 14:04
Compare
Choose a tag to compare
  • Introduce “multi-path” SVG generation methods allowing for advanced stylisation of branched L-systems.
  • Bug fixing and refactoring.

v1.2.1

01 Mar 08:56
Compare
Choose a tag to compare

Improve methods for path data generation to produce smaller SVG output.

v1.2.0

19 Jan 10:26
Compare
Choose a tag to compare

Introduce the pathAttributes option. The options fill and stroke are deprecated, use pathAttributes.fill and pathAttributes.stroke instead.

v1.1.0

12 Jan 12:06
Compare
Choose a tag to compare

Throw custom exception providing the toJSON functionality (in case of invalid input L-system parameters).

v1.0.0

06 Jan 12:43
Compare
Choose a tag to compare

The first stable release.