You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***parser:** do not read environment files during the parsing process
10
+
11
+
### ref
12
+
13
+
***parser:** do not read environment files during the parsing process ([5c34314](https://github.com/rest-nvim/rest.nvim/commit/5c34314cdc086a8a068458b68e752325980fb37f))
14
+
15
+
16
+
### Features
17
+
18
+
***config:** add `decode_url` configuration option to the `result.behavior` table ([070660b](https://github.com/rest-nvim/rest.nvim/commit/070660bfe00d06d4ba01434be12e666860175985))
19
+
***curl:** encode URL query parameters using cURL flags ([16284ba](https://github.com/rest-nvim/rest.nvim/commit/16284ba6c127c4bfa0468b3e9406595d93fe1a48))
20
+
***env_vars:** add a `quiet` parameter to `read_file` to decide whether to fail silently if an environment file is not found, some cleanups ([ee3f047](https://github.com/rest-nvim/rest.nvim/commit/ee3f047a34961b4fbf203559253578dadfc1a31b))
21
+
* re-implement pre and post request hooks, load env variables from environment file before running the requests ([b8cfe07](https://github.com/rest-nvim/rest.nvim/commit/b8cfe071ede11988d19c785d9cccc8bf721aab06))
22
+
* release v2, it's finally here :) ([72e2662](https://github.com/rest-nvim/rest.nvim/commit/72e2662b380049f200ca81d9ff1b5a082e97913f))
23
+
***utils:** expose a `escape` function to encode strings, meant to be used by extensions to encode URLs in case their clients does not provide an encode utility ([c3dca4a](https://github.com/rest-nvim/rest.nvim/commit/c3dca4ac73269f5bf8b8be7a424b8eea640da159))
0 commit comments