Open
Conversation
79bf5e1 to
24780df
Compare
8a3e61d to
46244cb
Compare
e563b4d to
a236d6f
Compare
a236d6f to
6869f47
Compare
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
counterfact@2.7.0
Minor Changes
counterfact.yamlconfig file. All CLI options can now be specified in acounterfact.yamlfile in the current working directory. Command-line options always take precedence over config file settings. Use--config <path>to load a config file from a non-default location.Patch Changes
$.response[200]or$.response[404]in routes where the spec defines no response body)src/counterfact-types/so that each type lives in its own file with a JSDoc comment explaining its purpose. Theindex.tsnow re-exports all types from the individual files. This is an internal refactor with no change to the public API.ajvto8.18.0.@swc/coreto1.15.24.eslintto10.2.0.unescape()withdecodeURIComponent()wrapped in a try/catch inrequirement.ts. This avoids use of the deprecated global function while preserving the behavior of returning invalid percent-encoded sequences unchanged.