docs: rewrite changelog for the 1.0.0 release - #101
Merged
Conversation
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
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.
Motivation
0.1.1is the last version actually published to pub.dev —1.0.0was never released, so the pending1.0.1section described changes that no user has ever received. This merges both into a single1.0.0entry so the changelog reflects what an upgrading user will actually experience, and prepares the package for release.Corrections to previously documented entries
DebounceLanguageToolService,ThrottleLanguageToolService). Real renames:LangToolService→LanguageToolService,DebounceLangToolService→DebounceLanguageCheckService,ThrottlingLangToolService→ThrottlingLanguageCheckService. TheLangToolServicerename was missing entirely.keyin the added-properties listsuper.keyin 0.1.1 — never added.autofocusin the same listautoFocusrename, already covered by its own breaking entry.super.key)lib/changes. Dropped.Newly documented changes
These were missing from the changelog altogether:
LanguageToolTextFieldnow extendsTextFieldinstead ofStatefulWidget(feat: add missing text field properties #90) — the architectural change underpinning the whole property listonTextChange→onChanged,onTextSubmitted→onSubmitted(feat: add missing text field properties #90) — breaking, previously undocumentedLanguageCheckServicenow requires alanguagegetter/setter (feat: allow overriding languageCheckService #93) — breaking for anyone implementing the interfacerecheckText(),Resultexport,FilteredLanguageCheckService, the throttling offset filter (feat: support adding words to dictionary with a callback #95)