- Refactored column objects to contain a ::validate method, for the validation of incoming data. - Context.columns is now a vector of one of each column object, indexed by attribute name, for validation purposes.
- Localized all column objects, some commands.
- Implemented ColDate, ColDue, ColEntry, ColEnd, ColStart, ColUntil, ColWait. - Implemented formats: default, iso, julian, epoch.