Add version number to API #20
TheJaredWilcurt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
API Examples:
This allows tool developers to better communicate the APCA version in use. Which in turn, helps APCA enforce that people are using the latest versions, per the licensing agreement.
You could also do
versionsinstead if you want to give the version information separately for the library the APCA spec, or other related properties.Currently, I'll have to write a post-build script to read the data from the
package.jsonin node_modules, which is hacky. There should be a more convenient, and official, way to pull this information dynamically.Beta Was this translation helpful? Give feedback.
All reactions