Skip to content

Releases: sujamess/numconword

Update README.md to improve a document in pkg.go.dev

15 Oct 04:22
Compare
Choose a tag to compare
  • Update README.md to improve a document in pkg.go.dev

Add more comments to improve a document in pkg.go.dev

15 Oct 04:14
Compare
Choose a tag to compare
  • Add more comments to improve a document in pkg.go.dev
  • Update GitHub actions

Add more comments to improve a document in pkg.go.dev

15 Oct 03:51
Compare
Choose a tag to compare
  • Add more comments to improve a document in pkg.go.dev

Edit package name from `convex` to `numconword`

14 Oct 18:48
Compare
Choose a tag to compare
  • Edit package name from convex to numconword

v0.0.1: First release

14 Oct 18:35
Compare
Choose a tag to compare

Why create this?

This first release is a new version of my own number-to-words

Purpose

I focus on handling a big number than the previous version but still needs an improvement about the performance

Why is it slower than the previous version?

IMO, it's because of a decimal library that calculates a big number but if anyone thinks we could improve this, I welcome it.

Roadmap

  • (WIP) Add GitHub actions, dependabot, and go doc
  • Add more test cases
  • Hack to improve a performance