Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

js-util

philcockfield88MIT2.0.10

Common JS helpers.

utility, helper, functions

readme

js-util

Build Status

Common JS utility helpers.

Style

This module conforms to the AirBnB style guide.

npm run lint

Test

npm install
npm test

License: MIT

changelog

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased] - YYYY-MM-DD

Added

Changed

Deprecated

Removed

Fixed

Security

[2.0.7] - 2016-01-25

Changed

[2.0.0] - 2016-01-19

Changed

  • Updated to Babel-6.
  • Moved lorem into the root /src folder.
  • Moved React CSS helpers into root /src folder as react-css.
  • Removed aggregate API index, each module must be specifically references with an import/require. This is so facilitate not pulling in unnecessary code with Webpack.

Removed

[1.0.11] - 2015-12-4

Fixed

  • Exporting { PropTypes } after changes to the react-schema library.