Commit History

Author SHA1 Message Date
  Evan You 208678b8a4 use custom matcher for warning tests 10 years ago
  Saul Rennison 98f06e11d5 Remove convertAllProperties config value with new behaviour as if it was true. 10 years ago
  Saul Rennison 2d658a6fca Test whether a property is configurable before defining it as reactive 10 years ago
  Evan You 521e8d2754 use standard and eslint 2.0 10 years ago
  Evan You f7a91fc9f4 build: adjust test build setup for easier requires 10 years ago
  Evan You 9dc0d7d87f use ES2015 + new build setup 10 years ago
  kazuya kawaguchi 2b79ebe418 fix: ocurred error in 'set' and 'delete' utility functions 10 years ago
  Evan You fd196980c3 Merge branch 'dev' of https://github.com/jdavidberger/vue into getset 10 years ago
  Justin Berger 7fa6faa486 Added handling and tests for nonconfigurable properties, get-only properties, and set-only properties 10 years ago
  Justin Berger 2e9db42436 Made the convertAllProperties configuration option false by default 10 years ago
  Justin Berger 7953f5eaa9 Added config option for working with computed properties; also changed the implementation to no longer do function calls for normal attributes 10 years ago
  kazuya kawaguchi 9e103257ba observer: fix check error 10 years ago
  Justin Berger 0b1be55c04 Added support for properties which were created with defineProperty outside of vue 10 years ago
  Evan You 539b107b79 config: remove proto option 10 years ago
  Evan You b6cceaadb1 deprecate $set and $delete on objects, use Vue.set/delete instead 10 years ago
  Evan You c427029b64 array.$remove: always remove by searching for item 10 years ago
  Evan You a95db2eb03 remove unobservable object warning 10 years ago
  Evan You 54c93ac39a remove $add 10 years ago
  Evan You 5705239ab1 warn unobservable objects 10 years ago
  Evan You 12b4ae2ad6 lazy evaluation for computed properties 11 years ago
  Evan You 171fdc7ad5 fix $add() not triggering deep watchers for nested array objects 11 years ago
  Evan You 17c372672c simplify observer self dep 11 years ago
  Evan You 92593255dd support frozen models (close #662) 11 years ago
  Evan You deac205843 eslint for tests 11 years ago
  Evan You a94c80b844 Observer refactor: dep.depend() 11 years ago
  Evan You 00d423d2d9 add $set method for observed objects 11 years ago
  Evan You 4faf16e281 rename Binding -> Dep 11 years ago