- Upgrade intl. Fix tests.
- Update README.md.
- Add escaping of the
{
.
- Breaked changes: in numbers, if fill is specified, the zero flag is ignored.
- Fix: the zero flag was ignored in the strings.
- Remove dart_code_metrics from dependencies
- Upgrade dependencies
-
Named arguments can now accept Symbol:
format('{a} {b}', {#a: 123, #b: 234});
-
Updated.
-
Fixed bug: Formatting fails if 2 justifications used in a single string (#2).
- English README.md.
- Add extension method
print
and top-level functionformat
.
- Breaked changes: for named args use format({...}) instead of format([], {...}).
- Fixed A little.
- First release. The basic version is ready. The tests are written.