Skip to content

Latest commit

 

History

History
905 lines (450 loc) · 43.4 KB

CHANGELOG.md

File metadata and controls

905 lines (450 loc) · 43.4 KB

Changelog

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

0.32.5 (2022-03-28)

Bug Fixes

fix: fix how getting the version to show for -v (frouriojs#345)

0.32.4 (2022-03-23)

Bug Fixes

0.32.3 (2022-03-23)

Bug Fixes

Maintenance

  • chore: replace builder with esbuild and output libs (frouriojs#341)

0.32.2 (2022-03-07)

Bug Fixes

0.32.1 (2022-02-28)

Maintenance

0.32.0 (2022-02-22)

Features

0.31.0 (2022-02-15)

Features

  • feat: update aws-serverless-experss to @vendia/serverless-express and switching lambda support from fastify to express (frouriojs#306)

0.30.0 (2022-02-09)

Features

  • add -v, --version, --host options and improve CLI experience frouriojs#285
  • upgrade template dependencies
    • TypeScript v4.5 for other than nuxt
    • SWR v1.0
    • stylelint v14 for nuxt
    • eslint-plugin-nuxt v3

0.29.0 (2022-02-07)

Features

0.28.2 (2021-07-24)

Bug Fixes

  • fix database url env (6c2467a)
  • add script migrate:dev:createonly (64a93d2)

0.28.1 (2021-07-12)

Bug Fixes

0.28.0 (2021-04-23)

Features

  • remove eslint-plugin-prettier (fa5d02f)
  • update aspida and frourio (a42f27c)

0.27.2 (2021-03-17)

Bug Fixes

  • get random port for server from 10000-59999 (#215) (b16ab8c)
  • template/nuxt: add ts-loader to dev-dep and remove @nuxt/typescript-runtime (#223) (b6d472a)

0.27.1 (2021-03-03)

Bug Fixes

0.27.0 (2021-02-28)

Features

Bug Fixes

  • template: configure @rollup/plugin-json for sapper to build client successfully (#200) (9b27524)
  • test is run under root repository, but node_modules/ on root will be used accidentally. (#195) (daa84c4)
  • template: refactor next pages test (#194) (e5ae8d0)

0.26.4 (2021-02-24)

Bug Fixes

  • properly skip database connection checks (#189) (af5581c)

0.26.3 (2021-02-24)

Features

  • template: switching to use API_UPLOAD_DIR, /upload/ as endopoint, and use ./server/upload as default .env (#186) (963f19e)

Bug Fixes

0.26.2 (2021-02-22)

Bug Fixes

  • move real-executable-path to dependencies (98ad6d5)

0.26.1 (2021-02-22)

Bug Fixes

  • require fastify-nextjs only development mode (115e496)

0.26.0 (2021-02-22)

Features

  • create only when target directory does not exist or empty (#174) (53a7385)
  • open automatically dev client url after initialized (#172) (395d64c)
  • react: show error line only after the input was touched (#168) (b90ca17)
  • templates: add fields to ormconfig (#171) (472dae1)
  • add context interface to nuxt aspida plugin (7d94e21)
  • template-typeorm: put together typeorm scripts. (bfb1e20)
  • add options to deployments and refactoring (ebe4f95)
  • example.env and new env TEST_CFA_FIX_CLIENT (fae57b4)
  • more flip (24bd349)
  • package-json generating from single source (f043e54)
  • split package.json dependencies out (8218928)
  • use mysql2 instead of mysql. mysql does not support mysql8 fully (601a173)

Bug Fixes

  • .env value (6df5bdf)
  • .env.example for typeorm (f12f1d5)
  • button a11y (8efd683)
  • canCreate validation (1dd2ced)
  • check whether the input is empty or not, and refactor (#169) (2ba0ae4)
  • env and gitignore (835818b)
  • fastify, fastify-cors in dev-dep only when express (e71cf8e)
  • fix tsconfig (502ebb6)
  • flip animation fix and websocket for production (a9c28e5)
  • improve windows support using real-executable-path (b37cbb1)
  • nextjs typecheck (665b946)
  • node.js 10 (2152065)
  • pretense package.json and lock (9d8dc12)
  • prsima should be installed in server dev dep (8ea8c92)
  • remove dbModules remained (f4a2818)
  • remove unnecessary import (c5e334b)
  • revert loading prev answer (484a9c0)
  • run tests some times and fix them all (579ff49)
  • template (f93d2f2)
  • typecheck (skipLibChecks) (228f17b)
  • use waitFor because waitForDomChange is already deprecated. (#167) (016d62b)
  • template: not use prisma cli in client side package.json (e015a6e)
  • test: run migrations (417062a)
  • test: use cwd change instead of npm --prefix (6d90632)
  • windows: .bin/typeorm is not js file on windows (8eb4395)
  • revert test snapshots (b14e993)
  • run some more tests and fix them around typeorm (246f946)
  • support node.js using rimraf for recursive removing (b353904)
  • template (4300c5c)
  • test (230a067)
  • test (edf9650)
  • test (435980a)
  • tests; swapped typeorm deps, fastify and express rejects another reponse (4f35949)
  • typeorm db deps (b1280f0)
  • typeorm env settings (74651a8)
  • typeorm typing, move test ot generate all (7190e1b)
  • typings (f6d24d1)
  • use rmdir recursive instead (64e508d)

Tests

Refactors

0.25.0 (2021-02-07)

Features

  • template: add throwHttpErrors option (dcc19e8)
  • template: rename @prisma/cli to prisma (6392fa3)

Bug Fixes

0.24.1 (2021-01-18)

Features

Bug Fixes

  • add typeorm migration file of postgres (8cf9abf)

0.24.0 (2021-01-08)

Features

  • add reactHooks as a choice (170191c)

0.23.0 (2020-12-30)

Features

Bug Fixes

  • jest error with fetch client (b053737)

0.22.1 (2020-12-19)

Bug Fixes

  • add env to nodejs.yml when nextjs (63d4969)

0.22.0 (2020-12-19)

Features

  • add @testing-library/react to nextjs (d6942fd)
  • update sapper modules (c3fc541)
  • update test of nuxtjs (2183fbf)

0.21.5 (2020-12-16)

Bug Fixes

  • nestjs: change mutate to revalidate (eb93f8e)
  • ignore mysql8 connection err on prisma (65f0100)

0.21.4 (2020-12-15)

Features

  • change default db of prisma to splite (a7ce2b2)

Bug Fixes

0.21.3 (2020-12-15)

Bug Fixes

  • sapper: err of importing @aspida/axios (e98f8ae)

0.21.2 (2020-12-15)

Bug Fixes

  • check db connection with all answers (76fe211)

0.21.1 (2020-12-14)

Bug Fixes

  • add @types/jest to server (f3fe713)
  • eslintignore of nextjs (7d2f513)

0.21.0 (2020-12-14)

Features

Bug Fixes

0.20.0 (2020-12-09)

Features

0.19.1 (2020-12-05)

Bug Fixes

0.19.0 (2020-12-05)

Features

Bug Fixes

0.18.0 (2020-11-29)

Features

Bug Fixes

0.17.0 (2020-11-08)

⚠ BREAKING CHANGES

  • rename front to client

Features

Bug Fixes

0.16.5 (2020-11-07)

Bug Fixes

  • add node-fetch for nuxt SSR (81ae4ee)

0.16.4 (2020-11-07)

Features

  • update frourio for node v10 (8127c5f)

0.16.3 (2020-11-06)

Bug Fixes

  • handle error when json is empty (dfe396d)

0.16.2 (2020-11-04)

Bug Fixes

0.16.1 (2020-10-28)

Features

0.16.0 (2020-10-25)

Features

0.15.6 (2020-10-24)

Features

0.15.5 (2020-10-21)

Bug Fixes

0.15.4 (2020-10-21)

Bug Fixes

0.15.3 (2020-10-19)

Bug Fixes

0.15.2 (2020-10-19)

Bug Fixes

  • change to cross-spawn for windows (18dba74)

0.15.1 (2020-10-19)

Bug Fixes

0.15.0 (2020-10-19)

Features

Bug Fixes

Documentation

0.14.3 (2020-10-17)

Features

Bug Fixes

  • add dummy env to npm command for windows (4cbf1de)

0.14.2 (2020-10-16)

Bug Fixes

0.14.1 (2020-10-11)

Features

0.14.0 (2020-10-09)

Features

0.13.1 (2020-10-09)

Features

0.13.0 (2020-10-07)

Features

0.12.2 (2020-10-03)

Bug Fixes

0.12.1 (2020-10-02)

Bug Fixes

0.12.0 (2020-10-02)

Features

0.11.5 (2020-10-01)

Features

0.11.4 (2020-09-30)

Bug Fixes

0.11.3 (2020-09-21)

Features

0.11.2 (2020-09-19)

Bug Fixes

  • use mutate instead of useState (26dd992)

0.11.1 (2020-09-19)

Bug Fixes

  • Next.js: rename _app.js to _app.tsx (11e962c)

0.11.0 (2020-09-19)

Features

  • Next.js: support static HTML export (856745e)

0.10.2 (2020-09-18)

Bug Fixes

  • add build:server command (ceb2c65)

0.10.1 (2020-09-15)

Bug Fixes

0.10.0 (2020-09-15)

Features

Bug Fixes

  • bump cac from 6.5.10 to 6.6.1 (403d1d6)
  • bump envinfo from 7.5.1 to 7.7.2 (4464cdd)

Documentation

0.9.10 (2020-07-24)

Bug Fixes

0.9.9 (2020-07-22)

Features

0.9.8 (2020-07-18)

Bug Fixes

0.9.7 (2020-07-17)

Chore

0.9.6 (2020-07-14)

Bug Fixes

0.9.5 (2020-07-09)

Bug Fixes

0.9.4 (2020-07-08)

Bug Fixes

  • add @types/node to next.js (c95d62f)

0.9.3 (2020-07-08)

Bug Fixes

0.9.2 (2020-07-07)

Bug Fixes

  • for deploying on docker (b28fd2c)

0.9.1 (2020-07-04)

Features

Bug Fixes

  • bump chalk from 4.0.0 to 4.1.0 (93e6e2a)

0.9.0 (2020-06-29)

Features

Bug Fixes

0.8.0 (2020-06-18)

Features

0.7.2 (2020-06-16)

Bug Fixes

0.7.1 (2020-06-16)

Bug Fixes

0.7.0 (2020-06-16)

Features

0.6.0 (2020-06-15)

Features

0.5.0 (2020-06-14)

Features

0.4.2 (2020-06-14)

Bug Fixes

  • import File type from frourio (cea9094)

0.4.1 (2020-06-13)

Bug Fixes

0.4.0 (2020-06-13)

Features

0.3.2 (2020-06-12)

Bug Fixes

0.3.1 (2020-06-12)

Bug Fixes

  • update @nuxt/typescript-build (412db39)

0.3.0 (2020-06-12)

Features

Bug Fixes

0.2.0 (2020-06-10)

Features

0.1.2 (2020-06-08)

Bug Fixes

0.1.1 (2020-06-08)

Bug Fixes

0.1.0 (2020-06-08)

Features

Bug Fixes