Skip to content

Tags: accelerated-text/numberwords

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bitesize formatting (#6)

* feat: format numbers to bitesize representations (1000 –> 1k)
* refactor: split monolith approximation result into separate functions
* refactor: change interface, abandon functoin which does it all
* refactor: remove unused spec and functions
* refactor: simplify numeric relations calculation
* refactor: add specs to all interface functions
* test: update tests
* refactor: move spec to 'domain' ns; do not use sets expression config
* feat: add number conversion to a desired precision
* refactor: functions accept all config parameters at the end of the list
* feat: have one entry function with defaults
* refactor: update java interface
* doc: update documentation
* feat: add deploy task

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Java interface

* create java interface

* refactor: build uberjar with cambada

* refactor: not using uberdeps

* feat: add Java main

* realease: prepare for 1.0.2 release

* doc: Java usage example

* release: bump version