- add support for better Buffer JSON stringify (#796)
- handle dom parser exception for invalid xml (#821)
- do not log stack on assertions error (AnWeber/vscode-httpyac#338)
- only clear output channel for test runs (AnWeber/vscode-httpyac#337)
- add skipped test result on user cancellation (AnWeber/vscode-httpyac#323)
- revert: named response is only set, if all testResults are valid
- changed behaviour from
@ref
(AnWeber/vscode-httpyac#336)- negative test results from reference does not stop dependent request
- errored reference is not executed multiple times if it is referenced multiple times
- named response is only set, if all testResults are valid
- support
http_proxy
environment variable - support html mimetype for dom parser and use only valid mimetype in parseFromString
- support client certificates on OAuth2 Requests (#802)
- update tough-cookie to remove punycode deprecation warning (#813)
- support $env intellij environment variables access (#811)
- failed tests in reference skips request (AnWeber/vscode-httpyac#335)
- support
http_proxy
environment variable - remove
unexpected-response
listener to support abortHandshake in ws (#816)
- prefix output with name as fallback for title (AnWeber/vscode-httpyac#318)
- ensure valid names of parsed symbols (AnWeber/vscode-httpyac#297)
- copy header for aws signing (#769)
- add skip test result if
@ref
is skipped (AnWeber/vscode-httpyac#297)
- add support to define timeout per request using
request.timeout
or setting variablerequest_timeout
- variables in gql Query body are replaced (AnWeber/vscode-httpyac#303)
- allow defaultHeaders to overwrite accept or user-agent header
- only try loading grpc reflection if no other protodefinition file is imported or it is explicitly triggerd using grpcReflection (#757)
- add better handling for disabled and error tests (AnWeber/vscode-httpyac#297, #760)
- support empty passwords for Basic auth (#751)
- error do not bail test runs and instead just set error for this httpRegion (#708)
- add
--tag
support to cli to only execute httpRegion with defined tag (#693)
- prevent readFile Error log output on package.json search (AnWeber/vscode-httpyac#293)
- disabled MetaData Handler checks disabled State on occurence of line in execution order (AnWeber/vscode-httpyac#292)
- support Intellij Multiline FormUrlEncoded Syntax (#699)
- better match .env files to ignore false positive like
.envrc
(#700)
- Aws Signing use query params in signing request (#684)
- allow check for floats (AnWeber/vscode-httpyac#283)
- ensureUniqueId on merge (AnWeber/vscode-httpyac#280)
- replace header variables after body variables to allow valide Request Signing (#684)
- `$random.integer() returns valid integer (AnWeber/vscode-httpyac#277)
- update to new API Changes of Intellij Http Client
- add support for OAuth2 Intellij API (AnWeber/vscode-httpyac#275)
- JUnit Test Output conforms to Junit 5 XSD (#673)
- test results generated by
@loop
override previous test results for junit output(#664)
- provide no duplicate symbols on filter call (AnWeber/vscode-httpyac#269)
- request count ignores disabled region (#663)
- show replaced expected value in test results to improve user experience (#663)
- add current symbol to filter result if symbol matches predicate (AnWeber/vscode-httpyac#265)
- call
end()
instead ofcancel()
on successful GRPC Client Streaming (AnWeber/vscode-httpyac#264)
- replace grpc-reflection-js with grpc-js-reflection-client
- fix order of log output in cli (#644)
- Assertsions for Zero are working (AnWeber/vscode-httpyac#260)
- typo in junit report.xml generation (#642)
- Variable is replaced in multipart/form-data when file is injected (AnWeber/vscode-httpyac#258)
- hide password answer in sessionStore (AnWeber/httpbook#111)
- add Content-Type if protocol
GRAPHQL
is used to support same API as Intellij HTTP Client (AnWeber/vscode-httpyac#257)
- Intellij store variables independent from current env in global cache (#612)
- always use GRPC Reflection to support same Behaviour as Intellij (AnWeber/vscode-httpyac#254)
- add
audience
andresource
to OAuth2 token exchange flow (AnWeber/vscode-httpyac#248) - allow intercepting and modification of OAuth2 Request before sending using
oauht2_interceptRequest
(#605)
- escaping of
\{\{2\}\}
did not work (AnWeber/vscode-httpyac#244) - support only
http-client.env.json
andhttp-client.private.env.json
files for intellij environments (AnWeber/vscode-httpyac#245) - add support to set requestUnauthorized to OAuth2 Requests (#605)
- allow empty string in input and list provider (AnWeber/vscode-httpyac#247)
- parsing issue with multiline url parsing with only variable content (AnWeber/vscode-httpyac#249)
- add support for dynamic
# @ref
(#585)
- device code flow uses correct interval
expires_in
is not required in OAuth2Response (AnWeber/vscode-httpyac#240
- add npm package provenance (2nd try)
- improve junit output with updated testcase node
- add npm package provenance
- improve junit output using nested testsuite for httpFile and httpRegion
- junit export using '--junit' args
- do not fail on javascript assert (#572)
- add new meta data
# @post-redirect-get
to always use methodGET
for redirects (#563)
- use grpc Stream cancel method if available
- allow import of
.httpyac.cjs
or.httpyac.config.cjs
file - Memory Leak in grpc client, because grpc client is not closed (#231)
- add support for grpc-reflection (#566)
- only use default scope
opendid
if no scope is defined (#560) - use repeat only in mainContext and not in forceRef calls (#562)
- store all connections as session in userStorage to allow disconnect (#565)
- new amqp client does not disconnect previous amqp client (#565)
- complete activeEnvironment refactor (AnWeber/vscode-httpyac#230)
- add filename to processedHttpRegion
- allow change of active Environment in provided context (AnWeber/vscode-httpyac#225)
- allow setting channelCredentials in header using
string
(#553) - support using require in inline template
- improvements to completionItem API (AnWeber/vscode-httpyac#224)
- reenable Http Header completion (AnWeber/vscode-httpyac#223)
- resolve connect Promise in Websocket Requests on close before open Connection (AnWeber/httpbook#96)
- support of
--bail
does also work in referenced http files (#540)
- support return of null in variable replacement (#513)
- allow for variable use in $pick picklists:
{{ $pick ask-variable? $value: data }}
(#537) - pre request in intellij format is executed before variable replacer (#534)
- allow removal of UserAgent Header (httpyac/httpyac.github.io#70) using script
{{@request
request.headers["User-Agent"] = undefined
}}
- support multiple
# @import
of the same file from different httpFiles (#508)
- support OData Batch Processing (#507)
- improve stability of asserts using objects/arrays (#503)
- add method
$getOAuth2Response
to javascript context (#499) - add
HttpClientProvider
andJavascriptProvider
to httpyac API - allow global Asserts and
onRequest
/onResponse
hooks and import global Asserts from other Http Files (#488) - support xpath namespaces using
@xpath_ns
(#493)
- always log current
httpRegion
andresponse
on exception (#275)
output=none
is respected in CLI (#477)$input-askonce
does not ask again for existing variables (#477)
- support configuration of output request logger options in .httpyac config (#467)
- calculate average of timings for repeat (httpyac/httpyac.github.io#69)
--output exchange
displays timings in cli (httpyac/httpyac.github.io#69)
- use
env
as default env dirname (AnWeber/vscode-httpyac#198)
- default headers do not overwrite headers with other casing (AnWeber/vscode-httpyac#200)
- env dir is resolved correctly (AnWeber/vscode-httpyac#198)
- output-failed did not work, if output none is used (460)
- prefer httpyac config files for root determination (AnWeber/vscode-httpyac#194)
- unresolved
# @ref
throws error (AnWeber/vscode-httpyac#197) - after script is not triggered too much while using
@loop
(#463)
# @jwt
metadata parsedBody matches body (#454)- allow comment in last line of script (#454)
- ignore region names which are not valid Javascript Variables (#455)
- request method detection supports only uppercase character to prevent false positives (#447)
- reuse current NodeJS Context instead of creating custom Context to allow use of crypto in NodeJS@20 (#437)
- using askonce modifier is optional (AnWeber/vscode-httpyac#190)
- add support for custom plugins in httpFileStore initialization (AnWeber/vscode-httpyac#186)
- add modifier
$input-askonce
to ask only once for $input (#436)
- ensure deletion of additional body properties (prettyPrintBody, parsedBody, rawBody), if
body
property is modified (AnWeber/httpbook#84)
- response is correctly parsed with HttpSymbolKind.Response
- Markdown and Asciidoctor Files are parsed correctly in CLI (#425)
- allow async/await syntax in code snippets (#398)
- unable to use variable as graphql input (#421)
# @import
imports variables of *.http files (AnWeber/vscode-httpyac#184)- setSource uses correct startOffset (AnWeber/httpbook#82)
- add activeEnvironment to HttpFile (#415)
- some utils functions are removed and added directly to httpRegion (e.g isGlobalHttpRegion)
- add Additional orchestration capabilities by providing
$httpyac
in Script (#405)
- fix Maximum call stack size exceeded when remove AMQP Session from store (#410)
- add missing request to GRPC, AMQP, Websocket and EventSource Responses (#413)
- no infinite loop using cli with selection (#409)
- allow sending body in GET Request (AnWeber/vscode-httpyac#179)
- allow import of files into variable (AnWeber/vscode-httpyac#180)
- allow setting global var with variable notation (AnWeber/vscode-httpyac#180)
- GRPC Request needs to be object instead of Buffer/string (#407)
- add code completion for tests
- Protocol Specific Request Clients are replaced with generic interface RequestClient (
$requestClient
). - to access previous Client you can use
$requestClient.nativeClient
- removed Variables: amqpClient, amqpChannel, grpcStream, mqttClient, websocketClient
- requireUncached is removed
- use
$requestClient.send(<body>)
to send string or Buffer with current client. Add EventListener$requestClient.on('message', (response) => ...)
to access respones of client
MQTT tcp://broker.hivemq.com
topic: httpyac
{{@streaming
async function writeStream(){
await sleep(1000);
$requestClient.on("message", (response) => {
console.info(response);
});
$requestClient.send("find me");
await sleep(1000);
$requestClient.send("wait for response");
await sleep(1000);
}
exports.waitPromise = writeStream();
}}
- extended and simpler assert logic (docs)
GET https://httpbin.org/anything
?? status == 200
- multiple specification of request body per response (like Intellij Request Body separator)
MQTT tcp://broker.hivemq.com
topic: httpyac
Send one
===
Send two
=== wait-for-server
=== wait-for-server
Send three
- websocket requests with same url as a websocket request are requested with the same url. You can keep a WebSocket Client open and send additional requests.
# @keepStreaming
wss://scrumpoker.foo
###
wss://scrumpoker.foo
["CONNECT\naccept-version:1.1,1.0\nheart-beat:10000,10000\n\n\u0000"]
===
["SUBSCRIBE\nid:sub-0\ndestination:/user/topic/username\n\n\u0000"]
===
["SUBSCRIBE\nid:sub-1\ndestination:/user/topic/notification\n\n\u0000"]
===
["SUBSCRIBE\nid:sub-3\ndestination:/topic/setting/cardset/{{roomId}}\n\n\u0000"]
===
["SEND\ndestination:/ws/room/register\n\n{\"roomID\":\"{{roomId}}\"}\u0000"]
===
["SEND\ndestination:/ws/user/username\n\n{\"username\":\"httpyac\"}\u0000"]
###
wss://scrumpoker.foo
["SEND\ndestination:/ws/room/{{roomId}}/estimate\n\n{\"estimation\":\"5\"}\u0000"]
- add parallel option to cli and test runner to execute requests in parallel.
- process each line of an event stream like Intellij (see)
- add
proxyExcludeList
config to exclude some url from proxy calls (AnWeber/vscode-httpyac#176)
- no-redirect did not prevent redirect (AnWeber/vscode-httpyac#171)
private.env.json
settings overrides otherenv.json
settings to be Intellij compatible (AnWeber/vscode-httpyac#175)
- xmldom warnings and errors are redirected to log.debug (#383)
- variables in request body import are replaced (#377)
- add Intellijj Http Graphql Method support (AnWeber/vscode-httpyac#165)
- update Intellijj Dynamic Variables
- add Intellij PreRequest Script Support
- add
$random
Utils to create Mock Data
- provide Global Variable Cache (#358)
- add XPath Variable Replacer (httpyac/httpyac.github.io#62)
- replace header variables before body (httpyac/httpyac.github.io#63)
- allow whitespace around variable definition (#354)
- allow set of MQTT Username and Password with Request Headers (httpyac/httpyac.github.io#58)
- display correct version in docker command
- add docker image for httpyac
- Cookie Header support variable replacment (#352)
- Parsing Issue with non HTTP responses
- support protocol with multiline urls (AnWeber/vscode-httpyac#159)
- prevent issue with string.replace special replacement patterns (httpyac/httpyac.github.io#57)
- fix missing jwt data (httpyac/httpyac.github.io#56)
- update inquirer and filesize
- parser error on
/* ... */
comment directly after header
- update hookpoint to prevent error with interceptor
- trim filename in
@import
(AnWeber/vscode-httpyac#150)
- allow setting CookieJar Options (httpyac/httpyac.github.io#55)
- issue with breaking change in minor version of tough-cookie
- update dependency [email protected]
- add response tags to allow better filtering in responseLogging Hook (#322)
- update dependency [email protected]
- modify usage because of Variadic option (#326)
- respect timeout in GRPC, MQTT and Websocket Requests (#320)
- prevent override of httpYac Script Keywords (AnWeber/vscode-httpyac#144)
- add OAuth2 config setting to change server.listener port (#315)
- no exception after cancel while OAuth2 Authorization Code flow
- prevent circular JSON.stringify with fallback (AnWeber/vscode-httpyac#139)
- output header key in test.header (#304)
- prevent missing body with request body and
@loop
(#302)
- use correct request for HTTP302 logging (AnWeber/vscode-httpyac#137)
- prevent excessive ref calls if response body is falsy (AnWeber/vscode-httpyac#136)
- support Request Body in AWS Signature (#299)
- log redirect responses (HTTP 302)
- add symbols for handlebar in url, header and body
- grpc requests allows output redirection (#297)
# @loop
allows statements before the loop is executed (#279)# @loop
sets variable for# @name
(#279)- ensure string headers in http requests
- ignore casing in Intellij Headers (httpyac/httpyac.github.io#47)
- use correct symbol for response Header (AnWeber/httpbook#53)
- allow variables in outputRedirection (httpyac/httpyac.github.io#46)
- allow empty string as variable (#268)
- add response parser for GRPC, WS, SSE to fix issues in httpbook (AnWeber/httpbook#51)
- add user with space in http auth digest (#274)
- add
dayjs
anduuid
to require # @disabled
allows evalExpression which is evaluated on each step in execution (#246)
- throw error on javascript error (#245)
- correct order of output using
# @ref
(#245) - correct order of output using
# @loop
(#243) - right request count using
# @loop
(#242)
- The default behavior of setting variables has been changed. Now the variables are evaluated directly (query evaluates to
?foo=foobar
).
@bar=bar
@foo=foo{{bar}}
###
@bar=bar2
GET https://httpbin.org/anything?foo={{foo}} HTTP/1.1
The previous behavior can be enforced by means of :=
(query evaluates to ?foo=foobar2
).
@bar=bar
@foo:=foo{{bar}}
###
@bar=bar2
GET https://httpbin.org/anything?foo={{foo}} HTTP/1.1
- allow simple transform response variables (#235)
GET https://httpbin.org/json
@foo={{response.parsedBody.slideshow.author}}
- right order of cli output (#237)
- Security fix for transitive Dependency minimist
- OAuth2 uses only fallback, if prefixed value is undefined or null (#228)
- merge all responses on using
repeat-mode
and add count of status (httpyac.github.io#34)
- Variable substitution did not work inside body of
application/x-www-form-urlencoded
(httpyac/httpyac.github.io#36) - revert modification of
# @import
and store imported http files in httpFileStore (AnWeber/vscode-httpyac#112)
- add RFC7636 OAuth2 Authorization Code Flow with PKCE support (#219)
- add RFC8707 OAuth2 Resource Indicator support (#218)
# @import
does not store file in httpFileStore, if it is not already loaded in the store (AnWeber/vscode-httpyac#110)
- add workspace trust support (AnWeber/vscode-httpyac#104)
- OAuth2 Authorization Code Flow and Password Flow supports public clients (#214)
- fixed parsing of meta data
# @jwt
- fix order of variable replacer (#216)
- multiple import of the same file does not abort processing (#212)
- setClipboard on device_code OAuth2 flow does not throw exceptions (#211)
- OAuth2 does not use token exchange flow
- fix invalid protocol (#210)
- add mergeRawHttpHeaders to utils (#209)
- The internal project structure was revised and a better separation of the plugin components was achieved. These are preparations to possibly provide an ESM build or support vscode.dev in the future.
- Setting Got Options directly on the request will be removed in one of the next versions. Got checks in v12 whether only valid options are set. But since options and custom properties are mixed at the request object, such a separation would be difficult. Please change
request[...]
torequest.options[...]
. - function interface of StreamLogger changed
- added RabbitMQ Support
- add OAuth2 Variable Prefix to Session to allow cache of different user login (#207)
- transitive request references (
@import
) not being resolved (#205) - import of modified variables works when using
@forceRef
(#205)
- add Asciidoc Injection
- add testFactory to utils (#194)
- update to globby and clipboardy ESM Packages
- use device_code instead of code in OAuth2 Device Code Flow
- add more file extensions for Markdown Injection (AnWeber/vscode-httpyac#102)
- add fallback, if fsPath results in undefined/ error (AnWeber/httpbook#43)
- Error parsing grpc URL starting with grpc fixed (mistaken for protocol)
- use Host Header as Url Prefix (#189)
- add cookie to userSessionStore instead cookieStore
# @loop
allows actions before execution of the loop (e.g. ' # @ref ...`)- use all dotenv files between httpfile directory and rootDir (#174)
- handle Windows directory separators in glob pattern (#175)
- GRPC name resolution problem when the path was set (#158)
- support http codeblocks in markdown files (#164)
- add raw headers to httpResponse (#165)
- add special env setting
request_rejectUnauthorized
to ignore SSL Verification (#159) - add special env setting
request_proxy
to set proxy (#159) - proxy support of
socks://
proxy (AnWeber/vscode-httpyac#91)
- replace all whitespace in meta data name and use camelCase instead of underscore (#154)
- support nested
envDirName
(AnWeber/vscode-httpyac#93) - allow hyphens in variable name (AnWeber/vscode-httpyac#95)
- really read all
*.env.json
as Intellij Environment Files (AnWeber/vscode-httpyac#94)
@import
supports variable substitution (#151)- render objects as JSON while replacing variables (#146)
- add httpResponse as named variable with
${name}Response
(#152)
- read all
*.env.json
as Intellij Environment Files (AnWeber/vscode-httpyac#94) - Intellij
client.global.set
really changes variables for this run (#150)
- add new Command
httpyac oauth2
to support output of OAuth2 JWT Token (#138)
- remove
??
to support NodeJS v12 (#123) - oauth2 variables are expanded
- add config setting for OAuth2 redirectUri (#118)
- add password variable replacer (#139)
- besides
$shared
there is now also the possibility to use$default
inconfig.environment
. These variables are only used if no environment is selected (#142)
- added two line endings instead of one in response body (httpyac/httpyac.github.io#13)
- add support for
.
in header name #128 - parsing error with
=
fixed cli command--var
- interpret all status codes <400 as valid OAuth2 return codes (#131)
- global hooks are now always used for all HttpRegions and also work correctly in httpbook (AnWeber/httpbook#39)
- remove special handling of Authorization Header on grpc Requests (#125)
- GraphQL queries withouth variables are executed (#124)
- .env file in same folder not imported #112
- blank header is now supported (#107)
- using
# @no-log
breaks named variable (#106)
- add new event
@responseLogging
for scripts - add
--var
option to cli command
- refreshTokenFlow does not require refreshExpiresIn
- envDirName is not overriden in cli command (#103)
- added OAuth 2.0 Device Authorization Grant (#97)
- extend GRPC Not Found Service Error with avaiable services
- escape of
{{...}}
works again (#99) - user cancelation stops execution hook (#98)
- config setting to use Region scoped variables (default: false)
- added
--bail
option to fail fast on test error
- return with exit code 1 if non existing endpoint is called (#95)
- $randomInt Variable Substitution allows negative numbers (#93)
- text after region delimiter is used as title and name (Intellij IDEA Compatibility)
- support output redirection like Intellij IDEA Compatibility
- add rate limiter support with meta option (#52)
- Body for GraphQL requests was replaced only after request
- add WebSocket support
- add MQTT support
- add Server-Sent Events support
- HTTP header array support added
- added oauthSession2 Variable to directly access OAuth2 Token
- add additional Meta Data
@verbose
to increase log level totrace
@debug
to increase log level todebug
@keepStreaming
of MQTT, Server-Sent-Events or WebSocket until the session is ended manually@sleep
supports variables- documentation of meta data added to outline view
- support comments between request line and headers
- update to @grpc/js v1.4.1
- pretty print max size too low, 1kb instead fo 1Mb (#84)
- cookies are not cleared while editing in vscode (AnWeber/vscode-httpyac#77)
- infinte loop if
@ref
in@import
disabled or not found
- accept output options for utils.toHttpString
- response in HttpRegion is deleted after run to optimize memory
- variables with
2
got not replaced in Javascript Substitution
- environments in .httpyac.js are not recognized (AnWeber/vscode-httpyac#71)
- js keyword as variable name not allowed (#76)
- Variable Substitution for file import (proto, gql, request body)
- env Variables in
process.env.HTTPYAC_ENV
are loaded - plugin in location
process.env.HTTPYAC_PLUGIN
is loaded - OAuth2 Variable Substitution uses sensible default (flow = client_credentials, prefix = oauth2)
- protoLoaderOptions conversion added (#75)
- removeHook is working
- use esbuild instead of webpack. Fixes require error in @grpc/proto-loader
- stack overflow with multiple use of the same ref statement
- entry point path fixed
- remove test script in root folder (package import error in vscode-httpyac)
- missing typescript types provided
- gRPC Request support
- Unary RPC
- Server Streaming
- Client Streaming
- Bi-Directional Streaming
- add meta option sleep (wait x milliseconds before request)
- Basic Authentication with Whitespace in username or password (
Basic {{username}}:{{password}}
) - register script task for event hooks (streaming, request, response, after)
- input and quickpick variable replacer fixed
- changed variable replacer interface from string to unknown
before: (text: string, type: string, context: ProcessorContext): Promise<string>
after: (text: unknown, _type: string, context: ProcessorContext): Promise<unknown>
- markdown requests supports sending heading
- fix detection of environments in cli usage
- fix import of http files in global context
- OAuth2 Variable Substitution can send client_id in body (config setting)
- change responseLogging to BailSeriesHook for simple use
- removed extensionScript (use instead hook api)
- removed dotenv and intellij configuration (use instead envDirName, if needed)
- httpyac plugin support
- hook api support
- better documentation
- new location for examples
- add requireUncached to script context to clear NodeJS Caching
- log trace can be selected
- add new option
--raw
to prevent pretty print of body - add pretty print for xml (AnWeber/vscode-httpyac#56)
- missing blank line after file import in multipart/formdata (#57)
- advanced logging (#49)
--output
and--output-failed
option to format output--json
option to create json output--filter
option to output only-failed requests- added meta data
title
anddescription
to extend information of the logging - added summary after executing more requests
- allow loop one requests multiple times with
for <var> of <iterable>
,for <count>
orwhile <condition>
- error in dotenv import with
.env.{{system}}
notation (AnWeber/vscode-httpyac#51) - line break issue with comment in last line #56
- simple escaping of template strings in body with
\{\{...\}\}
(is replaced with{{...}}
) - add test result summary, if more requests are executed at the same time
- fix error with global variables (AnWeber/vscode-httpyac#48)
- add new meta data @noRejectUnauthorized, to disable ssl verification
- update filesize dependency
- fixed parser, if global variable is used in first line (AnWeber/vscode-httpyac#45)
- http2 needs to explicitly activated (second attempt:-))
- error while using metadata followRedirect fixed
- http2 needs to explicitly activated
- fix gql (wrong Execution Order)
- add default accept header /
- faster parsing with lazy access of fs
- update normalize-url
- better test method support
- error parsing body in inline response
- error parsing http version in inline response
- assertUtils for simple tests
- empty line after requestline not needed anymore
- region delimiter ignore chars after delimiter
- error on require local javascript file
- fix types issue
- error if ### on first line
- Spelling mistake in symbol
- small error in Http version output
- change signature of responseRef array
- HttpSymbol provides property source
- utils for http file output
- add parser for response and responseRef
- dependency updates of open, inquirer and dotenv
- force inject variables with metadata setting (
# @injectVariables
)
- allow custom filesystem provider (e.g. vscode.workspaces.fs)
- add support for mimetype application/x-javascript
- update dotenv to 9.0.2
- all markdown utils exported
- reuse parser promise on same version and filename
- use shared env on empty environment array
- delimiter ignored on source of httpregion
- toMarkdown with better option support and style change
- httpClient is optional on httpyacApi.send
- incomplete httpRegion.source fixed
- declaration support added
- Action method changed to process instead of processor
- VariableReplacer changed to object with replace method, to implement better trust support
- better static code analysis
- interactive mode, which do not close cli command
- glob pattern support for filename
- rest client dynamic variable support ($guid, $randomInt, $timestamp, $datetime, $localDatetime, $processEnv, $dotenv)
- ref and forceRef support is fixed
- error on executing httpRegionScript
- better test method support
- refactored response in script to http response instead of body
- intellij env support enabled
- unnecessary file parse when using ref in vscode
- define response example in http file (ignored in parsing file)
- using chalk for ansi support
- dotenv support accidentally disabled
- define global script executed after every request
- set ssl client certifcates per request
- intellij syntax support for metadata (
// @no-cookie-jar
) - markdown utils in httpyac
- priority of config initialization adjusted (#3)
- minimize size of webpack build
- support for ssl client certficates
- note http version (version 1.1 disables http2 support)
- cookiejar support
- --version option in cli command
- error in signing request with aws
- cli support with httpyac cli