CHANGELOG.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "@yume-chan/struct",
  3. "entries": [
  4. {
  5. "version": "0.0.17",
  6. "tag": "@yume-chan/struct_v0.0.17",
  7. "date": "Tue, 18 Oct 2022 09:32:30 GMT",
  8. "comments": {}
  9. },
  10. {
  11. "version": "0.0.16",
  12. "tag": "@yume-chan/struct_v0.0.16",
  13. "date": "Sat, 28 May 2022 03:56:37 GMT",
  14. "comments": {
  15. "none": [
  16. {
  17. "comment": "Add support for custom TypeScript type for `uint8Array`"
  18. },
  19. {
  20. "comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
  21. },
  22. {
  23. "comment": "Improve performance of `Struct#deserialize()` by up to 200%."
  24. },
  25. {
  26. "comment": "Remove `SyncBird`, it's replaced by `SyncPromise`, which is based on native Promise and is 200% faster."
  27. }
  28. ]
  29. }
  30. },
  31. {
  32. "version": "0.0.15",
  33. "tag": "@yume-chan/struct_v0.0.15",
  34. "date": "Mon, 02 May 2022 04:18:01 GMT",
  35. "comments": {}
  36. },
  37. {
  38. "version": "0.0.14",
  39. "tag": "@yume-chan/struct_v0.0.14",
  40. "date": "Sat, 30 Apr 2022 14:05:48 GMT",
  41. "comments": {}
  42. },
  43. {
  44. "version": "0.0.13",
  45. "tag": "@yume-chan/struct_v0.0.13",
  46. "date": "Thu, 28 Apr 2022 01:23:53 GMT",
  47. "comments": {
  48. "none": [
  49. {
  50. "comment": "Fix an issue that `uint64` still deserialize to negative numbers"
  51. },
  52. {
  53. "comment": "Fix an issue where `Syncbird` can't synchronously invoke `then` on some Bluebird internal methods (for example `reduce`)"
  54. }
  55. ]
  56. }
  57. },
  58. {
  59. "version": "0.0.12",
  60. "tag": "@yume-chan/struct_v0.0.12",
  61. "date": "Sun, 03 Apr 2022 11:18:47 GMT",
  62. "comments": {}
  63. },
  64. {
  65. "version": "0.0.11",
  66. "tag": "@yume-chan/struct_v0.0.11",
  67. "date": "Sun, 03 Apr 2022 11:18:11 GMT",
  68. "comments": {
  69. "none": [
  70. {
  71. "comment": "Update to use Web Streams API"
  72. },
  73. {
  74. "comment": "Improve compatibility with Node.js 12 ESM format"
  75. },
  76. {
  77. "comment": "Update compatibility matrix"
  78. },
  79. {
  80. "comment": "Update license year"
  81. }
  82. ]
  83. }
  84. },
  85. {
  86. "version": "0.0.10",
  87. "tag": "@yume-chan/struct_v0.0.10",
  88. "date": "Sun, 09 Jan 2022 15:52:20 GMT",
  89. "comments": {
  90. "none": [
  91. {
  92. "comment": "Add synchronized deserialize support"
  93. }
  94. ]
  95. }
  96. },
  97. {
  98. "version": "0.0.9",
  99. "tag": "@yume-chan/struct_v0.0.9",
  100. "date": "Sun, 09 Jan 2022 15:50:20 GMT",
  101. "comments": {}
  102. }
  103. ]
  104. }