This repository has been archived on 2022-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
chronometrist/doc/public-api.md

16 lines
702 B
Markdown
Raw Normal View History

2019-08-04 19:26:10 +00:00
# Public API thoughts
Possible "public API" candidates for semantic versioning/defining backward compatibility.
## File format
On the face of it, an ideal candidate. However, it is actually very unlikely to be changed _by us_ (since timeclock.el is the upstream), so semantic versioning based entirely on this might just leave us stuck on v1 forever. (Which might be a good thing, too.)
May be _extended_ in the distant future (i.e. support for another format).
## Custom variables
Are definitely meant for the user.
Change in name or removal = major version bump.
## Commands (user-facing functions)
May change in behaviour often, but changes in name or removal can justify a major version bump.