-
Notifications
You must be signed in to change notification settings - Fork 140
Roadmap
Peter Hosey edited this page Aug 28, 2013
·
3 revisions
- Test cases for all known bugs.
- Zarro boogs.
- Test cases for calendar dates, week dates, and ordinal dates, both parsing and unparsing (in every variation, including substring parsing), in every combination of property settings. (Much of this could be adapted from the old pre-OCTest test monsters.)
- Modernize code:
- Move ivars to the module, where they belong.
Replace fake properties with real properties.- Replace fake Boolean type (
BOOL
) with real Boolean type (bool
). - Require ARC.
- 1.0rc1.