/bundles/plugins-trunk/XML/docs/CHANGES.javascript.txt

# · Plain Text · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · 5e2ce4f905a79aed5c553ab5436fb702 MD5 · raw file

  1. JavaScriptSidekick change log
  2. 0.1
  3. initial release
  4. 0.2
  5. don't remember
  6. 0.3
  7. renamed "Class" to "(constructor)"
  8. introduced the "Class.prototype.method = function()" paradigma
  9. renamed some variables starting with "_" to be more descriptive
  10. 0.4
  11. changed parser regex patterns to make the plugin more compatible
  12. with namespace/package emulation in JavaScript like so:
  13. my.test.namespace.MyClass = function ...
  14. my.test.namespace.MyClass.prototype.foobar = function ...
  15. my.test.namespace.MyClass.myStaticMethod = function ...
  16. (Thanks to David Padgett <david.padgett@invsun.com>)