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.

125 lines
3.8 KiB

  1. # rollup-pluginutils changelog
  2. ## 2.8.2
  3. *2019-09-13*
  4. * Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginutils/pulls/70))
  5. ## 2.8.1
  6. *2019-06-04*
  7. * Support serialization of many edge cases ([#64](https://github.com/rollup/rollup-pluginutils/issues/64))
  8. ## 2.8.0
  9. *2019-05-30*
  10. * Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/60))
  11. ## 2.7.1
  12. *2019-05-17*
  13. * Do not ignore files with a leading "." in createFilter ([#62](https://github.com/rollup/rollup-pluginutils/issues/62))
  14. ## 2.7.0
  15. *2019-05-15*
  16. * Add `resolve` option to createFilter ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
  17. ## 2.6.0
  18. *2019-04-04*
  19. * Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
  20. * Provide dedicated TypeScript typings file ([#58](https://github.com/rollup/rollup-pluginutils/issues/58))
  21. ## 2.5.0
  22. *2019-03-18*
  23. * Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
  24. * Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
  25. ## 2.4.1
  26. *2019-02-16*
  27. * Remove unnecessary dependency
  28. ## 2.4.0
  29. *2019-02-16*
  30. Update dependencies to solve micromatch vulnerability ([#53](https://github.com/rollup/rollup-pluginutils/issues/53))
  31. ## 2.3.3
  32. *2018-09-19*
  33. * Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
  34. ## 2.3.2
  35. *2018-09-18*
  36. * Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
  37. * Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
  38. * Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
  39. ## 2.3.1
  40. *2018-08-06*
  41. * Fixed ObjectPattern scope in attachScopes to recognise { ...rest } syntax ([#37](https://github.com/rollup/rollup-pluginutils/issues/37))
  42. ## 2.3.0
  43. *2018-05-21*
  44. * Add option to not generate named exports ([#32](https://github.com/rollup/rollup-pluginutils/issues/32))
  45. ## 2.2.1
  46. *2018-05-21*
  47. * Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34))
  48. ## 2.2.0
  49. *2018-05-11*
  50. * Improve white-space handling in `dataToEsm` and add `prepare` script ([#31](https://github.com/rollup/rollup-pluginutils/issues/31))
  51. ## 2.1.1
  52. *2018-05-09*
  53. * Update dependencies
  54. ## 2.1.0
  55. *2018-05-08*
  56. * Add `dataToEsm` helper to create named exports from objects ([#29](https://github.com/rollup/rollup-pluginutils/issues/29))
  57. * Support literal keys in object patterns ([#27](https://github.com/rollup/rollup-pluginutils/issues/27))
  58. * Support function declarations without id in `attachScopes` ([#28](https://github.com/rollup/rollup-pluginutils/issues/28))
  59. ## 2.0.1
  60. *2017-01-03*
  61. * Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
  62. ## 2.0.0
  63. *2017-01-03*
  64. * Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))
  65. * Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5))
  66. ## 1.5.2
  67. *2016-08-29*
  68. * Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10))
  69. ## 1.5.1
  70. *2016-06-24*
  71. * Add all declarators in a var declaration to scope, not just the first
  72. ## 1.5.0
  73. *2016-06-07*
  74. * Exclude IDs with null character (`\0`)
  75. ## 1.4.0
  76. *2016-06-07*
  77. * Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6))
  78. * Exclude non-string IDs in `createFilter`
  79. ## 1.3.1
  80. *2015-12-16*
  81. * Build with Rollup directly, rather than via Gobble
  82. ## 1.3.0
  83. *2015-12-16*
  84. * Use correct path separator on Windows
  85. ## 1.2.0
  86. *2015-11-02*
  87. * Add `attachScopes` and `makeLegalIdentifier`
  88. ## 1.1.0
  89. 2015-10-24*
  90. * Add `addExtension` function
  91. ## 1.0.1
  92. *2015-10-24*
  93. * Include dist files in package
  94. ## 1.0.0
  95. *2015-10-24*
  96. * First release