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

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Nov 12, 2018
1 parent 6078a2e commit d22d1be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ As always, you can also check the commit history for a given version as well, an
#### <a name="1.2.6"> Version 1.2.6
Expanded the TableUtil library. Specifically, the following functions have been added:

- TableUtil.Map(Table tbl, Function callback)
- TableUtil.Filter(Table tbl, Function callback)
- TableUtil.Reduce(Table tbl, Function callback [, Number initialValue])
- TableUtil.IndexOf(Table tbl, Variant item)
- TableUtil.Reverse(Table tbl)
- TableUtil.Shuffle(Table tbl)
- TableUtil.IsEmpty(Table tbl)
- TableUtil.EncodeJSON(Table tbl)
- TableUtil.DecodeJSON(String json)
- `TableUtil.Map(Table tbl, Function callback)`
- `TableUtil.Filter(Table tbl, Function callback)`
- `TableUtil.Reduce(Table tbl, Function callback [, Number initialValue])`
- `TableUtil.IndexOf(Table tbl, Variant item)`
- `TableUtil.Reverse(Table tbl)`
- `TableUtil.Shuffle(Table tbl)`
- `TableUtil.IsEmpty(Table tbl)`
- `TableUtil.EncodeJSON(Table tbl)`
- `TableUtil.DecodeJSON(String json)`

Examples have been added within the source code of the TableUtil module.

Expand Down

0 comments on commit d22d1be

Please sign in to comment.