quill
quill copied to clipboard
Legacy PatternFormatter attributes
I see that the PatternFormatter
attributes were changed in a backwards-incompatible way, and furthermore it is not evident until runtime. It would be better to keep the legacy attributes around as aliases for now, given that we did not do a major version bump.
I would suggest something like a QUILL_DISABLE_LEGACY_PATTERN_FORMATTER_ATTRIBUTES
that allows users to test against the new set of attributes in an opt-in way, and when 4.0.0 lands they can be fully removed.