github darrenburns/posting 2.10.0

4 hours ago

Here's a selection of some of the changes in Posting v2.10.0:

Dynamically loading environments

You can set Posting to read from a specific .env file at runtime, allowing you to swap in and out e.g. dev.env and prod.env without restarting. Note that this doesn't support loading multiple env files at once. To do that, you'll still need to load them in the order of precedence you require via the CLI. Thanks to @waylonwang for the contribution.

image

Copy values from any table

There's a new universal binding for copying keys, values, or both items from tables. Many of the tables in Posting share the same key-value structure. If you press c or y while one is focused, you're now presented with a modal which allows copying to your clipboard. Thanks for contributing, @viniciussoares!

image

🤔 We should probably add support for pasting the copied values, if you've copied both...

Import OpenAPI 3.0 specs

Previously, only OpenAPI 3.1 specs were supported. Thanks to a contribution from @znorris, v3.0 specs are now also importable.

Vim keys in the method selector

@Ben-Collett added support for Vim keys to the method selector dropdown.

Supporting symlinks for theme file auto-reloading

Posting automatically reloads your theme when you change the theme file. @erodriguez23777 ensured this also works when you're referring to a theme via a symlink.

Copy the URL

Thanks to @erodriguez23777 you can now copy the URL using ctrl+y.


Autogenerated by GitHub:

What's Changed

New Contributors

Full Changelog: 2.9.2...2.10.0

Don't miss a new posting release

NewReleases is sending notifications on new releases.