Skip to content

Releases: noahbald/oxvg

v0.0.4

25 Dec 04:54

Choose a tag to compare

Happy Holidays! This release brings strong performance increases to the parsing and optimisation of documents. This release also introduces OXVG as a linter and LSP combo, to help you discover issues in documents.
See the updated wiki for more.

Install artifacts here.

Note

Crates are accidentally released as 0.0.5, future releases until 0.0.6 will be released as 0.0.5-1, 0.0.5-2, etc.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.4-1

24 Jun 09:04

Choose a tag to compare

Fixes napi pipeline, no changes to binary

v0.0.3

21 Jun 00:09

Choose a tag to compare

Special thanks to @jonasgeiler for producing a playground!

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.3-1

10 May 06:44

Choose a tag to compare

0.0.3-1

v0.0.3-0

08 May 22:01

Choose a tag to compare

0.0.3-0

v0.0.2

27 Apr 05:51

Choose a tag to compare

This release's theme is correctness, where we've managed to get 100% of the SVGs in the w3c test suite and oxygen library optimized without visually changing the document.

Check out the wiki page for more!

There's also new wasm and napi binding that will be coming to npm soon. Plus some performance improvements here and there :)

What's Changed

Full Changelog: 0.0.1...v0.0.2

Self Build

cargo build --release --bin oxvg

SHA256 Checksum

See the artifacts listed here.

v0.0.1

16 Feb 05:50

Choose a tag to compare

Release Notes

What's Changed

This is the first release

Install

Linux

  1. Download oxvg
  2. Run oxvg on your cli of choice

Self Build

cargo build --release --bin oxvg

SHA256 Checksum

9ebaf5caa752dbdee66e19b6f394f594dad9fa7d62c8033b72dd5bd5f0dfc49c  oxvg

OXVG Pre-release

27 Nov 09:39
735ac01

Choose a tag to compare

OXVG Pre-release Pre-release
Pre-release

Release Notes

Changelog

Progress is at 33% for https://github.com/noahbald/oxvg/milestone/1

Optimise

  • fix: job order corrected
  • feat: #24 added
  • chore: repeated code in optimiser moved to macros
  • feat: #44 added
  • feat: #19 added
  • feat: #31 added
  • feat: #12 added
  • feat: #10 added
  • feat: #13 added
  • feat: #14 added
  • feat: #40 added
  • feat: #38 added
  • feat: #71 added
  • feat: #41 added

AST

  • feat: added visitor trait
  • chore: style logic moved to ast, improved
  • chore: performance improvements

Install

Linux

  1. Download oxvg
  2. Run oxvg on your CLI of choice

Replicate

Create the build yourself using one of these commands

cargo build --release --bin oxvg

SHA265 Checksums

d00e14c1c82f1c9a2a3690438e2472d795a18e04d7058c3d04a6fb621966f7f9  oxvg