web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

315 lines
6.0 KiB

  1. # @rollup/pluginutils ChangeLog
  2. ## v3.1.0
  3. _2020-06-05_
  4. ### Bugfixes
  5. - fix: resolve relative paths starting with "./" (#180)
  6. ### Features
  7. - feat: add native node es modules support (#419)
  8. ### Updates
  9. - refactor: replace micromatch with picomatch. (#306)
  10. - chore: Don't bundle micromatch (#220)
  11. - chore: add missing typescript devDep (238b140)
  12. - chore: Use readonly arrays, add TSDoc (#187)
  13. - chore: Use typechecking (2ae08eb)
  14. ## v3.0.10
  15. _2020-05-02_
  16. ### Bugfixes
  17. - fix: resolve relative paths starting with "./" (#180)
  18. ### Updates
  19. - refactor: replace micromatch with picomatch. (#306)
  20. - chore: Don't bundle micromatch (#220)
  21. - chore: add missing typescript devDep (238b140)
  22. - chore: Use readonly arrays, add TSDoc (#187)
  23. - chore: Use typechecking (2ae08eb)
  24. ## v3.0.9
  25. _2020-04-12_
  26. ### Updates
  27. - chore: support Rollup v2
  28. ## v3.0.8
  29. _2020-02-01_
  30. ### Bugfixes
  31. - fix: resolve relative paths starting with "./" (#180)
  32. ### Updates
  33. - chore: add missing typescript devDep (238b140)
  34. - chore: Use readonly arrays, add TSDoc (#187)
  35. - chore: Use typechecking (2ae08eb)
  36. ## v3.0.7
  37. _2020-02-01_
  38. ### Bugfixes
  39. - fix: resolve relative paths starting with "./" (#180)
  40. ### Updates
  41. - chore: Use readonly arrays, add TSDoc (#187)
  42. - chore: Use typechecking (2ae08eb)
  43. ## v3.0.6
  44. _2020-01-27_
  45. ### Bugfixes
  46. - fix: resolve relative paths starting with "./" (#180)
  47. ## v3.0.5
  48. _2020-01-25_
  49. ### Bugfixes
  50. - fix: bring back named exports (#176)
  51. ## v3.0.4
  52. _2020-01-10_
  53. ### Bugfixes
  54. - fix: keep for(const..) out of scope (#151)
  55. ## v3.0.3
  56. _2020-01-07_
  57. ### Bugfixes
  58. - fix: createFilter Windows regression (#141)
  59. ### Updates
  60. - test: fix windows path failure (0a0de65)
  61. - chore: fix test script (5eae320)
  62. ## v3.0.2
  63. _2020-01-04_
  64. ### Bugfixes
  65. - fix: makeLegalIdentifier - potentially unsafe input for blacklisted identifier (#116)
  66. ### Updates
  67. - docs: Fix documented type of createFilter's include/exclude (#123)
  68. - chore: update minor linting correction (bcbf9d2)
  69. ## 3.0.1
  70. - fix: Escape glob characters in folder (#84)
  71. ## 3.0.0
  72. _2019-11-25_
  73. - **Breaking:** Minimum compatible Rollup version is 1.20.0
  74. - **Breaking:** Minimum supported Node version is 8.0.0
  75. - Published as @rollup/plugins-image
  76. ## 2.8.2
  77. _2019-09-13_
  78. - Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginutils/pulls/70))
  79. ## 2.8.1
  80. _2019-06-04_
  81. - Support serialization of many edge cases ([#64](https://github.com/rollup/rollup-pluginutils/issues/64))
  82. ## 2.8.0
  83. _2019-05-30_
  84. - Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/60))
  85. ## 2.7.1
  86. _2019-05-17_
  87. - Do not ignore files with a leading "." in createFilter ([#62](https://github.com/rollup/rollup-pluginutils/issues/62))
  88. ## 2.7.0
  89. _2019-05-15_
  90. - Add `resolve` option to createFilter ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
  91. ## 2.6.0
  92. _2019-04-04_
  93. - Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
  94. - Provide dedicated TypeScript typings file ([#58](https://github.com/rollup/rollup-pluginutils/issues/58))
  95. ## 2.5.0
  96. _2019-03-18_
  97. - Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
  98. - Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
  99. ## 2.4.1
  100. _2019-02-16_
  101. - Remove unnecessary dependency
  102. ## 2.4.0
  103. _2019-02-16_
  104. Update dependencies to solve micromatch vulnerability ([#53](https://github.com/rollup/rollup-pluginutils/issues/53))
  105. ## 2.3.3
  106. _2018-09-19_
  107. - Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
  108. ## 2.3.2
  109. _2018-09-18_
  110. - Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
  111. - Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
  112. - Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
  113. ## 2.3.1
  114. _2018-08-06_
  115. - Fixed ObjectPattern scope in attachScopes to recognise { ...rest } syntax ([#37](https://github.com/rollup/rollup-pluginutils/issues/37))
  116. ## 2.3.0
  117. _2018-05-21_
  118. - Add option to not generate named exports ([#32](https://github.com/rollup/rollup-pluginutils/issues/32))
  119. ## 2.2.1
  120. _2018-05-21_
  121. - Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34))
  122. ## 2.2.0
  123. _2018-05-11_
  124. - Improve white-space handling in `dataToEsm` and add `prepare` script ([#31](https://github.com/rollup/rollup-pluginutils/issues/31))
  125. ## 2.1.1
  126. _2018-05-09_
  127. - Update dependencies
  128. ## 2.1.0
  129. _2018-05-08_
  130. - Add `dataToEsm` helper to create named exports from objects ([#29](https://github.com/rollup/rollup-pluginutils/issues/29))
  131. - Support literal keys in object patterns ([#27](https://github.com/rollup/rollup-pluginutils/issues/27))
  132. - Support function declarations without id in `attachScopes` ([#28](https://github.com/rollup/rollup-pluginutils/issues/28))
  133. ## 2.0.1
  134. _2017-01-03_
  135. - Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
  136. ## 2.0.0
  137. _2017-01-03_
  138. - Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))
  139. - Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5))
  140. ## 1.5.2
  141. _2016-08-29_
  142. - Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10))
  143. ## 1.5.1
  144. _2016-06-24_
  145. - Add all declarators in a var declaration to scope, not just the first
  146. ## 1.5.0
  147. _2016-06-07_
  148. - Exclude IDs with null character (`\0`)
  149. ## 1.4.0
  150. _2016-06-07_
  151. - Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6))
  152. - Exclude non-string IDs in `createFilter`
  153. ## 1.3.1
  154. _2015-12-16_
  155. - Build with Rollup directly, rather than via Gobble
  156. ## 1.3.0
  157. _2015-12-16_
  158. - Use correct path separator on Windows
  159. ## 1.2.0
  160. _2015-11-02_
  161. - Add `attachScopes` and `makeLegalIdentifier`
  162. ## 1.1.0
  163. 2015-10-24\*
  164. - Add `addExtension` function
  165. ## 1.0.1
  166. _2015-10-24_
  167. - Include dist files in package
  168. ## 1.0.0
  169. _2015-10-24_
  170. - First release