CHANGELOG.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "@yume-chan/adb",
  3. "entries": [
  4. {
  5. "version": "0.0.17",
  6. "tag": "@yume-chan/adb_v0.0.17",
  7. "date": "Tue, 18 Oct 2022 09:32:30 GMT",
  8. "comments": {
  9. "none": [
  10. {
  11. "comment": "Move stream utils to separate package"
  12. }
  13. ]
  14. }
  15. },
  16. {
  17. "version": "0.0.16",
  18. "tag": "@yume-chan/adb_v0.0.16",
  19. "date": "Sat, 28 May 2022 03:56:37 GMT",
  20. "comments": {
  21. "none": [
  22. {
  23. "comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
  24. },
  25. {
  26. "comment": "Upgrade web-streams-polyfill to 4.0.0-beta.3, fix an issue where `Adb#close()` doesn't release the connection."
  27. },
  28. {
  29. "comment": "Fix an issue where `AdbSocket#readable#cancel()` stalls the connection."
  30. },
  31. {
  32. "comment": "Improve performance of `BufferedStream` by up to 100%."
  33. }
  34. ]
  35. }
  36. },
  37. {
  38. "version": "0.0.15",
  39. "tag": "@yume-chan/adb_v0.0.15",
  40. "date": "Mon, 02 May 2022 04:18:01 GMT",
  41. "comments": {
  42. "none": [
  43. {
  44. "comment": "Add support for old protocol of `reverse:forward` command before Android 8"
  45. },
  46. {
  47. "comment": "Improve connection lifecycle handling"
  48. },
  49. {
  50. "comment": "Update `reverse.add` to accept any string local address"
  51. },
  52. {
  53. "comment": "Fix an issue where `reverse` commands doesn't parse error message correctly"
  54. }
  55. ]
  56. }
  57. },
  58. {
  59. "version": "0.0.14",
  60. "tag": "@yume-chan/adb_v0.0.14",
  61. "date": "Sat, 30 Apr 2022 14:05:48 GMT",
  62. "comments": {
  63. "none": [
  64. {
  65. "comment": "Fix an issue where `subprocess.spawn` doesn't work on Android 6"
  66. },
  67. {
  68. "comment": "Add an `Adb#close()` method to gracefully shutdown a connection"
  69. }
  70. ]
  71. }
  72. },
  73. {
  74. "version": "0.0.13",
  75. "tag": "@yume-chan/adb_v0.0.13",
  76. "date": "Thu, 28 Apr 2022 01:23:53 GMT",
  77. "comments": {
  78. "none": [
  79. {
  80. "comment": "Add support for raw shell mode"
  81. },
  82. {
  83. "comment": "Add support for LIS2 command in Sync protocol"
  84. },
  85. {
  86. "comment": "Add workaround for the push_mkdir issue in Android 9"
  87. }
  88. ]
  89. }
  90. },
  91. {
  92. "version": "0.0.12",
  93. "tag": "@yume-chan/adb_v0.0.12",
  94. "date": "Sun, 03 Apr 2022 11:18:47 GMT",
  95. "comments": {}
  96. },
  97. {
  98. "version": "0.0.11",
  99. "tag": "@yume-chan/adb_v0.0.11",
  100. "date": "Sun, 03 Apr 2022 10:54:15 GMT",
  101. "comments": {
  102. "none": [
  103. {
  104. "comment": "Add power related API"
  105. },
  106. {
  107. "comment": "Update compatibility matrix"
  108. },
  109. {
  110. "comment": "Update license year"
  111. }
  112. ],
  113. "patch": [
  114. {
  115. "comment": "Update to use Web Streams API"
  116. },
  117. {
  118. "comment": "Improve compatibility with Node.js 12 ESM format"
  119. }
  120. ]
  121. }
  122. },
  123. {
  124. "version": "0.0.10",
  125. "tag": "@yume-chan/adb_v0.0.10",
  126. "date": "Sun, 09 Jan 2022 15:52:20 GMT",
  127. "comments": {
  128. "none": [
  129. {
  130. "comment": "Remove `encodeUtf8()` and `decodeUtf8()` from `AdbBackend`"
  131. }
  132. ]
  133. }
  134. },
  135. {
  136. "version": "0.0.9",
  137. "tag": "@yume-chan/adb_v0.0.9",
  138. "date": "Sun, 09 Jan 2022 15:50:20 GMT",
  139. "comments": {}
  140. }
  141. ]
  142. }