- 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
- Simplify management of directive application contexts
- Optimize access to format configurations
- Fix platform constraints in Package.swift
- Fix argument propagation to support all attribute metadata
- Support generic metadata at config-level (via an environment)
- Improve returned error messages.
- Make more of the API public to allow for reuse in extensions.
- Fix localized number representations.
- Externalize all critical protocols
- Refactor all error data types
- Provide better error reporting
- Initial release
- Support for all directives supported by Common Lisp's
format
(where this makes sense) - Regression test suite
- Comprehensive documentation
- Initial, incomplete code
- Work in progress