Version Packages - #16
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
prettier-plugin-django-templates@0.2.0
Minor Changes
9a15320Thanks @EpicAlbin03! - Improve Django template formatting correctness, parser and printer performance, source locations, custom tag and ignore-region handling, marker safety, package compatibility, and release tooling.Patch Changes
#15
3f7ffefThanks @EpicAlbin03! - prevented line breaks between adjacent Django template blocks in HTML attributes#15
c59f5fdThanks @EpicAlbin03! - remove obsolete marker processing paths#15
9afe3cbThanks @EpicAlbin03! - fixed multiline django tags in html attributes from collapsing#15
e063265Thanks @EpicAlbin03! - Prevent internal parser and printer markers from colliding with template content, with exact and idempotent regression coverage.#15
37949eeThanks @EpicAlbin03! - Improve reproducible tooling, dependency hygiene, and contributor and support documentation.#15
70960b6Thanks @EpicAlbin03! - format conditional start-tag attributes on separate lines#15
8c1137bThanks @EpicAlbin03! - Fix the CommonJS Node entry point and add packed-package smoke coverage for runtime, browser, declaration, and package-content contracts.#15
e063265Thanks @EpicAlbin03! - Report immutable original-source spans for Django AST locations, with cursor, range, Unicode, nested-block, and malformed-input coverage.#15
e063265Thanks @EpicAlbin03! - Allow unknown customend*tags to remain standalone while preserving contextual custom block matching and strict known closing-tag errors.#15
e063265Thanks @EpicAlbin03! - replace application-specific output rewrites with generic document-flow docs#15
6af35e9Thanks @EpicAlbin03! - preserve blank lines before html#15
e063265Thanks @EpicAlbin03! - Match named verbatim terminators using Django's exact-content lexer semantics, preserving nonmatching raw content and idempotence.#15
e063265Thanks @EpicAlbin03! - Pair ignore-region delimiter styles so crossed or missing terminators preserve content through the correct boundary.#15
184ac68Thanks @EpicAlbin03! - Improve parser and printer scaling by assembling protected template segments once, indexing tag and marker relationships, and adding generated scale and benchmark coverage.#15
37949eeThanks @EpicAlbin03! - Strengthen CI and release validation with a reproducible packed-package release gate.#15
9afe3cbThanks @EpicAlbin03! - fixed expression line break issue#15
c59f5fdThanks @EpicAlbin03! - consolidate template tag metadata#15
c59f5fdThanks @EpicAlbin03! - unify html host context scanning