Skip to content

Commit

Permalink
Merge pull request #24 from wayfair-incubator/gwardwell_froid_schema_…
Browse files Browse the repository at this point in the history
…generation_overhaul
  • Loading branch information
gwardwell authored Nov 9, 2023
2 parents e81ff35 + 959002e commit 58ab7b4
Show file tree
Hide file tree
Showing 21 changed files with 5,741 additions and 352 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
test-report.xml
coverage/
.DS_Store
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v3.1.0] - 2023-11-09

- Added a new `FroidSchema` class to test the next version of FROID schema
generation.
- FROID schema is now sorted (both new and old version) and include
documentation string.

## [v3.0.1] - 2023-08-17

### Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayfair/node-froid",
"version": "3.0.1",
"version": "3.1.0",
"description": "Federated GQL Relay Object Identification implementation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export {
generateFroidSchema,
FederationVersion,
} from './schema/generateFroidSchema';
export {FroidSchema} from './schema/FroidSchema';
export * from './service/types';
export * from './schema/types';
Loading

0 comments on commit 58ab7b4

Please sign in to comment.