Releases: embroider-build/content-tag
Releases · embroider-build/content-tag
v3.0.0-content-tag: Merge pull request #87 from embroider-build/release-preview
Release (2024-11-08)
content-tag 3.0.0 (major)
💥 Breaking Change
content-tag
- #86 Change return type of process from string to { code, map } (@NullVoxPopuli)
Committers: 1
v2.0.3-content-tag: Merge pull request #82 from embroider-build/release-preview
v2.0.2-content-tag: Merge pull request #68 from embroider-build/release-preview
v2.0.1-content-tag: Merge pull request #65 from embroider-build/release-preview
Release (2024-02-01)
content-tag 2.0.1 (patch)
🐛 Bug Fix
- #64 Update type declaration file with latest API (@vstefanovic97)
Committers: 1
- Vuk (@vstefanovic97)
v2.0.0-content-tag: Merge pull request #58 from embroider-build/release-preview
Release (2024-02-01)
content-tag 2.0.0 (major)
💥 Breaking Change
- #62 Add js/rust bindings for inline source map generation (@vstefanovic97)
📝 Documentation
- #63 Update docs with API changes (@vstefanovic97)
- #57 Document API methods (Closes #45) (@gitKrystan)
🏠 Internal
- #59 Simplify testing situation to assure import and require works (@NullVoxPopuli)
Committers: 3
- Krystan HuffMenne (@gitKrystan)
- Vuk (@vstefanovic97)
- @NullVoxPopuli
v1.2.2-content-tag: Merge pull request #55 from embroider-build/release-preview
Release (2023-12-18)
content-tag 1.2.2 (patch)
🐛 Bug Fix
- #54 fix package.json#exports for types (@NullVoxPopuli)
Committers: 1
v1.2.1-content-tag: Merge pull request #51 from embroider-build/release-preview
Release (2023-12-13)
content-tag 1.2.1 (patch)
🐛 Bug Fix
- #52 Remove extraneous gitignores which interfere with packing (@NullVoxPopuli)
- #50 Add .npmignore to not ignore pkg/* folders (@NullVoxPopuli)
🏠 Internal
- #52 Remove extraneous gitignores which interfere with packing (@NullVoxPopuli)
- #49 npm pkg fix (@NullVoxPopuli)
Committers: 1
v1.2.0-content-tag: Merge pull request #48 from embroider-build/release-preview
Release (2023-12-13)
content-tag 1.2.0 (minor)
🚀 Enhancement
- #44 Standalone content-tag implemented via conditional exports in package.json (@NullVoxPopuli)
🏠 Internal
- #47 Give the changelog a title (@NullVoxPopuli)
- #46 Setup release-plan for automated release (@NullVoxPopuli)
Committers: 1
v1.1.2
v1.1.1
1.1.1 (2023-10-02)
🐛 Bug Fix
- #27 Don't interpret js escapes in hbs (@ef4)
- #24 BUG: backticks are not escaped (@NullVoxPopuli)
🏠 Internal
- #33 Add release-it (@mansona)
- #32 setup npm credentials for auto-publish (@mansona)
- #28 Simplified type (@ef4)
- #25 Move the ContentTagVisitor to its own module (@ef4)
Committers: 3
- Chris Manson (@mansona)
- Edward Faulkner (@ef4)
- @NullVoxPopuli