Skip to content

Export version and build date as static properties #19

Description

@wojciechczerniak

Description

Testing, debugging and sometimes production apps will definitely use this to verify that the correct version of the engine is used and the necessary features are available.

Proposed properties

public static version: string;
public static buildDate: string;

References

Ask @jansiegel how this can be done. We're already exporting version for Handsontable and our wrappers so this is a standard for use and a good practice.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

APIPublic methods and propertiesFeatureSomething we can add later on without introducing a breaking change

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions