alpas v0.16.3 Release Notes
Release Date: 2020-06-12 // almost 3 years ago-
2020-06-12
Previous changes from v0.16.0
-
๐ New Features
- ๐ Multi-part form support using Pantry.
- โ Added few convenience session methods -
intended()
andpreviousUrl()
. These methods are also available on anHttpCall
object. - โ Added a new method,
inRandomOrder()
, for fetching entities in random order from a MySQL database. - โ Added
render()
andjson()
methods withArgsBuilder
as a lambda receiver. - โ Added
HttpCall.entityParam()
extension method that fetches an entity from a table by looking up anid
route param. - โ Added an API to register a custom view function as easily as adding a custom tags.
- โ Added a
spoof()
view function. (Resolves #27). - โ Added asynchronous support using
CompletableFuture
. - โ Added
intReference()
andlongReference()
as shortcuts for defining referencing columns.
๐ Improvements
- โก๏ธ Updated to Kotlin 1.3.70
๐ Bug Fixes
- ๐ Fixed #29 (Thanks @vanessagertman)
- ๐ Fixed #30
๐ฅ Breaking Changes
- โก๏ธ
useCurrent
attribute is set tofalse
for bothcreatedAt()
andupdatedAt()
.