inline-snapshot 0.2.0 #6
15r10nk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
support for new snapshot operations:
value <= snapshot()
to ensure that something gets smaller/larger over time (number of iterations of an algorithm you want to optimize for example),value in snapshot()
to check if your value is in a known set of values,snapshot()[key]
to generate new sub-snapshots on demand.new features:
more information can be found in the new documentation
This discussion was created from the release inline-snapshot 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions