forked from zaphar/joose-js-mirror
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
31 lines (27 loc) · 1003 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Tests
- complete 01_util.js
- Add many more tests
- Add tests that include and use frameworks such as prototype.js, dojo or jquery.
- refactor tests into sub directories
Documentation
- All
Bugs
Features
- implement class versioning
- Improve Implementation of Attribute meta classes
- implement subtypes, then implement cookbook entries 4 and 5
- Demonstrate stringify in Role recipe
- Add Method.Generated Classes
Done:
- Test roles with method modifiers
- Implement attribute meta classes
- Add an interface to Joose.Class to ask for instance vs. class methods
- joose.isInstance
- execute every test file in its own iframe
- make this work in IE :)
- Test object initialization with private attr and other edge cases
- Dont step on other peoples toes with builders
- Moved initialization from Class-Props into meta class so it is overridable
- Allow instance and class methods with the same name
- Add meta roles to roles
- Method modifiers in roles should automatically be "required methods"