You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic infrastructure for implementing number formatting was introduced in Lens with commit 5997047. Since then, almost all features needed to format a number has been added. In fact, the formatter is actually present and working:
In commit 7e2d9f1 of master, this code produces the expected output of 10,00,00,000.124
The basic infrastructure for implementing number formatting was introduced in Lens with commit 5997047. Since then, almost all features needed to format a number has been added. In fact, the formatter is actually present and working:
In commit 7e2d9f1 of master, this code produces the expected output of
10,00,00,000.124
However, despite all this there's still quite a few crucial features missing.
A better public API should then be constructed before we can push it out to version 0.2.
The text was updated successfully, but these errors were encountered: