Skip to content

Commit

Permalink
tiny-decoders v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 23, 2023
1 parent 5eeb2fe commit c433763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Note: I’m currently working on several breaking changes to tiny-decoders, but I’m trying out releasing them piece by piece. The idea is that you can either upgrade version by version only having to deal with one or a few breaking changes at a time, or wait and do a bunch of them at the same time.

### Version 15.1.0 (unreleased)
### Version 15.1.0 (2023-10-23)

This release adds the `Infer` utility type. It’s currently basically just an alias to the TypeScript built-in `ReturnType` utility type, but in a future version of tiny-decoders it’ll need to do a little bit more than just `ReturnType`. If you’d like to reduce the amount of migration work when upgrading to that future version, change all your `ReturnType<typeof myDecoder>` to `Infer<typeof myDecoder>` now!

Expand Down
2 changes: 1 addition & 1 deletion package-real.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-decoders",
"version": "15.0.0",
"version": "15.1.0",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/tiny-decoders",
Expand Down

0 comments on commit c433763

Please sign in to comment.