There was an error while loading. Please reload this page.
1 parent 7509e3b commit 1e51bfcCopy full SHA for 1e51bfc
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.5.0
4
+
5
+- Enhanced documentation
6
+- Provide function injector for unit tests
7
+- Improved initial console output
8
+- Added preview animation to README
9
10
## 0.4.4
11
12
- Fixed WS proxy bug when sending on closed sockets
package.json
@@ -1,6 +1,6 @@
{
"name": "kras",
- "version": "0.4.4",
+ "version": "0.5.0",
"description": "Efficient server proxying and mocking in Node.js.",
"main": "dist/server/kras.js",
"types": "dist/server/kras.d.ts",
0 commit comments