ember-cli-build-info
ember-cli-build-info copied to clipboard
Possibility to inject timestamp too
Hey, what do you think about creating a possibility to inject a timestamp too? And make it configurable. I want to champion it if everyone likes it.
I'm assuming you mean adding a timestamp
property to the current buildInfo
hash? Something like:
buildInfo: {
semver: '0.1.4-beta.1+53df212',
version: '0.1.4',
release: 'beta.1',
build: '53df212',
timestamp: 1234567890
}
Seems fine to me if it would be useful. What are you picturing for configurability?
I thought about making configurable whether the timestamp would appear in said hash. To make it possible to hide it if it is sensible.
Where would the timestamp come from?