Skip to content

Release v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 04:44
638e6d0

Changelog

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

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