Hello, Is it possible to view package documentati...
# general
f
Hello, Is it possible to view package documentation for an earlier version? For example, https://www.pulumi.com/registry/packages/awsx/api-docs/ecr/image/, is AWSx package documentation for v2.1.1. This function signature appears to have changed since v1. Can I view the package documentation for v1 somewhere?
p
it would be good to know better answer, but the way I did this in past was to use library source. for example of your ECR https://github.com/pulumi/pulumi-awsx/blob/v1.0.6/sdk/nodejs/ecr/image.ts It has doc in code, enough for quick check, but might be hard in long run. Maybe it's a way to "force" us to update more often? 😄
f
Gotcha, that sounds a little painful 😅, but thank you for the info!