File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.9.4] ( https://github.com/varletjs/axle/compare/v0.9.3...v0.9.4 ) (2024-12-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * expose AxiosError class ([ 06ea121] ( https://github.com/varletjs/axle/commit/06ea121f5ffbd770d9be971ca88e71f58669439c ) )
7
+ * expose isAxiosError ([ dc9330f] ( https://github.com/varletjs/axle/commit/dc9330fe3f14d0c1e9c53339434751f7e42151ec ) )
8
+
9
+
10
+
1
11
## [ 0.9.3] ( https://github.com/varletjs/axle/compare/v0.9.2...v0.9.3 ) (2024-11-13)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.9.4 " ,
4
4
"scripts" : {
5
5
"preinstall" : " npx only-allow pnpm" ,
6
6
"postinstall" : " simple-git-hooks" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet/axle" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.9.4 " ,
4
4
"description" : " Progressive request tool based on axios" ,
5
5
"type" : " module" ,
6
6
"main" : " lib/index.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @varlet/axle-playground" ,
4
- "version" : " 0.9.3 " ,
4
+ "version" : " 0.9.4 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite & nodemon src/server.js" ,
You can’t perform that action at this time.
0 commit comments