Skip to content

Releases: objecthub/swift-clformat

Release 1.1

12 May 21:22
Compare
Choose a tag to compare
  • Force grouping if locale is supposed to be used for decimal directive
  • Use the locale only if the + modifier is provided for directive ~$
  • Ignore Package.resolved

Release 1.0.10

29 May 22:57
Compare
Choose a tag to compare
  • Simplify management of directive application contexts
  • Optimize access to format configurations
  • Fix platform constraints in Package.swift

Release 1.0.5

20 May 22:24
Compare
Choose a tag to compare
  • Fix argument propagation to support all attribute metadata
  • Support generic metadata at config-level (via an environment)

Release 1.0.3

14 May 00:09
Compare
Choose a tag to compare
  • Improve returned error messages.
  • Make more of the API public to allow for reuse in extensions.
  • Fix localized number representations.

Release 1.0.2

12 May 22:21
Compare
Choose a tag to compare
  • Externalize all critical protocols
  • Refactor all error data types
  • Provide better error reporting

Release 1.0.0

07 May 14:04
Compare
Choose a tag to compare
  • Initial release
  • Support for all directives supported by Common Lisp's format (where this makes sense)
  • Regression test suite
  • Comprehensive documentation