Skip to content

Latest commit

 

History

History
263 lines (149 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

263 lines (149 loc) · 16.3 KB

Changelog

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

0.2.0 (2022-12-21)

🔨 Build System

  • dep: bumped pino-pretty from 8.1.0 to 9.0.1 (b48576e)

🐛 Bug Fixes

  • deps: update all major dependencies (0b71569)
  • deps: update all non-major dependencies (5557020)
  • deps: update all non-major dependencies (3274a79)
  • deps: update all non-major dependencies (3a40169)
  • deps: update all non-major dependencies (ef77448)
  • deps: update all non-major dependencies (1ae7a3a)
  • deps: update all non-major dependencies (3d7165d)
  • deps: update all non-major dependencies (#30) (8558ef1)
  • deps: update all non-major dependencies (#47) (d16e78e)
  • deps: update dependency fastify to v4.3.0 (f64140a)

🚚 Chores

  • deps: pin dependencies (#32) (0e4f4e8)
  • deps: update all non-major dependencies (a24c3c9)
  • deps: update all non-major dependencies (f1411bf)
  • deps: update all non-major dependencies (491faf7)
  • deps: update all non-major dependencies (6c97aa0)
  • deps: update all non-major dependencies (f4b4d9d)
  • deps: update all non-major dependencies (98ac328)
  • deps: update all non-major dependencies (b0ef0a2)
  • deps: update all non-major dependencies (96f41cd)
  • deps: update all non-major dependencies (#33) (9cc061c)
  • deps: update dependency esbuild to v0.14.51 (b8e533c)
  • deps: update dependency esbuild to v0.14.53 (a414aab)
  • deps: update dependency json-schema-to-ts to v2.5.5 (#25) (6367299)
  • deps: update dependency pino to v8.3.0 (#23) (a1dffe5)
  • deps: update dependency pino to v8.3.1 (e6ea3d4)
  • deps: update dependency thread-stream to v2.0.1 (541771b)
  • deps: update typescript-eslint monorepo to v5.30.7 (5659e83)
  • deps: update typescript-eslint monorepo to v5.31.0 (01d9229)

✨ Features

  • add @fastify/swagger-ui and build for prod (#50) (10ea46d)

0.1.2 (2022-07-18)

💄 Styling

🚚 Chores

  • deps: add renovate.json (#3) (b043353)
  • deps: pin dependencies (#4) (990ef89)
  • deps: update dependency commitizen to v4.2.5 (371746f)
  • deps: update dependency esbuild to v0.14.48 (3bc1f2e)
  • deps: update dependency esbuild to v0.14.49 (#15) (431cac5)
  • deps: update dependency esbuild-plugin-pino to v1.2.1 (4e0b5ec)
  • deps: update dependency eslint-plugin-prettier to v4.1.0 (#8) (51006b3)
  • deps: update dependency inquirer to v9 (#10) (3194343)
  • deps: update dependency json-schema-to-ts to v2.5.4 (98f6de4)
  • deps: update dependency nodemon to v2.0.19 (9393c17)
  • deps: update dependency thread-stream to v1.0.1 (f9f6266)
  • deps: update typescript-eslint monorepo to v5.30.0 (#9) (abe5c74)
  • deps: update typescript-eslint monorepo to v5.30.6 (#20) (6e0f3f7)
  • renovate: change schedule to execute once a week (5b83675)

✨ Features

  • replace nodemon with tsx (39ebb8d)
  • tsx: replace nodemon with tsx (3ed6bb1)

📝 Documentation

🐛 Bug Fixes

  • plugins\sensible.ts: dropped custom errorHandler option in @fastify/sensible registration (#14) (b36c475)
  • remove dev.ts (f1c9062)
  • remove unused var (c056887)
  • replace tsx with nodemon in dev (e0d1a03)

0.1.1 (2022-06-18)

⚠ BREAKING CHANGES

  • esbuild: create an esbuild plugin to generate additional files for pino

📝 Documentation

  • readme.md: add article in README.md (23d367c)

🐛 Bug Fixes

  • esbuild: fix production code cannot work issue (72d0588)

🔨 Build System

  • bump packages to latest version (6c7cbaa)
  • esbuild: add esbuild-plugin-pino to build script (0cd0d8c)
  • esbuild: replace slash (or backslash) with path.sep (b7b2d08)

🚚 Chores

  • add release:patch in scripts (7a0b916)
  • commitizen: add .czrc to enable interactive mode (2d9802b)
  • release: 0.1.0 (d65e7e8)
  • update fastify and refactor breaking changes in startup config (7b75879)

0.1.0 (2022-06-11)

⚠ BREAKING CHANGES

  • esbuild: create an esbuild plugin to generate additional files for pino

📝 Documentation

  • readme.md: add article in README.md (23d367c)

🚚 Chores

  • commitizen: add .czrc to enable interactive mode (2d9802b)
  • update fastify and refactor breaking changes in startup config (7b75879)

🐛 Bug Fixes

  • esbuild: fix production code cannot work issue (72d0588)

0.0.17 (2022-05-24)

🚚 Chores

  • change import type syntax (0aa758e)

0.0.16 (2022-05-24)

🚚 Chores

  • change import type syntax (14e53da)

0.0.15 (2022-05-20)

📝 Documentation

  • thunder client: add thunder client testing collections (8862ae7)

0.0.14 (2022-05-20)

♻️ Code Refactoring

0.0.13 (2022-05-17)

✨ Features

  • add getOnePostHandler (134c26d)
  • add Reply type in putPostsHandler and deletePostsHandler (f30ea17)

🔨 Build System

0.0.12 (2022-05-14)

🚚 Chores

✨ Features

  • posts: add posts route, add swagger (6d62ee0)

0.0.11 (2022-05-04)

📝 Documentation

🔨 Build System

  • remove esbuild-node-tsc (0b7af6d)
  • rename build.js to esbuild.js (2510d7b)

0.0.10 (2022-05-03)

🚚 Chores

  • logging: add pino-pretty to prettify logs (c1c7593)

0.0.9 (2022-05-03)

📝 Documentation

0.0.8 (2022-05-03)

🔨 Build System

  • esbuild: remove minify flag (9b3dc99)

0.0.7 (2022-05-01)

🚚 Chores

0.0.6 (2022-04-28)

🚚 Chores

  • esbuild: remove resolve-extensions in build script (8f12b2b)

🔨 Build System

  • esbuild: add windows compatible build script (dd3fe39)

0.0.5 (2022-04-25)

🚚 Chores

  • changelog: add build type in .versionrc (6ba43fe)

0.0.4 (2022-04-25)

✨ Features

  • fastify-autoload: add fastify-autoload (34384ee)

0.0.3 (2022-04-24)

📝 Documentation

0.0.2 (2022-04-24)

✨ Features

  • Initial-repo: first commit of fastify-esbuild fcc6116