Releases: novacbn/enzastdlib
Releases · novacbn/enzastdlib
v0.0.4
CHANGELOG
-
Seperate HTTP RPC Call Types into Different Pathnames by @novacbn in #5
-
BREAKING [@enzastdlib/rpc-http] Renamed PROTOCOL_PATHNAME ->
PROTOCOL_NAMESPACE
. -
BREAKING [@enzastdlib/rpc-http] Refactored
PROTOCOL_PATHNAME_PROCEDURES
into an enumeration namedPROTOCOL_PATHNAMES
. -
BREAKING [@enzastdlib/rpc-http] Refactored
HTTPClientOptions.http.endpoint
into the following members:HTTPClientOptions.http.hostname
— Sets the remote hostname.HTTPClientOptions.http.https
— Sets if the connection is over HTTPS.HTTPClientOptions.http.port
— Sets the remote port.HTTPClientOptions.http.endpoints.notifications
— Sets the remote notifications endpoint.HTTPClientOptions.http.endpoints.procedures
— Sets the remote procedures endpoint.
-
[@enzastdlib/rpc-http] Added
ProtocolPathnames
type alias which is a union ofPROTOCOL_PATHNAMES
values.
-
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
CHANGELOG
- [@enzastdlib/async] Added missing docstrings and examples.
- [@enzastdlib/collections] Added missing docstrings and examples.
- [@enzastdlib/errors] Added missing docstrings and examples.
- [@enzastdlib/events] Added missing docstrings and examples.
- [@enzastdlib/json5] Added missing docstrings and examples.
- [@enzastdlib/os] Added missing docstrings and examples.
- [@enzastdlib/path] Added missing docstrings and examples.
- [@enzastdlib/strings] Added missing docstrings and examples.
- [@enzastdlib/schema] Added missing docstrings and examples.
- [@enzastdlib/testing] Added missing docstrings and examples.