We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e6244 commit a70e7dfCopy full SHA for a70e7df
changelog.org
@@ -1,3 +1,7 @@
1
+* v0.4.2
2
+- minor fix to ~to~ such that we use exactly the type as given by the
3
+ user, instead of ~yCT.toNimType()~. This is to guarantee the
4
+ property ~x.to(T) is T~ always holds.
5
* v0.4.1
6
- fix issue #48 where the unit parsing logic accepted invalid SI
7
prefixes and thus code like ~foo.toMeter~ was valid (and looked like
unchained.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.4.1"
+version = "0.4.2"
author = "Vindaar"
description = "Fully type safe, compile time only units library"
license = "MIT"
0 commit comments