]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2019-02-27  Evan Yourefactor: simplify conditional
2019-02-27  Evan Youtest: fix mixin case
2019-02-27  Evan Yourefactor: move prop decorator into core, expose initial...
2019-02-26  Evan Yourefactor: remove experimental hooks
2019-02-26  Evan Yourefactor: adjust files
2019-02-25  Evan Youfeat: @prop decorator
2019-01-24  Evan Yourefactor: also check for event timestamp
2019-01-23  Evan Yourefactor: cache calls to performance.now
2019-01-22  Evan Yourefactor: drop event delegation and use simple async...
2018-12-19  Evan Yourefactor: events tweak
2018-12-01  Evan Yourefactor: move clone step into util function
2018-12-01  Evan Youchore: todos
2018-11-13  Evan Yourefactor: rename things
2018-11-13  Evan Yourefactor: remove shorthands on h
2018-11-13  Evan Youfix: fix functional updates
2018-11-13  Evan Yourefactor: improve functional patch
2018-11-13  Evan Youfeat: proper static tree skip
2018-11-13  Evan Yourefactor: bring back clone for reused nodes
2018-11-13  Evan Youwip: defer patchData as nodeOp
2018-11-12  Evan Yourefactor: document new scheduler
2018-11-12  Evan Youwip: rename file
2018-11-12  Evan Youwip: remove outdated files
2018-11-10  Evan Youwip: properly handle invalidated mount/unmount
2018-11-09  Evan Youwip: fix insertBefore
2018-11-09  Evan Youwip: simplify time-slicing implementation
2018-11-09  Evan Yourefactor: small tweaks
2018-11-09  Evan Yourefactor: properly cleanup invalidated jobs
2018-11-08  Evan Youwip: disable time-slicing in compat mode
2018-11-08  Evan Youchore: editor settings
2018-11-08  Evan Youfeat: detailed info in renderTriggered + hint for skipp...
2018-11-08  Evan Youfeat: renderTriggered for forced updates
2018-11-08  Evan Youtest: all tests passing!
2018-11-08  Evan Youtest: fix some tests
2018-11-02  Evan Youfix: domProps handling
2018-11-02  Evan Youwip: fix more tests
2018-11-02  Evan Youwip: fix one test
2018-11-02  Evan Youwip: trying to make tests work
2018-11-02  Evan Youwip: error handling and nextTick for time slicing
2018-11-02  Evan Youfeat: make functional components time-slicable
2018-11-02  Evan Youfeat: experimental time-slicing
2018-11-02  Evan Youchore: relax render type for tsx
2018-11-02  Evan Youchore: fix warning indent
2018-11-02  Evan Youchore: do not warn about reserved methods
2018-11-02  Evan Youchore: fix warning newline
2018-11-02  Evan Youchore: remove unnecessary hooks api
2018-10-30  Evan Yourefactor: use more efficient useComputed() implementation
2018-10-30  Evan Youchore: add warning when attempting to mutate non-observ...
2018-10-30  Evan Youfeat: enable returning observable state from hooks()
2018-10-29  Evan Youfeat: hooks that match current API
2018-10-28  Evan Youfeat: make hooks usable inside classes
2018-10-28  Evan Youchore: move hooks to experimental
2018-10-28  Evan Youtest: basic tests for hooks
2018-10-28  Evan You feat(runtime-test): triggerEvent
2018-10-28  Evan Youtest: tests for memoize
2018-10-28  Evan Youfeat: skip constant trees and memoize fn
2018-10-28  Evan Youperf: skip props update if data object is the same
2018-10-28  Evan Youfeat: delegate pointer events
2018-10-28  Evan Youfix: fragment replaceVNode
2018-10-28  Evan Yourefactor: improve scheduler error warning message
2018-10-28  Evan Yourefactor(scheduler): improve infinite loop detection
2018-10-28  Evan Youfix(hooks): fix effect update & cleanup
2018-10-28  Evan Yourefactor: improve error logging
2018-10-28  Evan Youfix(scheduler): handle queueJob inside postFlushCbs
2018-10-28  Evan Youfix: parent chain error when root is functional
2018-10-28  Evan Youfeat: implement basic hooks
2018-10-26  Evan Youbuild: update runtime-dom global name
2018-10-26  Evan Yourefactor: adjust props initialization/updating
2018-10-26  Evan Yourefactor: rename packages
2018-10-26  Evan Youperf: skip initializer extraction for options objects
2018-10-26  Evan Yourefactor: reduce work in options -> class conversion
2018-10-23  Evan Youworkflow: default dev script to vue package
2018-10-23  Evan Youbuild: add vue package
2018-10-23  Evan Youbuild: rename vue-compat
2018-10-18  Evan Youtest: test for mixins
2018-10-18  Evan Youtest: component class inheritance
2018-10-18  Evan Youfeat: export all option types
2018-10-18  Evan Youfix: watcher oldValue
2018-10-18  Evan Youfix: should always generate slot for non-null children
2018-10-18  Evan Youfix: KeepAlive state should be non-reactive
2018-10-17  Evan Youtest: wip tests for inheritance and mixins
2018-10-17  Evan Youfeat: warn missing render() function
2018-10-17  Evan Yourefactor: createComponentInstance needs only 1 argument
2018-10-17  Evan Youchore: upgrade TS
2018-10-17  Evan Yourefactor: use faster key check
2018-10-17  Evan Yourefactor: events -> eventEmitter
2018-10-17  Evan Yourefactor: split EventEmitter and make it optional
2018-10-17  Evan Youfeat: support initializers in mixins
2018-10-16  Evan Youfix: fix props option merging
2018-10-16  Evan Yourefactor: proper options inheritance
2018-10-16  Evan Youbuild: tweak bootstrap script
2018-10-16  Evan Youbuild: adjust types build script
2018-10-16  Evan Yourefactor: use shared util, remove unused regex
2018-10-16  Evan Yourefactor: option merging + extract helper functions
2018-10-16  Evan Yourefactor: access all options from instance.$options
2018-10-16  Evan Youfeat: allow mixins to accept generics
2018-10-15  Evan Youchore: comments, signature
2018-10-15  Evan Youwip: mixins
2018-10-15  Evan Youfeat: improve warning component trace
2018-10-15  Evan Youfix: provide/inject should be resolved in parent tree
2018-10-15  Evan Yourefactor: use more explicit names for warning context
next