Historique des commits

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