Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ignore intellij files
/.idea
/*.iml
/*.ipr
/*.iws
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@ evaluates a variable of type interface{} with a *TokenTree generated from `Parse
* jee may be very quirky in general.

### changes
- **.0.1.2** addition of support for custom functions via the EvalCustom func
- **.0.1.1** addition of $bool, $~bool, $num, $str, $now, $fmtTime, $parseTime. Fix for non-alphanumeric characters in JSON keys.
- **.0.1.0** initial release
Loading