0.1.0 (2023-09-27)
- [BREAKING] refactor(client): simplify OpenFgaClient and OpenFgaApi constructors to not require an ApiClient. This is a breaking change as it changed the ordering of parameters in constructors.
- [BREAKING] refactor(client): all options classes for OpenFgaClient are now consistently prefixed with "Client"
- chore(client): add ClientReadAssertionsOptions and ClientWriteAssertionsOptions for their respective Client APIs.