Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 517 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 517 Bytes

3.0.0

  • Refactoring code.
  • Support custom unit builder.

[2.0.1]

  • Fixed readme extension.

[2.0.0]

💥 Refactoring

  • number -> numeral
  • format() -> format()
  • factory Numeral() -> const Numeral()

[1.2.5]

  • Fixed #7 Formatted value is wrong when fractionDigits is set to 0.

[1.2.1]

optimization.

import 'package:numeral/numeral.dart';

Numeral(1000).value(); // -> 1K
numeral(1000); // -> 1K
1000.numeral(); // -> 1K