Skip to content

Commit

Permalink
Export default serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonredding committed Sep 2, 2023
1 parent c1910be commit 4cbafd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
### Added

- Default JSON serializer ([#27](https://github.com/siren-js/client/issues/27))
- Default serializer is available for extension (see [`submit` docs](https://siren-js.github.io/client/functions/submit.html))

## [0.8.2] - 2023-08-01

Expand Down
1 change: 1 addition & 0 deletions src/serialize/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './default-serializer';
export * from './serialization';
export * from './serializer';
export * from './unsupported-serializer-type-error';

0 comments on commit 4cbafd8

Please sign in to comment.