0.15.0 • Published 7 years ago

hyper-analytics v0.15.0

Weekly downloads
32
License
MIT
Repository
github
Last release
7 years ago

hyperAnalytics

Data transformations on arrays of uniform objects.

0.12.0

Breaking changes: 1. Calculator calling signature changed from calculator(columnName) (data row object as context) to calculator(dataRow, columnName) (data row object as first parameter).

0.11.0

Breaking changes: 1. The default headerify behavior is now an unopinionated pass-through. 2. The headerify module has been upgraded to an API.

To force the internal modules to use the previous behavior, issue the following statement before use:

headerify.transform = headerify.capitalize;

For backwards compatibility, the following deprecated usage still works as before, providing the expected capitalize behavior:

header = headerify(field);

However, the new usage is used internally by the data source modules:

header = headerify.transform(field);

This uses the transform method, which by default is set to the unopinionated headerify.passthrough which returns its input.

0.15.0

7 years ago

0.13.0

7 years ago

0.12.0

7 years ago

0.11.24

7 years ago

0.11.23

7 years ago

0.11.22

7 years ago

0.11.21

7 years ago

0.11.20

8 years ago

0.11.19

8 years ago

0.11.18

8 years ago

0.11.17

8 years ago

0.11.16

8 years ago

0.11.15

8 years ago

0.11.14

8 years ago

0.11.13

8 years ago

0.11.12

8 years ago

0.11.11

8 years ago

0.11.10

8 years ago

0.11.9

8 years ago

0.11.8

8 years ago

0.11.7

8 years ago

0.11.6

8 years ago

0.11.5

8 years ago

0.11.4

8 years ago

0.11.3

8 years ago

0.11.2

8 years ago

0.11.1

8 years ago

0.11.0

8 years ago

0.10.7

8 years ago

0.10.6

8 years ago

0.10.5

8 years ago

0.10.4

8 years ago

0.10.3

8 years ago

0.10.2

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.13

8 years ago

0.9.12

8 years ago

0.9.11

8 years ago

0.9.10

8 years ago

0.9.9

8 years ago

0.9.8

8 years ago

0.9.6

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago