Simple set of polyfills and helper methods/classes we use in our web development projects.
- None
Installation with Bower is the preferred method.
cd /your/project/folder
bower require guru-js-lib
or
Download the the zip.
Extract guru-js-lib-master/dist/lib.min.js
to your project
Once the files are installed, include the JS file in your project
<script src="bower_components/guru-js-lib/dist/lib.min.js"></script>
3-clause BSD license
See License
- ToDo
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: Browser, Operating System, etc.
Feature requests can also be made by creating a new issue.
If you would like to make contributions to this module, feel free to create a fork and submit a pull request
Prior to version 1.0.0 breaking changes may occur.
This project follows Semantic Versioning paradigm. That is:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.