Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 1.3.0 (November 4st, 2018)

Added

  • #12 - Added a type definition

Version 1.2.0 (November 1st, 2018)

Added

  • #10 - Added this changelog
  • #11 - Added 47 new colors; this increased the maximum amount from 1092 to 5040.

Version 1.1.0 (November 1st, 2018)

Added

  • #7 - Added a property for the maximum amount of unique names that can be generated

Changed

  • #5 - Updated the description of the package.json file and the README
  • #6 - Now you can specify how many names should be generated
  • #8 - Updated the README

Fixed

  • #9 - A bug where the create method doesn't accept no argument

Version 1.0.2 (October 28th, 2018)

Changed

  • #4 - Updated the description of the package.json file

Version 1.0.1 (October 28th, 2018)

Added

  • #2 - Added a README

Fixed

  • #3 - A bug where the module doesn't get exported for Node.js

Version 1.0.0 (October 28th, 2018)

  • #1 - First introduction