Releases: JuliaString/Format.jl
Releases · JuliaString/Format.jl
v1.3.7
Format v1.3.7
Merged pull requests:
- Fix typo in README.md (#78) (@nhz2)
- Update ci.yml to test latest stable release (#80) (@ViralBShah)
- Update cfmt code based on latest changes to Printf.jl (#82) (@ScottPJones)
Closed issues:
- Unlink being a fork of Formatting.jl (#77)
v1.3.6
Format v1.3.6
Merged pull requests:
- enable dependabot for GitHub actions (#74) (@ScottPJones)
- Create Invalidations.yml (#75) (@ScottPJones)
- Add support for Python % format spec (#76) (@ScottPJones)
Closed issues:
v1.3.5
Format v1.3.5
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
Format v1.3.4
Fix precision for Python style string formatting
Merged pull requests:
- Add support for _ and , separators for Python formats (#68) (@ScottPJones)
- Fix InexactError issue #102 (#69) (@ScottPJones)
- Fix issue #83 (from Formatting.jl), handle precision argument for Pyt… (#70) (@ScottPJones)
v1.3.3
Format v1.3.3
Merged pull requests:
- Fix issue 110 from Formatting.jl (#64) (@ScottPJones)
- Add support for Python ^ (center justification), fix issue #63, and Formatting.jl#84 (#65) (@ScottPJones)
Incorporate two fixes by Alexander Plavin
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
Merge pull request #60 from JuliaString/spj/updateci Fix %c left/right justification
v1.3.0
Merge pull request #59 from JuliaString/spj/tests Update requirements, make work on v1.4 of Julia, improve tests
v1.2.0
Merge pull request #54 from JuliaString/spj/newprintf Rewrite printf handling, fix bugs
v1.1.0
v1.1.0 (2019-12-18)
Merged pull requests:
- Support Irrational, Complex, and other types for default formatting (#51) (ScottPJones)