All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
1651 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.1 Changes
January 11, 2021🐛 Bug Fixes
- ⚡️ update dependencies (894de5f)
-
v3.1.0 Changes
- ➕ Add CORS option (PR https://github.com/sinedied/smoke/pull/11)
-
v3.0.0 Changes
- ⬆️ Bump dependencies and fix vulnerabilities
💥 Breaking changes
- Require Node.js >= 10
-
v2.2.4 Changes
- ⬆️ Bump dependencies and fix vulnerabilities
-
v2.2.3 Changes
- ⬆️ Bump dependencies and fix vulnerabilities
-
v2.2.2 Changes
- 🛠 Fix route matching with empty path components
-
v2.2.1 Changes
- 🛠 Fix route matching when filename has no route
-
v2.2.0 Changes
- 🤡 Prettify recorded JSON mocks
- 🛠 Fix recorded mock content type in some cases
🗄 Deprecation notice
- 🔄 Change route params prefix from
:
to@
to fix Windows-naming issue Note: old syntax with:
still works, but mocks using this syntax will not be working on Windows filesystem.
-
v2.1.1 Changes
- 📚 Update documentation regarding collection recording
-
v2.1.0 Changes
- ➕ Add
--collection
option to allow recording to a mock collection - ➕ Add
--save-query
option to save query parameters when recording - ➕ Add
--depth
option for mock conversion - 🔄 Change shorthand param for
--ignore
from-g
to-i
- 🛠 Fix
--ignore
param forsmoke-conv
tool
- ➕ Add