-
The
isLower
,isUpper
family of procs in strutils/unicode operating on strings have been deprecated since it was unclear what these do. Note that the much more useful procs that operator onchar
orRune
are not affected. -
strutils.editDistance
has been deprecated, useeditdistance.editDistance
oreditdistance.editDistanceAscii
instead.
-
There is a new stdlib module
editdistance
as a replacement for the deprecatedstrutils.editDistance
. -
Added
split
,splitWhitespace
,size
,alignLeft
,align
,strip
,repeat
procs and iterators tounicode.nim
. -
Added
or
forNimNode
inmacros
.
jsondoc
now include amoduleDescription
field with the module description.jsondoc0
shows comments as it's own objects as shown in the documentation.