docs: add the 1.0.0 changelog entry - #80
Merged
Merged
Conversation
Fills in the release section ahead of tagging v1.0.0. Contents are the public surface as it stands on main: the three loaders, the container/contracts and Singleton, the ten abstract base classes, and the six utilities. Written as a plain initial-release entry — a first release has nothing to have changed from, so behaviour that landed during the run-up is described as part of the feature rather than split into Changed/Fixed sections. The date is a placeholder; set it to the actual tag date. The compare/release links assume the tag is `v1.0.0`.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
pratik-londhe4
approved these changes
Jul 27, 2026
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.
What this PR does
Fills in the
## [1.0.0]changelog section ahead of tagging the first release. Documentation only — no code changes.CHANGELOG.mdcurrently has nothing but an empty## [Unreleased]block, so tagging today would ship a release with no notes.Contents
A plain initial-release entry: a single
### Addedsection describing the public surface as it stands onmain— the three loaders,Container+ contracts +Singleton, the ten abstract base classes, and the six utilities, plus the docs, licence and@wordpress/envtest suite.Deliberately not split into
Changed/Fixed/Removed. A first release has nothing to have changed from, so behaviour that landed during the run-up to 1.0.0 is described as part of the feature it belongs to rather than as a delta. For exampleSingletonis documented as "storing one instance per concrete class so a parent and subclass never share one", instead of listing the collision as a bug fix.The entry was written against
main's actual history and the 27 files ininc/, not from the PR titles.