You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could be totally confused here, but I was looking at implementing some new formatting output to commands/docs/gitbook, and the output would be dependent on component schema v3.1.0 (and possibly even a later version depending on how opencontrol/schemas#70 goes).
Doesn't this pose a problem for backwards compatibility? If the CLI tool is written expecting functions that are only available in later schema versions, then generating a gitbook for an older schema version would fail.
We want to maintain a sliding window of supported schemas but besides dropping supporting schema versions out of future versions masonry, there's currently no way to enforce that.
Maybe create a file that contains metadata. Created with X.Y.Z version of masonry.
But anyway, it's not flushed out yet to give a guarantee
I could be totally confused here, but I was looking at implementing some new formatting output to
commands/docs/gitbook
, and the output would be dependent on component schema v3.1.0 (and possibly even a later version depending on how opencontrol/schemas#70 goes).Doesn't this pose a problem for backwards compatibility? If the CLI tool is written expecting functions that are only available in later schema versions, then generating a gitbook for an older schema version would fail.
@jcscottiii @afeld, curious to hear your thoughts!
The text was updated successfully, but these errors were encountered: