mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-13 11:55:38 +00:00
Preparing release notes
This commit is contained in:
parent
aaf805d893
commit
44c7f3aec3
@ -42,7 +42,7 @@ cities:
|
|||||||
```
|
```
|
||||||
then
|
then
|
||||||
```bash
|
```bash
|
||||||
yq -o=lua '.' sample.yml
|
yq -o=lua --lua-unquoted '.' sample.yml
|
||||||
```
|
```
|
||||||
will output
|
will output
|
||||||
```lua
|
```lua
|
||||||
@ -72,7 +72,7 @@ cities:
|
|||||||
```
|
```
|
||||||
then
|
then
|
||||||
```bash
|
```bash
|
||||||
yq -o=lua '.' sample.yml
|
yq -o=lua --lua-globals '.' sample.yml
|
||||||
```
|
```
|
||||||
will output
|
will output
|
||||||
```lua
|
```lua
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
4.35.1:
|
||||||
|
- Added Lua output support (Thanks @Zash)!
|
||||||
|
- Added BSD checksum format (Thanks @viq)!
|
||||||
|
- Bumped dependencies
|
||||||
|
|
||||||
4.34.2:
|
4.34.2:
|
||||||
- Bumped dependencies
|
- Bumped dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user