Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Release 1.0.0

Compare
Choose a tag to compare
@sgurin sgurin released this 22 May 10:36
· 53 commits to master since this release

JCN

Whats new

We have refactored code and added new features:

  1. Created modules folder which contains all needed methods and functions:
    image
  2. Added errors handlers for all async methods and functions.
  3. Added configuration support for possible variants of projects. For example, branch 'With-Bootstrap' has a 'config.json' file with the next code:
    image
  4. Added tests which prevent possible programming errors (Jasmine - Behavior-Driven Javascript).

Coming soon

We will add Webpack Module Bundler option.