Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 15:11

Changelog

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

2.1.0 (2022-02-04)

Features

Build

  • deps-dev: bump @commitlint/cli from 16.0.2 to 16.0.3 (#203) (cf39e1e)
  • deps-dev: bump @commitlint/cli from 16.0.3 to 16.1.0 (#206) (6c0e6ef)
  • deps-dev: bump @types/node from 17.0.10 to 17.0.12 (#211) (a364b9b)
  • deps-dev: bump @types/node from 17.0.12 to 17.0.13 (#216) (f6627f4)
  • deps-dev: bump @types/node from 17.0.13 to 17.0.14 (#219) (5ee38c7)
  • deps-dev: bump @types/node from 17.0.8 to 17.0.9 (#198) (417c3b5)
  • deps-dev: bump @types/node from 17.0.9 to 17.0.10 (#205) (a076c68)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#201) (c57d52a)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#212) (53ed9f6)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#221) (99d1f89)
  • deps-dev: bump @typescript-eslint/parser from 5.10.0 to 5.10.1 (#213) (3cfd15d)
  • deps-dev: bump @typescript-eslint/parser from 5.10.1 to 5.10.2 (#220) (235f458)
  • deps-dev: bump @typescript-eslint/parser from 5.9.1 to 5.10.0 (#200) (157392f)
  • deps-dev: bump eslint from 8.6.0 to 8.7.0 (#197) (1a7b4e2)
  • deps-dev: bump eslint from 8.7.0 to 8.8.0 (#218) (4efd6f5)
  • deps-dev: bump lint-staged from 12.1.7 to 12.2.1 (#204) (52f043b)
  • deps-dev: bump lint-staged from 12.2.1 to 12.2.2 (#207) (2bb47a4)
  • deps-dev: bump lint-staged from 12.2.2 to 12.3.1 (#209) (67bffd9)
  • deps-dev: bump lint-staged from 12.3.1 to 12.3.2 (#215) (ad019f2)
  • deps-dev: bump lint-staged from 12.3.2 to 12.3.3 (#222) (f8fef00)
  • deps-dev: bump ts-jest from 27.1.2 to 27.1.3 (#199) (fe7325a)
  • deps-dev: bump typescript from 4.5.4 to 4.5.5 (#208) (b7579f1)
  • deps: bump dotenv from 11.0.0 to 14.1.0 (#196) (67bf53f)
  • deps: bump dotenv from 14.1.0 to 14.2.0 (#202) (80e218c)
  • deps: bump dotenv from 14.2.0 to 14.3.0 (#210) (e26a78c)
  • deps: bump dotenv from 14.3.0 to 14.3.2 (#214) (2bf911f)
  • deps: bump dotenv from 14.3.2 to 15.0.0 (#217) (b632823)
  • deps: bump dotenv from 15.0.0 to 16.0.0 (#223) (d0a1889)

Chore

2.0.1 (2022-01-12)

Build

  • deps-dev: bump @commitlint/cli from 16.0.0 to 16.0.1 (#180) (cfc323d)
  • deps-dev: bump @commitlint/cli from 16.0.1 to 16.0.2 (#192) (bdec13b)
  • deps-dev: bump @types/jest from 27.0.3 to 27.4.0 (#181) (8652780)
  • deps-dev: bump @types/node from 17.0.5 to 17.0.7 (#184) (254e6ad)
  • deps-dev: bump @types/node from 17.0.7 to 17.0.8 (#189) (214bdda)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#186) (05a51a7)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#193) (063fbd6)
  • deps-dev: bump @typescript-eslint/parser from 5.8.1 to 5.9.0 (#187) (bc96c48)
  • deps-dev: bump @typescript-eslint/parser from 5.9.0 to 5.9.1 (#194) (adcb4bb)
  • deps-dev: bump eslint from 8.5.0 to 8.6.0 (#182) (dac8267)
  • deps-dev: bump eslint-plugin-import from 2.25.3 to 2.25.4 (#183) (e0052c4)
  • deps-dev: bump jest from 27.4.5 to 27.4.7 (#188) (38f9214)
  • deps-dev: bump lint-staged from 12.1.4 to 12.1.5 (#185) (2b039d1)
  • deps-dev: bump lint-staged from 12.1.5 to 12.1.6 (#190) (122d2e6)
  • deps-dev: bump lint-staged from 12.1.6 to 12.1.7 (#191) (d8fadef)
  • deps: bump dotenv from 10.0.0 to 11.0.0 (#195) (169f0a3)
  • simplify Makefile commands (02be710)
  • simplify ts config (896aacf)
  • use codecov action (74407d1)

Refactor

  • add tslib (bbdac09)
  • upgrade deps + add more entries to changelog + change lint and format commands (712928b)

2.0.0 (2021-12-28)

⚠ BREAKING CHANGES

  • eslint upgrade + remove some ts configs

Features

  • upgrade deps + ci config (52585be)

1.2.2 (2021-10-08)

1.2.1 (2021-08-10)

1.2.0 (2021-07-24)

Features

  • change ts config to es2020 + upgrade docs and add + badges + add types to pkg.json (e234ebb)

1.1.0 (2021-07-20)

Features

  • add docker compose dev env (ba4db1c)

1.0.0 (2021-07-20)

Features

  • add base Makefile (3002aac)
  • add base structure for Jest (0e77cb5)
  • add basic tooling (85f6efa)
  • add eslint (1910863)
  • add new simpler boilerplate and publish scripts (309bcd9)
  • add nodemon with dotenv and sample .env file (3750a60)
  • add simple hello world with Fastify along with utils code (54f31a3)
  • add typescript (30e4f53)

Bug Fixes