Skip to content

Releases: BlackB1RD-Development/tools-kit

Version 1.5.0

18 Dec 20:05
3b13420
Compare
Choose a tag to compare
Version: 1.5.0
Changes:
  Main-Directory:
  - Updated .eslintrc.json
  - Updated CHANGELOG.md
  - Updated README.md
    Package-json:
    - Updated the package version
    - Updated dependencies
    - Updated developer dependencies
  Examples:
  - Updated examples files syntax and code style
  Lib:
    Clients:
      Hastebin-js:
      - Updated Hastebin API endpoint (Fixes BUG Report #16 )
      - Updated file syntax
      - Fixed duplicated word 'documents' when parsing the key from the URL
    Managers:
      Styles-js:
      - Updated syntax and code style
      Logger-js:
      - Updated code style
  Src:
      Test-js:
      - Updated syntax and code style
      Util-js:
      - Updated syntax and code style

Browse the files of this point of time: https://github.com/BlackB1RD-Development/tools-kit/tree/v1.5
The full list of the changes: 3b13420

Version 1.4.0

10 May 12:14
Compare
Choose a tag to compare
Version: 1.4.0
Changes:
  Main-Directory:
  - Using working-env environment
  - Added PULL_REQUEST_TEMPLATE.md
  - Added CONTRIBUTING.md
  - Updated CHANGELOG.md
  - Updated LICENSE.md
  - Updated README.md
  - Updated index.js
    .travis.yml:
    - Added Fossa integration
    - Added Node.js version 12
    - Added before_sciprt
    - Added script
    - Removed Node.js version 7.6.
    Package-json:
    - Updated the package version
    - Changed contributors
    - Changed maintainers
    - Changed the minimum engine to be higher than Node.js v8.0.0
    - Added supports-color & color-convert dependencies
  Examples:
  - Updated examples files
  Lib:
    Clients:
      Hastebin-js:
      - Improved variables
    Managers:
      Color-js > Styles-js:
      - Renamed Color.js to Styles.js
      - Added support for color conversion functions (See examples/StylesManager.js line 41)
      - Added custom map method (See examples/StylesManager.js line 56)
      - Added support for a style chain (See examples/StylesManager.js lines 10 > 13)
      Logger-js:
      - Better errors handling
      - Added support for formating the log prefix (See examples/LoggerManager.js line 56)
      - Added support for overwriting methods log options (See examples/LoggerManager.js lines 92, 95, 98)
      - Formating log content with util.format (See examples/LoggerManager.js lines lines 92, 95, 98)
    Utilities:
      Util-js:
      - Better errors handling

Browse the files of this point of time: https://github.com/BlackB1RD-Development/tools-kit/tree/v1.4
The full list of the changes: 19d47e2

Version 1.3.0

23 Apr 17:23
Compare
Choose a tag to compare
Version: 1.3.0
Changes:
  Main-Directory:
  - Added .travis.yml after success script
  - Updated the CHANGELOG.md file
  - Updated README.md
    Package-json:
    - Updated the package version
    - Changed the scripts
  Examples:
  - Updated examples files
  Lib:
    Clients:
      Hastebin-js:
      - Using throw new Error instead of return new Error
    Managers:
      Color-js:
      - Using throw new Error instead of return new Error
      Logger-js:
      - Using new Error instead of logger.error
      - Fixed logging space between tag to content
      - Fixed methods colors
    Utilities:
      Util-js:
      - Using throw new Error instead of return new Error
      - Added has() method
      - Added isArray() method
      - Added an option to choose if to round the output number from randomNumber() method (true by default)

Browse the files of this point of time: https://github.com/BlackB1RD-Development/tools-kit/tree/v1.3
The full list of the changes: c9f7d68

Version 1.2.0

15 Apr 16:58
Compare
Choose a tag to compare
Version: 1.2.0
Changes:
  Main-Directory:
  - Added .eslintignore file
  - Updated .eslintrc.json rules
  - Updated .gitignore list
  - Changed .travis.yml after success script
  - Updated the CHANGELOG.md file
  - Updated README.md
    Package-json:
    - Updated the package version
    - Added a doc directorie
    - Changed the scripts
    - Added more Development Dependencies
    - Added nyc config
  Examples:
  - Updated examples files
  Lib:
    Clients:
      Hastebin-js:
      - Using new Error instead of logger.error
      - Changed the post & get functions to not asyncronized functions
      - Changed the post & get functions to return an asyncronized Promise
      - Better Hastebin URL parsing
    Managers:
      Color-js:
      - Migrated the checkAvailability function with the get function and skipped the parameters check phase
      - Using new Error instead of logger.error
      Logger-js:
      - All the methods now returns the Logger class instead of void for a chain logging
      - Migrated the checkAvailability function with the get function and skipped the parameters check phase
      - Added an options to log without a tag
      - Changed the on & once methods to return the internal.EventEmitter class
    Utilities:
      Util-js:
      - Using new Error instead of logger.error

Browse the files of this point of time: https://github.com/BlackB1RD-Development/tools-kit/tree/v1.2
The full list of the changes: 7ca8791

Version 1.1.0

15 Apr 16:31
Compare
Choose a tag to compare
Version: 1.1.0
Changes:
  Main-Directory:
  - Added .eslintrc.json file
  - Updated .gitignore file
  - Added Travis support (.travis.yml file)
  - Updated the CHANGELOG.md file
  - Added CODE_OF_CONDUCT.md file
  - Changed LICENSE.md to LICENSE
  - Updated README.md
    Package-json:
    - Updated the package version
    - Updated the keywords list
    - Added xo code style
    - Added more Development Dependencies
    - Added xo config
    - Downgraded the node version from 8 to 7.6
  Examples:
  - Updated examples files
  Lib:
    Clients:
      Hastebin-js:
      - Using logger.error if there is a missed parameter instead of Promise.reject
      - Changed the post & get functions to asyncronized functions
    Managers:
      Color-js:
      - Replaced var with const & let
      Logger-js:
      - Few name changes
    Utilities:
      Util-js:
      - Using new Object() instead of Object()

Browse the files of this point of time: https://github.com/BlackB1RD-Development/tools-kit/tree/v1.1
The full list of the changes: ad2e116

First release

15 Apr 16:12
Compare
Choose a tag to compare
1.0.0

First release