Skip to content

Releases: devlooped/jq

v1.8.1-beta

21 Aug 00:29
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Fix chmod +x on Azure Flex plan by @kzu in #73

Full Changelog: v1.7.1.8...v1.8.1-beta

v1.8.1

21 Aug 01:21
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Fix chmod +x on Azure Flex plan by @kzu in #73

Full Changelog: v1.7.1.8...v1.8.1

v1.7.1.8

09 Apr 17:17
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Don't force the type to be public by @kzu in #42

Full Changelog: v1.7.1.7...v1.7.1.8

v1.7.1.7

07 Apr 15:13
@kzu kzu
183d488

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Hide JQ.cs from explorer by default by @kzu in #41

Full Changelog: v1.7.1.6...v1.7.1.7

v1.7.1.6

07 Apr 14:15
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Switch to source content, add NS2.0 support by @kzu in #40

Full Changelog: v1.7.1.5...v1.7.1.6

v1.7.1.5

02 Apr 22:11
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Lock before writing to potentially shared file by @kzu in #39

Full Changelog: v1.7.1.4...v1.7.1.5

v1.7.1.4

02 Apr 20:31
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Fix issue on hosted environment without chmod permissions by @kzu in #37

🔨 Other

  • Ignore JQ binaries under tools by @kzu in #38

Full Changelog: v1.7.1.3...v1.7.1.4

v1.7.1.3

10 Mar 05:29
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Add support for queries with comments by @kzu in #34

Full Changelog: v1.7.1.2...v1.7.1.3

v1.7.1.2

17 Aug 03:06
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Allow UTF8 input in JSON string by default by @kzu in #5
  • Add UTF8 support by default in query output by @kzu in #19

Full Changelog: v1.7.1...v1.7.1.2

jq 1.7.1

20 Mar 16:23

Choose a tag to compare

  • Fix memory leaks on invalid input for ltrimstr/1 and rtrimstr/1. @emanuele6 #2977
  • Fix memory leak on failed get for setpath/2. @emanuele6 #2970
  • Fix nan from json parsing also for nans with payload that start with 'n'. @emanuele6 #2985
  • Allow carriage return characters in comments. @emanuele6 #2942 #2984

Documentation changes

  • Generate links in the man page. @emanuele6 #2931
  • Standardize arch types to AMD64 & ARM64 from index page download dropdown. @owenthereal #2884

libjq

Build and test changes

New Contributors

Full Changelog: jqlang/jq@jq-1.7...jq-1.7.1