Releases: developerHub01/ApiBolt
Releases · developerHub01/ApiBolt
v2.0.0
🆕 ApiBolt v2.0.0 – Changelog
✅ What's New
- Added ABTestEngine (API Test Engine) with full assertion capabilities.
- Added support for status, body, headers, cookies, response assertions.
- Introduced
.notnegation for all assertions. - Added grouping tests with
group()for better test organization. - Added print() and summary() utilities for debugging and reporting.
- Included real-life example scripts for reference.
🛠 Fixes
- Resolved database migration conflicts when updating between versions.
- Automatic cleanup of old DB files while preserving the latest 2 versions.
- Ensured version tracking in DB to prevent inconsistencies after updates.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
🚀 ApiBolt v1.1.0
This is not a big release. Just a small patch.
But honestly, it fixes something that was really annoying while testing APIs.
What I added
Dynamic Path Params
Now you can write a clean URL like:
http://localhost:3000/blogs/:id/:page
and just change values from the Path Params table.
Before
Every time I had to edit the URL manually:
/blogs/tech-trends-2026/1
/blogs/react-performance-guide/2
/blogs/nodejs-auth-tutorial/3
Now
Write URL once
Change id and page from params
Done
No more touching the URL again and again.
Small thing, but when you're testing APIs repeatedly — this saves a lot of time and irritation.
v1.0.4
keyboard-shortcut feature updated, track based on project-based or gl…
v1.0.3
keyboard-shortcut update reset bug fixed
v1.0.2
layout direction option added
v1.0.1
wallpaper setting optimized for wallpaper thumbnails.
v1.0.0
v1.0.0 published