0.15.0 • Published 8 years ago

hyper-analytics v0.15.0

Weekly downloads
32
License
MIT
Repository
github
Last release
8 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

8 years ago

0.13.0

8 years ago

0.12.0

8 years ago

0.11.24

8 years ago

0.11.23

8 years ago

0.11.22

8 years ago

0.11.21

8 years ago

0.11.20

9 years ago

0.11.19

9 years ago

0.11.18

9 years ago

0.11.17

9 years ago

0.11.16

9 years ago

0.11.15

9 years ago

0.11.14

9 years ago

0.11.13

9 years ago

0.11.12

9 years ago

0.11.11

9 years ago

0.11.10

9 years ago

0.11.9

9 years ago

0.11.8

9 years ago

0.11.7

9 years ago

0.11.6

9 years ago

0.11.5

9 years ago

0.11.4

9 years ago

0.11.3

9 years ago

0.11.2

9 years ago

0.11.1

9 years ago

0.11.0

9 years ago

0.10.7

9 years ago

0.10.6

9 years ago

0.10.5

9 years ago

0.10.4

9 years ago

0.10.3

9 years ago

0.10.2

9 years ago

0.10.1

9 years ago

0.10.0

9 years ago

0.9.13

9 years ago

0.9.12

9 years ago

0.9.11

10 years ago

0.9.10

10 years ago

0.9.9

10 years ago

0.9.8

10 years ago

0.9.6

10 years ago

0.9.5

10 years ago

0.9.4

10 years ago

0.9.3

10 years ago

0.9.2

10 years ago

0.9.1

10 years ago

0.9.0

10 years ago