All Versions
21
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.6.7 Changes

    • ⬆️ bump dep sauron to 0.50.5
  • v0.6.6 Changes

    • ⬆️ bump dep sauron to 0.45.0
  • v0.6.5 Changes

    • ➕ added svgbob_server package for serving svgbob in a rest api call
    • ⬆️ bump dep sauron to 0.44.0
  • v0.6.4 Changes

    • simplify circle art
    • 👌 improve the implementation of quarter arc making them consistent and work correctly.
  • v0.6.3 Changes

    • 🚚 move Settings to the top level of this crate
  • v0.6.2 Changes

    • ⚡️ Reorganize directory structure, update to sauron 0.43.4
    • 🌲 reexport nalgebra, add logging on points ord
  • v0.6.1 Changes

    • 👌 Improve code readability on view by using arrays instead of vec
    • Modify the algorithm for endorse such that circles and arcs are matched by their ascii art rather than their computed fragments, this way, it can intersect with other fragments
  • v0.6.0 Changes

    • ⚡️ Update to sauron 0.41.0
    • 🛠 Fix jss
  • v0.5.5 Changes

    • issue#38
    • ➕ Add test for issue#38 and remove panicking code due to char boundary error
  • v0.5.4 Changes

    • ⚡️ Update sauron version to 0.40
    • 👉 Use sauron::jss macro to simplify creating a css from settings
    • ➕ Add a compressed variant to the generated svg
    • ➕ Add a little arrowed arc in unicode map
    • 👉 Use the parry2d as a new new of the old library ncollide2d