Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Refactoring 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannprerak2 committed Jun 26, 2023
1 parent 901435d commit 7f47c60
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 86 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 9.0.0

- Updated validation logic to be more strict.
- Added a JSON schema for FFIgen config files.

# 8.0.2

Expand Down
1 change: 1 addition & 0 deletions ffigen.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$id": "https://json.schemastore.org/ffigen",
"$comment": "This file is generated. To regenerate run: dart tool/generate_json_schema.dart in github.com/dart-lang/ffigen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
Expand Down
Loading

0 comments on commit 7f47c60

Please sign in to comment.