vue3-yuanma/packages
Evan You e58beecc97 refactor(compiler/types): convert compiler options documentation to jsdoc
BREAKING CHANGE: `getTextMode` compiler option signature has changed from

  ```ts
  (tag: string, ns: string, parent: ElementNode | undefined) => TextModes
  ```

  to

  ```ts
  (node: ElementNode, parent: ElementNode | undefined) => TextModes
  ```
2020-05-07 11:01:36 -04:00
..
compiler-core refactor(compiler/types): convert compiler options documentation to jsdoc 2020-05-07 11:01:36 -04:00
compiler-dom refactor(compiler/types): convert compiler options documentation to jsdoc 2020-05-07 11:01:36 -04:00
compiler-sfc refactor(compiler/types): convert compiler options documentation to jsdoc 2020-05-07 11:01:36 -04:00
compiler-ssr release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
reactivity fix(reactivity): use correct thisArg for collection method callbacks (#1132) 2020-05-06 13:41:34 -04:00
runtime-core refactor: reuse parseStringStyle across compiler and runtime 2020-05-06 11:22:49 -04:00
runtime-dom release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
runtime-test release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
server-renderer release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
shared fix(compiler-dom): bail static stringfication on non-attr bindings 2020-05-07 10:32:54 -04:00
size-check release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
template-explorer release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
vue release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
global.d.ts feat(build): provide more specific warnings for runtime compilation 2020-04-20 15:23:26 -04:00