Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Releases: safethecode/wave

v0.3.1

07 Mar 19:34
69df1ca
Compare
Choose a tag to compare

What's Changed

  • fix: resolve eslint compile issues that occur during the build process by @safethecode in #6

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Dec 07:45
Compare
Choose a tag to compare
  • add stitches (#5)

v0.1.2-release

21 Jan 17:35
Compare
Choose a tag to compare

By introducing requestApi, we made it possible to effectively manage API requests, and additionally changed the pages and containers structure. Afterwards, the update was carried out to add the missing RecoilRoot.

  • docs: add to used stack and file structure to documentation
  • chore(deps): move @types/react-dom to devDependencies and add axios
  • feat(common): add response type to API example todoList request
  • feat(api): add requestApi to manage the entire API request
  • fix(utils/makeGetKey): change to ternary operator regarding makeGetkey
  • fix(pages/_app): add RecoilRoot that was previously missing
  • refactor(pages/index): delete the code with the existing background c…
  • chore(lockfile): update postcss and other library versions by Dependabot
  • chore(eslint): change to off from the existing no-unused-vars warn se…
  • feat(containers/Main): add Main to containers folder according to str…
  • feat(pages/index): Change Main apply
  • v0.1.2-release

v0.1.1-release

18 Jan 11:29
Compare
Choose a tag to compare

The @types/react-dom dependency has been added, and a utility called makeGetKey has been added to solve the key duplication problem that occurs in server-side rendering when using Recoil. In addition, folders such as api and containers have been added by adding some previously missing documents.

v0.1.0-release

16 Oct 19:02
Compare
Choose a tag to compare

v0.1.0

 ┣ public
 ┃ ┗ favicon.ico
 ┣ src
 ┃ ┣ api
 ┃ ┃ ┗ Readme.md
 ┃ ┣ components
 ┃ ┃ ┗ Readme.md
 ┃ ┣ containers
 ┃ ┃ ┣ Main
 ┃ ┃ ┃ ┣ Main.tsx
 ┃ ┃ ┃ ┗ index.ts
 ┃ ┃ ┗ index.ts
 ┃ ┣ hooks
 ┃ ┃ ┗ Readme.md
 ┃ ┣ pages
 ┃ ┃ ┣ 404.tsx
 ┃ ┃ ┣ _app.tsx
 ┃ ┃ ┣ _document.tsx
 ┃ ┃ ┗ index.tsx
 ┃ ┗ styles
 ┃ ┃ ┣ lib
 ┃ ┃ ┃ ┗ reset.scss
 ┃ ┃ ┗ global.scss
 ┣ types
 ┃ ┣ recoilize.d.ts
 ┃ ┗ svg.d.ts
 ┣ .babelrc
 ┣ .eslintignore
 ┣ .eslintrc.json
 ┣ .gitignore
 ┣ .prettierignore
 ┣ .prettierrc.json
 ┣ LICENSE
 ┣ README.md
 ┣ jest.config.js
 ┣ next-env.d.ts
 ┣ next.config.js
 ┣ package.json
 ┣ stylelint.config.js
 ┣ tsconfig.json
 ┗ yarn.lock