Release v0.3.0 #2
Locked
Ballasi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v0.3.0
We are proudly announcing the release of version oh point three point oh (v0.3.0) of
num2words
!This version is making the path for a more structured way of constructing any words using the builder pattern. This is likely going to be the path we will take for the first stable release. There are still a few tweaks to make but the bulk of the work is here!
We are also looking for volunteers to contribute and add new supported languages. Any help is greatly appreciated. Please contact Ballasi or open a discussion in case you are interested.
Support for more languages is to come. French is next on the list.
Download
Library
Add the following line to your
Cargo.toml
dependencies:Binary
Run the following command:
The Linux binary is also available for download online, click here to download.
Changelog
New features
.output()
. This makes the whole code easier to read and build.Example:
becomes
Display
trait toNum2Err
as this may be useful for any usages (e.g., the binary provided with the library)stderr
when providing an errorSee more
Please check out the release page.
Beta Was this translation helpful? Give feedback.
All reactions