Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export ValidationResults #192

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.1.8
- export `ValidationResults` (part of public api)

## 5.1.2
- Widen range on `http` to include 1.0.0

Expand Down
1 change: 1 addition & 0 deletions lib/json_schema.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ export 'package:json_schema/src/json_schema/models/ref_provider.dart' show RefPr
export 'package:json_schema/src/json_schema/models/schema_type.dart' show SchemaType;
export 'package:json_schema/src/json_schema/models/schema_version.dart' show SchemaVersion;
export 'package:json_schema/src/json_schema/models/validation_context.dart' show ValidationContext;
export 'package:json_schema/src/json_schema/models/validation_results.dart' show ValidationResults;
export 'package:json_schema/src/json_schema/validator.dart' show Validator, ValidationError;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_schema
version: 5.1.7
version: 5.1.8
description: JSON Schema implementation in Dart
homepage: https://github.com/workiva/json_schema

Expand Down