Releases: samir-araujo/faker-es6
Releases · samir-araujo/faker-es6
v7.0.0
7.0.0 (2020-04-12)
Bug Fixes
- locale: enforce string selection by default in LocaleObject (edd38be)
Features
- locale: allow LocaleObject to have regex (7d1088d)
- phone: introduces phone module (046b22d)
BREAKING CHANGES
- locale: Remove any from LocaleObject interface to enforce string by default or user given
types
v6.2.0
6.2.0 (2020-04-11)
Features
- parseregex: introduces parseRegex helper (8e3a343)
v6.1.0
6.1.0 (2020-04-10)
Features
- name.prefix: add name.prefix method (965637d)
- suffix: add name.suffix method (de922b4)
v6.0.0
6.0.0 (2020-04-10)
Build System
- lint: apply enforced ESLint to project (f75b26c)
Features
- name: introduces lastName module (61dfba8)
BREAKING CHANGES
- lint: Enforce linting in the deploy process
v5.0.0
5.0.0 (2020-04-01)
Bug Fixes
- general: fix build process for general consumption (173a53d)
BREAKING CHANGES
- general: Fix import for general consumption
v4.0.0
4.0.0 (2020-04-01)
Build System
- build: change entry point and export builded version (d887af6)
- dist: remove test folders from d.ts generation (acf8bea)
BREAKING CHANGES
- dist: Ignore tests folders and files in build
Trigger tests before pushing to master
- build: + Update tsconfig and build rules
v3.0.0
3.0.0 (2020-04-01)
Bug Fixes
- travis: revert cleanup tag in Travis CI (8b430a7)
Features
- git: change default commit handler to use git-cz (87985f4)
BREAKING CHANGES
- git: Enforces git commit through git cz
v2.0.1
2.0.1 (2020-04-01)
Bug Fixes
- npm: fix agadoo validation in prepublish stage (7236e06)
v1.0.0
1.0.0 (2020-04-01)
Bug Fixes
- commitizen: fix commitizen outdated dependency (ca73ce9)
Features
- configuration: install dependencies (a0c8693)
- general: install dependencies and configure Jest (ef5a486)
- general: introduce initial modules and general structure to support upcoming features (3c14acf)
BREAKING CHANGES
- configuration: Change project to TS
- commitizen: Update minimist to the latest version