v0.15.0 #59
Julien-cpsn
started this conversation in
Release feedback
v0.15.0
#59
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
❗IMPORTANT❗
Added
The console tab will display every
console.log
and errors used within the scriptsYou can manipulate the
request
variable, it litterally represents the data that ATAC usesname
,url
,method
,params
,headers
,body
,auth
andsettings
You can also manipulate the
env
variable, to get and set your environment variables. They then will be saved into your environment file.env.get('KEY')
andenv.set('KEY', data)
A
pretty_print(...)
method is implemented by default. It will stringify your data to JSON and then print it.Image responses can now be visualized directly from ATAC! 👀
atac.toml
by settingdisable_images_preview = true
Improved
Fixed
This discussion was created from the release v0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions