PageRenderTime 38ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Plain Text | 22 lines | 16 code | 6 blank | 0 comment | 0 complexity | 5e2ce4f905a79aed5c553ab5436fb702 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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>)