ITADN
rest-nvim/rest.nvim

版本发布 8

v3.12.0
? · 2025-03-08

## [3.12.0](https://github.com/rest-nvim/rest.nvim/compare/v3.11.2...v3.12.0) (2025-03-08) ### Features * add default = true for highlight groups definition. ([#541](https://github.com/rest-nvim/rest.nvim/issues/541)) ([54ee52a](https://github.com/rest-nvim/rest.nvim/commit/54ee52ab94ff52055259b79d3aef5311913f0c5f)) ### Bug Fixes * Statistics syntax highlight ([#540](https://github.com/rest-nvim/rest.nvim/issues/540)) ([7ca9204](https://github.com/rest-nvim/rest.nvim/commit/7ca92042e0f0fa78bccb929782e542bff827bf74))

v3.11.2
? · 2025-02-24

## [3.11.2](https://github.com/rest-nvim/rest.nvim/compare/v3.11.1...v3.11.2) (2025-02-24) ### Bug Fixes * **dotenv:** allow hash inside quoted environment variables (fix [#514](https://github.com/rest-nvim/rest.nvim/issues/514)) ([c94d89f](https://github.com/rest-nvim/rest.nvim/commit/c94d89f1f0627e2446024d3c99b189e9e7591390)) * prevent buffer change while parsing ([#535](https://github.com/rest-nvim/rest.nvim/issues/535)) ([98f0bfc](https://github.com/rest-nvim/rest.nvim/commit/98f0bfc0c4d8b0c75df1d9fe30293f2a0e390504))

v3.11.1
? · 2025-02-14

## [3.11.1](https://github.com/rest-nvim/rest.nvim/compare/v3.11.0...v3.11.1) (2025-02-14) ### Bug Fixes * run request before ui open ([d10001b](https://github.com/rest-nvim/rest.nvim/commit/d10001b81c95cf61220290800cf93404f7f34ba4))

v3.11.0
? · 2025-02-13

## [3.11.0](https://github.com/rest-nvim/rest.nvim/compare/v3.10.1...v3.11.0) (2025-02-13) ### Features * add ability to pass certs ([#519](https://github.com/rest-nvim/rest.nvim/issues/519)) ([fc34f46](https://github.com/rest-nvim/rest.nvim/commit/fc34f46906c454aab5e404a8c6d150a84175293c))

v3.10.1
? · 2025-02-09

## [3.10.1](https://github.com/rest-nvim/rest.nvim/compare/v3.10.0...v3.10.1) (2025-02-09) ### Bug Fixes * **curl/cli:** parse redirected response as list ([d5228fe](https://github.com/rest-nvim/rest.nvim/commit/d5228fe86b726cc12e555651e7098c58a6efb914)) * **treesitter:** manually start http parser (fix [#508](https://github.com/rest-nvim/rest.nvim/issues/508)) ([4449bca](https://github.com/rest-nvim/rest.nvim/commit/4449bcaa86ac5b1e7019e92d8eb6320ca1ae3e47))

v3.10.0
? · 2025-02-09

## [3.10.0](https://github.com/rest-nvim/rest.nvim/compare/v3.9.1...v3.10.0) (2025-02-09) ### Features * add `rest.Opts.Env.find` option. (fixes [#518](https://github.com/rest-nvim/rest.nvim/issues/518)) ([5c1fc0f](https://github.com/rest-nvim/rest.nvim/commit/5c1fc0f87e622a5a17258bac8dd05fcac31745c2)) ### Bug Fixes * correct uri scheme parsing ([62606c3](https://github.com/rest-nvim/rest.nvim/commit/62606c3599bd304227457d6e20580965939b191e))

v3.9.1
? · 2024-12-28

## [3.9.1](https://github.com/rest-nvim/rest.nvim/compare/v3.9.0...v3.9.1) (2024-12-28) ### Bug Fixes * **ci:** install tree-sitter dependencies before luarocks release ([d41334d](https://github.com/rest-nvim/rest.nvim/commit/d41334da3f368cec47988283c62a76be2c6e2ef1))

v3.9.0
? · 2024-12-28

## [3.9.0](https://github.com/rest-nvim/rest.nvim/compare/v3.8.5...v3.9.0) (2024-12-28) ### Features * use tree-sitter-http parser from luarocks dependency ([e2d9dc8](https://github.com/rest-nvim/rest.nvim/commit/e2d9dc8b0400cb5d52f10925d2c39dfe11663e57))