pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

resterm: update to 0.13.2.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Dec 28 22:38:17 2025 +0100
Changeset:	fad99a6b4bcec141cbac7399322493e7c7927c00

Modified Files:
	resterm/Makefile
	resterm/distinfo

Log Message:
resterm: update to 0.13.2.

0.13.2

Navigator improvements

    The file sidebar now displays your files in a proper folder structure instead of a flat list. This makes it much easier to work with projects that have files organized in subdirectories.
    Folders appear at the top and can be expanded/collapsed just like files.
    .rts module files now show up in the navigator with a bullet (•) indicator instead of the expand/collapse caret

0.13.1

What's Changed

    Fixes a bug where request.query could show a URL path as if it were query parameters. Query parsing now only considers real query strings, and relative URLs like /path?p=2 work correctly.
    Includes small internal refactors with no behavior changes.

0.13.0

What's new

Resterm Script (Experimental) - a small, safe expression language for request-time logic in .http/.rest files.

    Experimental RTS expression language for templates, directives, and .rts modules with bounded execution (no network or file writes. Optional json.file reads).
    Request‑level directives: @use, @apply, @when/@skip-if, @assert, @for-each and @script pre-request lang=rts.
    Workflow‑only branching directives: @if/@elif/@else and @switch/@case/@default (use @when/@skip-if for simple request).
    Pre‑request RTS scripts can mutate request/vars before execution - @apply runs first. JavaScript pre‑request scripts remain supported.
    RTS runtime context + stdlib: env, vars, request, last, response, trace, stream, plus core/encoding/URL/time/JSON/text/list/dict/math helpers.
    New reference in docs/restermscript.md, sample pack in _examples/rts plus editor syntax highlighting and metadata hints.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fad99a6b4bcec141cbac7399322493e7c7927c00

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 resterm/Makefile | 2 +-
 resterm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/resterm/Makefile b/resterm/Makefile
index 3e358c99fa..f3ea82f214 100644
--- a/resterm/Makefile
+++ b/resterm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	resterm-0.12.0
+DISTNAME=	resterm-0.13.2
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=unkn0wn-root/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/resterm/distinfo b/resterm/distinfo
index 2548456c21..0f69b908fd 100644
--- a/resterm/distinfo
+++ b/resterm/distinfo
@@ -498,6 +498,6 @@ Size (nhooyr.io_websocket_@v_v1.8.7.mod) = 427 bytes
 BLAKE2s (nhooyr.io_websocket_@v_v1.8.7.zip) = f4ed468617b351c6663eaae8b75c1e32c4b53b2c6d3b964c0cc1a65070784c0f
 SHA512 (nhooyr.io_websocket_@v_v1.8.7.zip) = bf99fcf8e3797080ea6c486dab6f677d00b22865cce152c98d350f429d75c25ffce1266c3ed0429172879e1725d770e651174d18b4438aa8fd40b2357d3bca31
 Size (nhooyr.io_websocket_@v_v1.8.7.zip) = 74216 bytes
-BLAKE2s (resterm-0.12.0.tar.gz) = 43d49d6a24dfb9501ccf81de63705733222e94121fa1bce24d6606adcad2ab1a
-SHA512 (resterm-0.12.0.tar.gz) = cecbb2fe0d1cccdd556ece7db5b41e9d3dca010c1803f96ae5c22981e49f7fe1866df2c00b8d22d3422772721ae02d815a745548e9b82bfc12467e9524ed32bb
-Size (resterm-0.12.0.tar.gz) = 19809842 bytes
+BLAKE2s (resterm-0.13.2.tar.gz) = ebab76fe7c8de7ad9fb3cd1abd1dd38deb4a2438d6da875d9feec512ac12e6bb
+SHA512 (resterm-0.13.2.tar.gz) = 8d806c5241d2eb2699d33bb403d3f86077e00a3567195250d486737910a2a0cf8cd1b4847a6590b9370b3b551cc4363d383dd22f031ef8844e9f76062d071621
+Size (resterm-0.13.2.tar.gz) = 19880932 bytes


Home | Main Index | Thread Index | Old Index