Skip to content

Releases: JuliaString/Format.jl

v1.3.7

25 Mar 15:25
37b5c92
Compare
Choose a tag to compare

Format v1.3.7

Diff since v1.3.6

Merged pull requests:

Closed issues:

  • Unlink being a fork of Formatting.jl (#77)

v1.3.6

22 Feb 16:28
7561f13
Compare
Choose a tag to compare

Format v1.3.6

Diff since v1.3.5

Merged pull requests:

Closed issues:

  • Hope to have f-string like in python (#67)
  • Possible bug using cfmt and unicode string (#73)

v1.3.5

15 Feb 19:56
d120770
Compare
Choose a tag to compare

Format v1.3.5

Diff since v1.3.4

Fix precision for Python style string formatting

Merged pull requests:

  • Use textwidth and handle precision with wide characters for cfmt (#71) (@ScottPJones)

v1.3.4

15 Feb 14:27
6e1008d
Compare
Choose a tag to compare

Format v1.3.4

Diff since v1.3.3

Fix precision for Python style string formatting

Merged pull requests:

v1.3.3

30 Jan 23:52
f4c9b77
Compare
Choose a tag to compare

Format v1.3.3

Diff since v1.3.2

Merged pull requests:

Incorporate two fixes by Alexander Plavin

18 May 12:25
Compare
Choose a tag to compare

This incorporates two fixes by Alexander Plavin (at-aplavin), which are Formatting.jl PR #100 and PR #101,
to not print unnecessary decimal points and not print a colon for Symbols.

Update tests, fix %c left/right justify

14 May 01:43
16e9ec8
Compare
Choose a tag to compare
Merge pull request #60 from JuliaString/spj/updateci

Fix %c left/right justification

v1.3.0

08 Nov 21:35
98d87c7
Compare
Choose a tag to compare
Merge pull request #59 from JuliaString/spj/tests

Update requirements, make work on v1.4 of Julia, improve tests

v1.2.0

26 Oct 15:30
ce122ee
Compare
Choose a tag to compare
Merge pull request #54 from JuliaString/spj/newprintf

Rewrite printf handling, fix bugs

v1.1.0

18 Dec 21:32
v1.1.0
13b184d
Compare
Choose a tag to compare

v1.1.0 (2019-12-18)

Diff since v1.0.1

Merged pull requests:

  • Support Irrational, Complex, and other types for default formatting (#51) (ScottPJones)