Skip to content

Commit c2db5af

Browse files
author
Anton Keks, Vadim Vohmjanin
committed
releasing 1.5.1
1 parent 462f6c5 commit c2db5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.5.1
22
* json: ValueConverter.from() can now have access to the expected KType
33
* json: TSGenerator to generate TypeScript types for data classes/enums
44
* server: AppScope.async now is the standard async function that returns a Deferred. Use AppScope.launch if you want exceptions to be logged
@@ -13,7 +13,7 @@
1313
* jdbc: fromValues() was renamed to create()
1414
* jdbc: switched db.select() <-> db.query(), taking "where" as a list or varargs, to allow for duplicated columns
1515

16-
The release is not fully backwards-compatible, however most old functions are provided as @Deprecated.
16+
The release is **not fully backwards-compatible**, however most old functions are provided as @Deprecated.
1717

1818
This will migrate the most important parts:
1919
`find -name '*.kt' -exec sed -ri 's/klite.json./klite.jackson./; s/mapOfNotNull/notNullValues/; /db\.(query|select)/{N; s/db\.query/db.xxxselect/g; s/db\.select/db.query/g; s/mapOf/listOf/g; s/emptyMap/emptyList/g}; /db\.delete/s/mapOf//' {} \; -exec sed -ri 's/db\.xxxselect/db\.select/; s/(db.update\(.*, )mapOf\((.*?\)), (mapOf\(.*?\))\)/\1\3, \2/; ' {} \;`

0 commit comments

Comments
 (0)