This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Releases: safethecode/wave
Releases · safethecode/wave
v0.3.1
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
v0.1.2-release
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
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
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