Commit Graph

6 Commits

Author SHA1 Message Date
804778b0fc Improve README - usage ()
Include instructions for usage of library in README, as well as how to view documentation.

Reviewed-on: 
v0.1.0
2023-12-02 03:50:13 +00:00
0e1afa6dc8 Implement toString() for objects ()
> Search for specific commit by hash or metadata and print its content.

To satisfy this final requirement, we need to have `toString()` implemented for version manager `Object`s which will allow them to be easily (and nicely) printed if needed (includes tests).

Reviewed-on: 
2023-12-02 02:50:08 +00:00
14950b2f5f Documentation generation (Dokka HTML) ()
Generate documentation HTML and `javadoc.jar`.

Reviewed-on: 
v0.0.2
2023-12-02 02:05:55 +00:00
6d8c6008e1 Initial publish ()
CI for publishing library to gitea packages on tag.

Reviewed-on: 
v0.0.1
2023-12-02 01:00:03 +00:00
e2764a5473 Initial library implementations and tests ()
- [x] Implements library according to instructions, with tests.
- [x] GitHub Actions workflow to lint and test library.

Reviewed-on: 
2023-12-01 20:42:07 +00:00
d5ad54bea5 Initial commit 2023-11-30 23:46:20 +00:00