File tree Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.0.3
5
+
6
+ [ compare changes] ( https://github.com/sumitkolhe/jiosaavn-api/compare/v0.0.2...v0.0.3 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Add pagination support for get playlist ([ 152d5ca] ( https://github.com/sumitkolhe/jiosaavn-api/commit/152d5ca ) )
11
+ - Add separate model for search playlists ([ e3e08c6] ( https://github.com/sumitkolhe/jiosaavn-api/commit/e3e08c6 ) )
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - ** artist:** Change followerCount return type to number from string ([ 31f0321] ( https://github.com/sumitkolhe/jiosaavn-api/commit/31f0321 ) )
16
+ - Change song year type to number ([ 7b3edc0] ( https://github.com/sumitkolhe/jiosaavn-api/commit/7b3edc0 ) )
17
+ - Make songs in album nullable ([ 3128fe9] ( https://github.com/sumitkolhe/jiosaavn-api/commit/3128fe9 ) )
18
+ - Make artist fields nullable ([ 4787ce9] ( https://github.com/sumitkolhe/jiosaavn-api/commit/4787ce9 ) )
19
+ - Make song fields nullable ([ 3467ba3] ( https://github.com/sumitkolhe/jiosaavn-api/commit/3467ba3 ) )
20
+ - Make album fields nullable ([ a0f43fb] ( https://github.com/sumitkolhe/jiosaavn-api/commit/a0f43fb ) )
21
+ - Make playlist fields nullable ([ 90d5d82] ( https://github.com/sumitkolhe/jiosaavn-api/commit/90d5d82 ) )
22
+ - Update search model structure as per new api response ([ 6b31e67] ( https://github.com/sumitkolhe/jiosaavn-api/commit/6b31e67 ) )
23
+ - Return null instead of 0 for song year and playCount ([ 121dd86] ( https://github.com/sumitkolhe/jiosaavn-api/commit/121dd86 ) )
24
+ - Return null for song count if no songs found for playlist ([ c103f06] ( https://github.com/sumitkolhe/jiosaavn-api/commit/c103f06 ) )
25
+ - Return null instead of 0 for songCount ([ 61a4cd8] ( https://github.com/sumitkolhe/jiosaavn-api/commit/61a4cd8 ) )
26
+ - Song suggestions ([ 38af6b5] ( https://github.com/sumitkolhe/jiosaavn-api/commit/38af6b5 ) )
27
+
28
+ ### 📖 Documentation
29
+
30
+ - ** lyrics:** Add song lyrics example id ([ 2bb4f51] ( https://github.com/sumitkolhe/jiosaavn-api/commit/2bb4f51 ) )
31
+ - ** albums:** Add album example id and link ([ 17a26a0] ( https://github.com/sumitkolhe/jiosaavn-api/commit/17a26a0 ) )
32
+
33
+ ### ❤️ Contributors
34
+
35
+ - Sumit Kolhe ([ @sumitkolhe ] ( http://github.com/sumitkolhe ) )
36
+
4
37
## v0.0.2
5
38
6
39
[ compare changes] ( https://github.com/sumitkolhe/jiosaavn-api/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jiosaavn-api" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Unofficial JioSaavn API" ,
5
5
"type" : " module" ,
6
6
"license" : " MIT" ,
70
70
"typescript" : " ^5.4.3" ,
71
71
"vitest" : " ^1.4.0"
72
72
}
73
- }
73
+ }
You can’t perform that action at this time.
0 commit comments