Skip to content

Commit 3231246

Browse files
committed
restish: update to 0.13.1.
0.13.1 fix: improved shell completion for URLs by @danielgtaylor in #95 fix: simplify option handling, send explicitly passed defaults by @danielgtaylor in #96 0.13.0 feat: cache parsed/loaded APIs for faster access by @danielgtaylor in #83 fix: sending non-structured-object input via stdin, fixes #81 by @danielgtaylor in #84 fix: better handling of params with unknown types, fixes #63 by @danielgtaylor in #85 fix: trim trailing slashes from OpenAPI servers by @danielgtaylor in #86 fix: custom server usage, fixes #54 by @danielgtaylor in #87 feat: enabled & document raw mode for saving files by @danielgtaylor in #88 fix: parameter serialization for style: form, fixes #47 by @danielgtaylor in #89 fix: handle recursive schemas without crashing, fixes #21 by @danielgtaylor in #90 feat: add api sync command by @danielgtaylor in #91 feat: update dependencies by @danielgtaylor in #92 fix: simplify edit resource command code by @danielgtaylor in #93 fix: panic when multiple configured APIs have the same base URL by @danielgtaylor in #94 0.12.0 b8773c1 Merge pull request #82 from danielgtaylor/completion b600019 feat: add auth-header command b9d6da4 feat: completion of URI templates b0b14ed feat: dynamic shell completion for OpenAPI operations 593acaf fix: utilize existing API loading for completion
1 parent 3f3526c commit 3231246

File tree

3 files changed

+223
-1660
lines changed

3 files changed

+223
-1660
lines changed

www/restish/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# $NetBSD: Makefile,v 1.12 2022/04/18 18:47:47 bsiegert Exp $
1+
# $NetBSD: Makefile,v 1.13 2022/04/20 20:40:06 wiz Exp $
22
#
33
# Changelog:
44
# https://github.com/danielgtaylor/restish/releases/
55

6-
DISTNAME= restish-0.11.0
7-
PKGREVISION= 1
6+
DISTNAME= restish-0.13.1
87
CATEGORIES= www
98
MASTER_SITES= ${MASTER_SITE_GITHUB:=danielgtaylor/}
109
GITHUB_TAG= v${PKGVERSION_NOREV}

0 commit comments

Comments
 (0)