Skip to content

Releases: JuliaString/Format.jl

v1.3.7

Choose a tag to compare

@github-actions github-actions released this 25 Mar 15:25
37b5c92

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

Choose a tag to compare

@github-actions github-actions released this 22 Feb 16:28
7561f13

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

Choose a tag to compare

@github-actions github-actions released this 15 Feb 19:56
d120770

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

Choose a tag to compare

@github-actions github-actions released this 15 Feb 14:27
6e1008d

Format v1.3.4

Diff since v1.3.3

Fix precision for Python style string formatting

Merged pull requests:

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Jan 23:52
f4c9b77

Format v1.3.3

Diff since v1.3.2

Merged pull requests:

Incorporate two fixes by Alexander Plavin

Choose a tag to compare

@ScottPJones ScottPJones released this 18 May 12:25

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

Choose a tag to compare

@ScottPJones ScottPJones released this 14 May 01:43
16e9ec8
Merge pull request #60 from JuliaString/spj/updateci

Fix %c left/right justification

v1.3.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 08 Nov 21:35
98d87c7
Merge pull request #59 from JuliaString/spj/tests

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

v1.2.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 26 Oct 15:30
ce122ee
Merge pull request #54 from JuliaString/spj/newprintf

Rewrite printf handling, fix bugs

v1.1.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 18 Dec 21:32
v1.1.0
13b184d

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)