Release notes - next
next
2025-06-02
Bug Fixes
- core: fix detection of iteration vs aggregation projections (931d55d)
Features
- docs: Lots of docs enhancements, added runnable examples (30c59cd)
- openapi: improve operation kind detection based on HTTP methods (1aee7fe)
- stdlib: add a joinToString() function to the stdlib (fbf6fd9)
- stdlib: add a round() function to the stdlib (5bef4b4)
- stdlib: added all(), some() and none() to stdlib (85e736d)
- stdlib: added padStart, padEnd and applyFormat functions for working with strings in stdlib (a0fed87)