v0.2.0
- The package's name is now
oxifmt
(previouslytypst-strfmt
)! oxifmt:0.2.0
is now available through Typst's Package Manager! You can now write#import "@preview/oxifmt:0.2.0": strfmt
to use the library.- Greatly improved the README, adding a section for common examples.
- Fixed negative numbers being formatted with two minus signs.
- Fixed custom precision of floats not working when they are exact integers.
Full Changelog: v0.1.0...v0.2.0