File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.9.0] ( https://github.com/varletjs/axle/compare/v0.8.0...v0.9.0 ) (2024-09-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * support create api ([ 018e7c6] ( https://github.com/varletjs/axle/commit/018e7c6fff34b6c8dda355775076189d62c5eb4c ) )
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * createUseAxle immediate option default value changed to true
12
+
13
+
14
+
1
15
# [ 0.8.0] ( https://github.com/varletjs/axle/compare/v0.7.1...v0.8.0 ) (2024-08-07)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.8 .0" ,
3
+ "version" : " 0.9 .0" ,
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.8 .0" ,
3
+ "version" : " 0.9 .0" ,
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.8 .0" ,
4
+ "version" : " 0.9 .0" ,
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