Skip to content

Releases: developerHub01/ApiBolt

v2.0.0

05 Apr 16:25

Choose a tag to compare

🆕 ApiBolt v2.0.0 – Changelog

api-bolt-v2 0 0

✅ What's New

  • Added ABTestEngine (API Test Engine) with full assertion capabilities.
  • Added support for status, body, headers, cookies, response assertions.
  • Introduced .not negation 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

19 Feb 13:17

Choose a tag to compare

🚀 ApiBolt v1.1.0

api-bolt-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

15 Feb 18:29

Choose a tag to compare

keyboard-shortcut feature updated, track based on project-based or gl…

v1.0.3

14 Feb 20:05

Choose a tag to compare

keyboard-shortcut update reset bug fixed

v1.0.2

14 Feb 16:09

Choose a tag to compare

layout direction option added

v1.0.1

12 Feb 06:03

Choose a tag to compare

wallpaper setting optimized for wallpaper thumbnails.

v1.0.0

09 Feb 08:16

Choose a tag to compare

v1.0.0 published