Packages

A library for rendering integers using various Unicode numeral systems.

Current section

Files

Jump to
ex_numerlo CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## 0.4.0 - 2026-08-30
### Added
- **Programmer bases:** `:binary`, `:octal`, `:hexadecimal`, `:base32`, `:base36` for base-2, base-8, base-16, base-32, and base-36 representations.
- **Sinhala numerals:** `:sinhala` (base-10 Sinhala/Lith digits).
- **Egyptian hieroglyphic numerals:** `:egyptian` (additive base-10 sign-value system).
- **Alphabetic (letter) numerals:** `:greek`, `:armenian`, `:hebrew`, `:cyrillic`.
- **Sign-value numerals:** `:arabic_abjad`, `:tamil_traditional`, `:sinhala_archaic`, `:kharosthi`, `:rumi`, `:siyaq_indic`, `:siyaq_ottoman`.
- **README:** replaced grouped system lists with a fully alphabetized, searchable reference table covering all 88 supported systems.
## 0.3.0 - 2026-02-21
### Changed
- Improved module documentation and ExDoc configuration.
- Streamlined the public API and centralized system metadata.
- Expanded support to over 50 numeral systems including CJK and historical scripts.