Skip to content

Releases: novacbn/enzastdlib

v0.0.4

12 Aug 06:49
6d7b7f9
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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 named PROTOCOL_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 of PROTOCOL_PATHNAMES values.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Aug 05:53
cc02d19
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

CHANGELOG

  • Removed debug message from @enzastdlib/realm. by @novacbn in #2
  • Add remaining docstrings by @novacbn in #3
  • Fixed wrong indentation by @novacbn in #4

Full Changelog: 0.0.2...v0.0.3

v0.0.2

25 Jul 17:27
d9015cc
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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.

v0.0.1

13 Jul 03:12
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

CHANGELOG

  • Initial release.