Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit afd5f15

Browse files
committed
Bump to 0.0.1
1 parent f5085bb commit afd5f15

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
0.0.1:
2+
* Add more functions: any, all, append, sum, maximum, minimum,
3+
product, lines, words
4+
* Support any letter in variable names
5+
* Support _.123 integer indexing.
6+
* Add pretty printing support via --pretty
7+
* Support streaming input out of the box

jl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: jl
2-
version: 0.0.0
2+
version: 0.0.1
33
synopsis: Functional sed for JSON
44
description: jl ("JSON lambda") is a tiny functional language for querying and manipulating JSON.
55
homepage: https://github.com/chrisdone/jl#readme

0 commit comments

Comments
 (0)