Skip to content

Commit fd2627c

Browse files
committed
Release v0.9.11
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 64cfbe3 commit fd2627c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to Elo are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.9.11] - 2026-02-04
8+
9+
### Language Features
10+
- Add `Interval` type with selector and `start`/`end` accessors
11+
712
### Standard Library
813
- Add `count(List)` summary function (alias for `length`)
914
- Add `sum(List)` and `sum(List, initial)` summary functions
1015
- Add `avg(List)` summary function (returns `null` on empty lists)
16+
- Add `contains`, `find`, `sort`, `sortBy`, `unique`, `flat` List functions
17+
- Add `reverse`, `trimStart`, `trimEnd`, `isBlank` String functions
1118

1219
## [0.9.10] - 2026-01-31
1320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enspirit/elo",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"description": "A small expression language that compiles to Ruby, Javascript and PostgreSQL",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)