1.7.2 • Published 8 years ago

kitze-js-helpers v1.7.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Kitze JS helpers

Source on GitHub

NPM version Licence Dependencies

What is it?

These are helper functions that i use in all of my projects, so instead of copy-pasting them around i have published them as a npm module.

What kind of helpers?

Documentation

You can see the full documentation here.

Usage

The functions are written with ES6 so if you're using a project with ES6 and Babel you can pick and import just the functions that you need. If you're using ES5 you need to import the compiled version that's in the dist folder.

Dependencies

Most of the functions depend on lodash, and the encode and decode functions depend on atob and btoa.

Tests

Every single one of the functions is tested with mocha and the coverage is reported with istanbul. If the test coverage report is under 100% i cannot publish a new release, so you can be 100% sure that everything is working fine and it's safe to use.

You can check the full test coverage report here.

More

Follow me on Twitter where i constantly ramble about JS, React, Redux etc.

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago