| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-07-24 | 470 Bytes | |
| v1.17.6 source code.tar.gz | 2025-07-24 | 2.0 MB | |
| v1.17.6 source code.zip | 2025-07-24 | 2.0 MB | |
| Totals: 3 Items | 4.0 MB | 0 | |
What's Changed
- Improve parser and lexer by @diegommm in https://github.com/expr-lang/expr/pull/811
- Ignoring fields with struct tag expr:"-" and make "in" return false for unexported fields by @diegommm in https://github.com/expr-lang/expr/pull/806
- Fix runtime error not allowing to slice unaddressable array type by @diegommm in https://github.com/expr-lang/expr/pull/803
- Fix *vm.VM memory leak by @diegommm in https://github.com/expr-lang/expr/pull/813