Skip to content

Releases: HenryAWE/PapilioCharontis

1.1.0

16 Feb 06:39

Choose a tag to compare

What's New

  1. Custom format context support.
  2. Allow context to disable locale support.
  3. Rebinding a context to new output iterator.

Update

  1. Update debug string output for compatibility with std::format.
  2. Clang 20 support (they have done some breaking changes for compiler extension used by this library).
  3. Remove redundant component.
  4. Better char16_t, char32_t and char8_t support.
  5. Tuple/pair formatter now recognizes alignment and fill semantic as other formatters.

Fix

  1. Fix string formatting for nested formatter

Full Changelog: v1.0.0...v1.1.0

SHA-256 of the .tar.gz source package:
23a08eedddc4369db6053955684bc7b1eac122486cacfe6a21990081950fe0c6

Version 1.0.0 Released

20 Dec 03:40

Choose a tag to compare

🎉First stable release.

SHA-256 of the .tar.gz source package: 326060bf77f28be863620b761832f6022498416dc8e2cf40c9ea77b0c015ddbc

Papilio Charontis v0.5.0

16 Oct 09:40

Choose a tag to compare

Pre-release

Summary

  • Range support
  • Accessor for vocabulary types
  • External character type support
  • Renamed some advanced APIs
  • Formatter for std::filesystem::path

Full Changelog: v0.4.0...v0.5.0

v0.4.0

05 Aug 12:53

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Papilio Charontis v0.4.0

  1. New formatters
  2. Explicitly disable a formatter (via inheriting from disabled_formatter)
  3. Update file structures
  4. Add helper functions for implementing formatters

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

09 Feb 11:36

Choose a tag to compare

Version 0.3.0 Pre-release
Pre-release

Summary

  1. Replacement field in branch
  2. Multi-branch
  3. Bug fix
  4. Clang 15 support

Full Changelog: v0.2.1...v0.3.0

Version 0.2.1 Released

04 Feb 12:14

Choose a tag to compare

Pre-release

Papilio Charontis v0.2.1

Summary

  1. Bug fix
  2. New formatters
  3. More auxiliary functions
  4. Clang 14 support
  5. C++ 23 support for GCC and MSVC

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

27 Jan 10:56

Choose a tag to compare

Version 0.2.0 Pre-release
Pre-release

Basic functions completed.