quill icon indicating copy to clipboard operation
quill copied to clipboard

Legacy PatternFormatter attributes

Open llchan opened this issue 9 months ago • 1 comments

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.

llchan avatar May 08 '24 17:05 llchan