1.2.2 (2020-02-07)
1.2.1 (2020-02-06)
1.2.0 (2019-06-19)
1.1.3 (2019-06-14)
1.1.2 (2019-06-02)
1.1.1 (2019-05-21)
1.1.0 (2019-05-20)
1.0.20 (2019-05-19)
development-dependency: bump eslint-config-prettier from 4.2.0 to 4.3.0 (#32)
1.0.19 (2019-05-19)
development-dependency: bump rollup-plugin-node-resolve from 4.2.4 to 5.0.0 (#31)
1.0.18 (2019-05-19)
development-dependency: bump lint-staged from 8.1.6 to 8.1.7 (#29)
1.0.17 (2019-05-19)
development-dependency: bump rollup from 1.11.3 to 1.12.1 (#30)
1.0.16 (2019-05-18)
development-dependency: bump husky from 2.2.0 to 2.3.0 (#27)
1.0.15 (2019-05-17)
development-dependency: bump prettier from 1.17.0 to 1.17.1 (#26)
1.0.14 (2019-05-15)
production-dependency: bump ow from 0.13.0 to 0.13.1 (#25)
1.0.13 (2019-05-14)
production-dependency: bump fs-extra from 8.0.0 to 8.0.1 (#24)
1.0.12 (2019-05-14)
- production-dependency: bump @sindresorhus/is from 0.16.0 to 0.17.0 (#23)
- production-dependency: bump fs-extra from 7.0.1 to 8.0.0 (#21)
- production-dependency: bump ow from 0.12.0 to 0.13.0 (#20)
- development-dependency: bump eslint-plugin-prettier from 3.0.1 to 3.1.0 (#22)
- development-dependency: bump rollup-plugin-node-resolve from 4.2.3 to 4.2.4 (#19)
1.0.11 (2019-05-13)
development-dependency: bump jsdoc from 3.6.1 to 3.6.2 (#18)
1.0.10 (2019-05-09)
development-dependency: bump all-contributors-cli from 6.3.1 to 6.4.0 (#17)
1.0.9 (2019-05-08)
- development-dependency: bump eslint-plugin-node from 8.0.1 to 9.0.1 (#11)
- development-dependency: bump jsdoc from 3.5.5 to 3.6.1 (#15)
1.0.8 (2019-05-08)
development-dependency: bump jest from 24.7.1 to 24.8.0 (#16)
1.0.7 (2019-05-08)
development-dependency: bump dictionary-en-us from 2.0.0 to 2.1.1 (#14)
1.0.6 (2019-05-07)
development-dependency: bump @sindresorhus/is from 0.15.0 to 0.16.0 (#13)
1.0.5 (2019-05-07)
development-dependency: bump lint-staged from 8.1.5 to 8.1.6 (#12)
1.0.4 (2019-05-07)
development-dependency: bump rollup from 1.10.1 to 1.11.3 (#10)
1.0.3 (2019-05-03)
development-dependency: bump jest-junit from 6.3.0 to 6.4.0 (#8)
1.0.2 (2019-05-02)
development-dependency: bump husky from 2.1.0 to 2.2.0 (#7)
1.0.1 (2019-05-02)
helpers: reduce complexity (#6, #4)
-
test(qa): add sonar scanning
- Add
sonarqube-scanner
for PR and Refactoring templates - Add
dotenv-extended
for 12-factor-style config strategy - Replace all copy/paste repo refs with this org/repo
- Add
-
test(config): cover env-config
-
refactor(complexity): remove unused functions
- Replace all possible "lodash.is*" functions with "@sindresorhus/is.*"
- Remove unused lodash dependencies
- Reduce variable-factory's cyclomatic complexity
-
docs(readme): fix appveyor badge
-
ci(travis): fix npm-script
-
ci(windows): modify test config and expectations
-
Appveyor is not configured to load secret environment variables, so simply check to ensure the key counts match.
-
Appveyor doesn't have as many ENV VARs, so assert with "toBeLessThanOrEqual".
-
- dependency: update audit failures (5957d53)