Skip to content

v1.5.0-beta

Pre-release
Pre-release

Choose a tag to compare

@edevsh edevsh released this 06 Dec 22:53
e54462d

What's Changed

  • [BSS-90] Implement SearchPosts by @shahmal1yev in #30

Deprecations

  • Marked get and exist methods in the BaseResponse trait as deprecated since version 1.5.0-beta.

    • These methods are planned for removal in version 2.x.
    • Added runtime deprecation warnings to notify developers about their usage.
    • Introduced resolve as an alternative to get and has as an alternative to exist.
  • Marked cast and revert methods in the BaseObject trait as deprecated since version 1.5.0-beta.

    • These methods are planned for removal in version 2.x.
    • No direct alternatives are provided; functionality will not be replaced.

Thanks

  • Thanks to @dev4press for creating and contributing to the implementation of the SearchPosts feature in #29

Full Changelog: v1.4.3-beta...v1.5.0-beta