ReleaseStatus

An enum class representing the different release statuses of a library.

Entries

Link copied to clipboard

Indicates the library is considered stable and suitable for most use cases. Use this status for libraries that are thoroughly tested and meet the expected quality standards for production use. (Default value)

Link copied to clipboard

Indicates the library is a release candidate, nearing a final release. Use this status for libraries that have gone through extensive testing and are ready for wider release, potentially after addressing any final fixes.

Link copied to clipboard

Indicates the library is nearing completion and is undergoing beta testing. Use this status for libraries that are functionally complete but might still contain bugs or have features under development.

Link copied to clipboard

Indicates the library is in an early stage of development and not yet publicly available. Use this status for libraries that are still undergoing significant changes and might not be feature-complete or stable.

Link copied to clipboard

Indicates the library is no longer actively maintained and may have security vulnerabilities or compatibility issues. Use this status for libraries that are still available for use but are not recommended for new projects.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.