prefix-units v0.2.0 Release Notes

Release Date: 2015-11-22 // over 8 years ago
    • Incompatible API change to cleanup some initial design decisions:
      ๐Ÿšš the two level FormatOption/FormatMode model is removed, the
      ๐Ÿ›  fixed unit of FormatOption is moved to a new constructor
      ๐Ÿšš FormatMode, and FormatOption is removed entirely. This should be
      a simpler API, at the cost of breaking compatibility.
    • ๐Ÿ›  Fixed issue #3 (No support for negative numbers).
    • Worked around issue #1 (Add 'base' unit) by adding a mode that
      disables scaling; it should have the same effect without introducing
      an artificial unit.

Previous changes from v0.1.0

  • ๐ŸŽ‰ Initial release.