Skip to content

v1.3.0

Compare
Choose a tag to compare
@AndrewWalsh AndrewWalsh released this 08 Nov 03:49
· 25 commits to main since this release
  • feat: api keys in auth headers are now parsed and will be associated with endpoints
  • feat: api keys in cookies are also parsed, keys that look like they relate to auth will be associated with endpoints
  • feat: new Actions menu that presents opportunities to users. Currently includes guidance on how to use the app to generate code for 20+ languages easily. This can be achieved by pasting generated schemas into https://app.quicktype.io/
  • feat: long parts in pathnames are now truncated in the middle. Hovering on the part shows a tooltip of the full name. This should resolve UI issues with long pathnames
  • fix: the import modal is now cleared after import
  • general: code cleanup in some areas, and added comments to clarify core types that power the algorithm
  • general: improved some tooltips & clarity in text content