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
V6 is currently in development, and this discussion thread is being used to track development. If you have any suggestions, please leave a comment!
The biggest change is probably that the source files have been converted to Typescript. There's still a lot of work required to tidy it all up, but it's functionality complete.
Done
Converts code base to Typescript
Moves compiled files from /lib to /dist directory (Probably won't affect anyone, due to exports in the packages.json)
Moves TS definition files from /types to /dist/types. Might not affect anyone due to types in the packages.json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
V6 is currently in development, and this discussion thread is being used to track development. If you have any suggestions, please leave a comment!
The biggest change is probably that the source files have been converted to Typescript. There's still a lot of work required to tidy it all up, but it's functionality complete.
Done
/lib
to/dist
directory (Probably won't affect anyone, due toexports
in the packages.json)/types
to/dist/types
. Might not affect anyone due totypes
in the packages.jsonfix()
/trunc()
method (For rounding towards zero) (See [Feature request]: Enable rounding to zero #301 and Feature/301 enable rounding to zero #302)DescriptionType.MultiLine
toDescriptionType.Block
exportFormats
utility object toExportFormat
enum - this also changes capitalisation of propertiesTodo
Beta Was this translation helpful? Give feedback.
All reactions