Skip to content

🚀Preview Release - v1.0.0-preview.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 05:06
80eb538

Carbonate Preview Release Notes - v1.0.0-preview.13

Quick Reminder

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼


Breaking Changes 🧨

  1. #71 - Removed the following types from the library:

    💡This was removed due to the types not being required anymore. Changes to the library have made these types not unnecessary.

    • IMessage
    • IResult
    • MessageFactory
    • ResultFactory
  2. #71 - Changed all of the return types for the following interfaces and classes to nullable.
    • PullReactable<TDataIn, TDataOut>
    • IPullable
    • RespondReactor
    • IPullable
    • PullReactable<TDataOut>

Other 🪧

(Includes anything that does not fit into the categories above)
  1. #67 - Added XML code documentation to the NuGet package.

    💡This will provide documentation in the IDE during development.

  2. #66 - Updated badges in the project's README file.