Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 15, 2022
1 parent 07ba4e6 commit caae6bf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
1 change: 0 additions & 1 deletion .changeset/honest-boxes-behave.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
---

Simplify `resolveObjectValuesToArray` and remove type handling. None of the code that was handling types was actually used.
The return values of `resolveObjectValuesToArray` are now in the order they are defined in the source code.
5 changes: 5 additions & 0 deletions .changeset/honest-boxes-copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-docgen': major
---

The return values of `resolveObjectValuesToArray` are now in the order they are defined in the source code.
2 changes: 1 addition & 1 deletion .changeset/mighty-shrimps-shout.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Compared to the old CLI these are some of the major differences:
- `--importer` added
- `--failOnWarning` added

Check out https://react-docgen.dev/cli for the documentation.
Check out https://react-docgen.dev/docs/getting-started/cli for the documentation.
2 changes: 2 additions & 0 deletions .changeset/strong-horses-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
'react-docgen': major
---

Renamed some of the main exports for clarity.

Renamed `handlers` to `builtinHandlers`
Renamed `resolver` to `builtinResolvers`
Renamed `importers` to `builtinImporters`
8 changes: 7 additions & 1 deletion .changeset/tricky-shoes-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
'react-docgen': major
---

Migrate to babel toolchain
Migrated to babel toolchain

This is one of the big changes in this new version of react-docgen. It made the code a lot more robust
because there are now finally working TypeScript types for the ASTs.

Another benefit from this change that react-docgen is now a lot faster. 🚀 In some
tests an improvement of nearly 200% was seen in comparison to version 5.

0 comments on commit caae6bf

Please sign in to comment.