Skip to content

Releases: jakewilliami/SpelledOut.jl

v1.2.1

08 Sep 01:27
Compare
Choose a tag to compare

Fix deprecation warning on Formatting.jl package! v1.2.1

Formatting.jl is deprecated (as of March, 2024), in favour of JuliaString's Format.jl. The API we are using to format numbers is the same, and this dependency change does not change any of the functionality for users of SpelledOut.jl.

This fix was implemented by @pmc4.

See merge request #57

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Sep 13:44
7e001d5
Compare
Choose a tag to compare

Add Portuguese language support! v1.2.0

Diff since v1.1.1

Add Portuguese language support; optimisations for English implementation

Merged pull requests:

v1.1.1

28 Jan 00:30
Compare
Choose a tag to compare

Big float bug fix! v1.1.1

Diff since v1.1.0

Big float bug fix, code clean up, and handling of Rational number types

Closed issues:

  • Implement Floating Point spelled out using modf (#14)
  • Implement Complex Number spelled out (#15)
  • Bigger float don't work (#37)
  • Allow parsing of irrationals (#38)
  • Allow parsing of rationals (#39)
  • Add fallback error message for number types not supported (#41)
  • Stop Linux x86 (32-bit) support (#46)

Merged pull requests:

v1.1.0

25 Jan 00:59
f4ee68c
Compare
Choose a tag to compare

SpelledOut v1.1.0

Diff since v1.0.3

Added Spanish to list of supported languages

Closed issues:

  • Parse number without scientific notation (#32)

Merged pull requests:

  • Default language to system locale (suggestion by @rmsrosa) (#29) (@jakewilliami)
  • Allowed english SpelledOut to parse big numbers in scientific notation (#33) (@jakewilliami)
  • Added formatting dependency to docs-specific dependencies (#34) (@jakewilliami)
  • CompatHelper: add new compat entry for "Formatting" at version "0.4" (#35) (@github-actions[bot])
  • add spanish (#36) (@longemen3000)

v1.0.3

14 Jan 01:02
Compare
Choose a tag to compare

SpelledOut v1.0.3

Diff since v1.0.2

Rectified long error message (issue #25)

Closed issues:

  • Long error message (#25)

Merged pull requests:

v1.0.2

13 Jan 00:54
Compare
Choose a tag to compare

SpelledOut v1.0.2

Diff since v1.0.1

Minor update for lang flag after refactor to support multiple languages

Merged pull requests:

  • CompatHelper: add new compat entry for "DecFP" at version "1.1" (#21) (@github-actions[bot])
  • Refactored for setup for multiple language support (#23) (@jakewilliami)

v1.0.1

05 Nov 00:22
75cb64f
Compare
Choose a tag to compare

SpelledOut v1.0.1

Diff since v1.0.0

Bug fix with twenty-x

Closed issues:

  • 28-million bug fix (#12)

Merged pull requests:

v1.0.0

29 Oct 00:32
553babb
Compare
Choose a tag to compare

SpelledOut v1.0.0

Diff since v0.1.1

Bug fixes for alternative dictionaries

v0.1.1

29 Oct 00:31
99efeb1
Compare
Choose a tag to compare

SpelledOut v0.1.1

Diff since v0.1.0

Bug fix with alternative dictionaries

Merged pull requests:

v0.1.0

26 Oct 00:31
Compare
Choose a tag to compare

SpelledOut v0.1.0

Closed issues:

  • Make last comma an "and" (#1)
  • Construct capitalise methods (#2)
  • Get british kwarg working (#3)
  • Implement alternative dictionaries (#4)