Skip to content

Latest commit

 

History

History
112 lines (59 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

112 lines (59 loc) · 5.71 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.3 (2021-06-07)

0.5.2 (2021-02-13)

Bug Fixes

  • tsconfig.json: missing types def output (e966a1c)

0.5.1 (2021-02-13)

Bug Fixes

  • package.json: forgot to change output dir from dist to build, remove unused rootDir & outDir in tsconfig.json (3e2414c)

0.5.0 (2021-01-12)

0.4.0 (2020-08-26)

Features

  • errorHandler: update handle fnc argument type to MyError | HttpError (769286a)

0.3.2 (2020-08-25)

Bug Fixes

  • express: missing last param in handleErrors fnc signature makes it does not work (69b01be)

0.3.1 (2020-03-28)

0.3.0 (2020-03-26)

Bug Fixes

  • prettier: update files pattern to format only files in src/ dir (963c4ee)

Build System

  • package: update tsconfig, remove unnecessary rollup plugins (4a5f879)
  • rollup: replace copy files code snippet with yarn postbuild script using copyfiles (e089f84)

Features

  • close #9: add build source github workflow (#13) (c3692e9), closes #9
  • package: update prettier files pattern to include json, yml & md exts (e7a6b6b)
  • prettier: extend @boringcodes/prettier-config, update husky pre-commit hook (e0ee35d)
  • scripts: add format & format:check using prettier (ae24521)

0.2.1 (2020-03-23)

Build System

  • rollup: refactor config and colorize copied files console logs (f5a00ce)

0.2.0 (2020-03-23)

Features

  • logger: add warn function and refactor code (37c58aa)

0.1.7 (2020-03-21)

Bug Fixes

  • close #5: missing dist files in npm package (#11) (47c3060), closes #5

0.1.6 (2020-03-21)

Bug Fixes

  • close #5: missing dist files in npm package (#10) (7a2075a), closes #5

0.1.5 (2020-03-21)

Bug Fixes

  • close #5: missing dist files in npm package (#9) (6eac7cc), closes #5

0.1.4 (2020-03-21)

Bug Fixes

  • close #5: missing dist files in npm package (#8) (88a4c12), closes #5

0.1.3 (2020-03-21)

Bug Fixes

  • close #5: missing dist files in npm package (#7) (1847ba3), closes #5

0.1.2 (2020-03-21)

Bug Fixes

  • close #5: missing dist files in npm package (#6) (dcfabd5), closes #5

0.1.1 (2020-03-18)

Build System

  • deps: bump acorn from 7.0.0 to 7.1.1 (#4) (8a15f88)
  • deps: bump handlebars from 4.2.0 to 4.7.3 (#3) (c040dcd)

0.1.0 (2020-03-18)

Features