Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
## [Unreleased](https://github.com/danielberkompas/number/tree/HEAD)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.5.3...HEAD)
**Closed issues:**
- decimal\_arithmetic is missing from applications list [\#32](https://github.com/danielberkompas/number/issues/32)
**Merged pull requests:**
- \[\#32\] Switch to `extra\_applications` [\#33](https://github.com/danielberkompas/number/pull/33) ([danielberkompas](https://github.com/danielberkompas))
## [v0.5.3](https://github.com/danielberkompas/number/tree/v0.5.3) (2017-08-30)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.5.2...v0.5.3)
**Closed issues:**
- Deprecation warnings in Elixir 1.5 [\#30](https://github.com/danielberkompas/number/issues/30)
- Negative Decimal problem [\#28](https://github.com/danielberkompas/number/issues/28)
**Merged pull requests:**
- \[\#30\] Fix deprecation warnings on Elixir 1.5 [\#31](https://github.com/danielberkompas/number/pull/31) ([danielberkompas](https://github.com/danielberkompas))
## [v0.5.2](https://github.com/danielberkompas/number/tree/v0.5.2) (2017-08-05)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.5.1...v0.5.2)
**Closed issues:**
- Number formatting with abbreviations: $1,200,000 -\> $1.2MM, $5,586 -\> $5.6k, etc. [\#26](https://github.com/danielberkompas/number/issues/26)
**Merged pull requests:**
- \[\#23\] Properly handle negative Decimals [\#29](https://github.com/danielberkompas/number/pull/29) ([danielberkompas](https://github.com/danielberkompas))
- fix Float.to\_string warnings for elixir 1.3 [\#27](https://github.com/danielberkompas/number/pull/27) ([kerryjj](https://github.com/kerryjj))
- Update readme for Elixir 1.4 instructions. [\#25](https://github.com/danielberkompas/number/pull/25) ([sergiotapia](https://github.com/sergiotapia))
## [v0.5.1](https://github.com/danielberkompas/number/tree/v0.5.1) (2017-01-17)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.5.0...v0.5.1)
**Closed issues:**
- Add to application list in mix.exs? [\#23](https://github.com/danielberkompas/number/issues/23)
**Merged pull requests:**
- Fix 1.4 warnings [\#24](https://github.com/danielberkompas/number/pull/24) ([stuartbain](https://github.com/stuartbain))
## [v0.5.0](https://github.com/danielberkompas/number/tree/v0.5.0) (2016-11-26)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.4.2...v0.5.0)
**Closed issues:**
- Error in hex doc [\#16](https://github.com/danielberkompas/number/issues/16)
**Merged pull requests:**
- Stop signing with Keybase [\#22](https://github.com/danielberkompas/number/pull/22) ([danielberkompas](https://github.com/danielberkompas))
- Number with ordinal suffix [\#21](https://github.com/danielberkompas/number/pull/21) ([alexfilatov](https://github.com/alexfilatov))
- Fixed \#16 [\#20](https://github.com/danielberkompas/number/pull/20) ([unti1x](https://github.com/unti1x))
- \[\#18\] Improve precision using Decimal [\#19](https://github.com/danielberkompas/number/pull/19) ([danielberkompas](https://github.com/danielberkompas))
- Fix Number.Delimit.number\_to\_delimited cannot handle negative in string [\#17](https://github.com/danielberkompas/number/pull/17) ([raycheung](https://github.com/raycheung))
## [v0.4.2](https://github.com/danielberkompas/number/tree/v0.4.2) (2016-07-02)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.4.1...v0.4.2)
**Fixed bugs:**
- Number.Conversion is not used internally [\#12](https://github.com/danielberkompas/number/issues/12)
**Closed issues:**
- Module not available in releases if not listed in :applications [\#14](https://github.com/danielberkompas/number/issues/14)
**Merged pull requests:**
- \[\#12\] Use Number.Conversion properly, support Decimal [\#15](https://github.com/danielberkompas/number/pull/15) ([danielberkompas](https://github.com/danielberkompas))
- Don't set display\_number inside conditional [\#13](https://github.com/danielberkompas/number/pull/13) ([bratsche](https://github.com/bratsche))
## [v0.4.1](https://github.com/danielberkompas/number/tree/v0.4.1) (2015-12-16)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.4.0...v0.4.1)
**Closed issues:**
- number\_to\_human skips some numbers [\#10](https://github.com/danielberkompas/number/issues/10)
**Merged pull requests:**
- Fix number\_to\_human rounding and skipping errors [\#11](https://github.com/danielberkompas/number/pull/11) ([danielberkompas](https://github.com/danielberkompas))
- Adds SI.format [\#9](https://github.com/danielberkompas/number/pull/9) ([stereosteve](https://github.com/stereosteve))
- Add examples of module usage to README [\#7](https://github.com/danielberkompas/number/pull/7) ([danielberkompas](https://github.com/danielberkompas))
- Prettify Docs [\#6](https://github.com/danielberkompas/number/pull/6) ([danielberkompas](https://github.com/danielberkompas))
## [v0.4.0](https://github.com/danielberkompas/number/tree/v0.4.0) (2015-08-04)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.3.4...v0.4.0)
**Merged pull requests:**
- Add Number.Human.number\_to\_human/2 [\#5](https://github.com/danielberkompas/number/pull/5) ([danielberkompas](https://github.com/danielberkompas))
- Add Number.Percentage.number\_to\_percentage/2 [\#4](https://github.com/danielberkompas/number/pull/4) ([danielberkompas](https://github.com/danielberkompas))
## [v0.3.4](https://github.com/danielberkompas/number/tree/v0.3.4) (2015-06-10)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.3.3...v0.3.4)
## [v0.3.3](https://github.com/danielberkompas/number/tree/v0.3.3) (2015-06-10)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.3.2...v0.3.3)
## [v0.3.2](https://github.com/danielberkompas/number/tree/v0.3.2) (2015-06-10)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.3.1...v0.3.2)
**Implemented enhancements:**
- Improve Keybase Signature Validation [\#3](https://github.com/danielberkompas/number/pull/3) ([danielberkompas](https://github.com/danielberkompas))
## [v0.3.1](https://github.com/danielberkompas/number/tree/v0.3.1) (2015-06-10)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.3.0...v0.3.1)
## [v0.3.0](https://github.com/danielberkompas/number/tree/v0.3.0) (2015-06-10)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.2.1...v0.3.0)
**Implemented enhancements:**
- Add `number\_to\_phone` function [\#2](https://github.com/danielberkompas/number/pull/2) ([danielberkompas](https://github.com/danielberkompas))
**Merged pull requests:**
- Update .travis.yml [\#1](https://github.com/danielberkompas/number/pull/1) ([lowks](https://github.com/lowks))
## [v0.2.1](https://github.com/danielberkompas/number/tree/v0.2.1) (2015-06-09)
[Full Changelog](https://github.com/danielberkompas/number/compare/v0.2.0...v0.2.1)
## [v0.2.0](https://github.com/danielberkompas/number/tree/v0.2.0) (2015-06-09)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*