Releases: compulim/use-memo-map
Releases · compulim/use-memo-map
v0.1.0 (#30)
[0.1.0] - 2024-04-01
- Relaxed peer dependencies requirements to
react@>=16.8.0
, by @compulim in PR #29 - Bump dependencies, by @compulim, in PR #25, #27, and #29
- Production dependencies
- Development dependencies
@babel/cli@7.24.1
@babel/core@7.24.3
@babel/plugin-transform-runtime@7.24.3
@babel/preset-env@7.24.3
@babel/preset-react@7.24.1
@babel/preset-typescript@7.24.1
@testing-library/react@14.2.2
@tsconfig/recommended@1.0.4
@tsconfig/strictest@2.0.4
@types/jest@29.5.12
@types/react-dom@18.2.22
@types/react@18.2.70
@typescript-eslint/eslint-plugin@7.4.0
@typescript-eslint/parser@7.4.0
esbuild@0.20.2
eslint-plugin-prettier@5.1.3
eslint-plugin-react@7.34.1
eslint@8.57.0
jest-environment-jsdom@29.7.0
jest@29.7.0
prettier@3.2.5
react-dom@18.2.0
react-test-renderer@18.2.0
react@18.2.0
typescript@5.4.3
- Updated pull request validation to test against various React versions, in PR #28
- Moved from JSX Runtime to JSX Classic to support testing against React 16
v0.0.4 (#22)
[0.0.4] - 2023-10-09
Changed
- Added type-checking for test, by @compulim, in PR #16
- Updates
tsconfig.json
to extend from@tsconfig/strictest
, by @compulim, in PR #16, PR #17, and PR #21- Production dependencies
- Development dependencies
@babel/cli@7.23.0
@babel/core@7.23.0
@babel/plugin-transform-runtime@7.22.15
@babel/preset-env@7.22.20
@babel/preset-typescript@7.23.0
@testing-library/react@14.0.0
@tsconfig/recommended@1.0.3
@types/jest@29.5.5
@types/react-dom@18.2.7
@types/react@18.2.25
@typescript-eslint/eslint-plugin@6.7.4
@typescript-eslint/parser@6.7.4
esbuild@0.19.2
eslint-plugin-react@7.33.2
eslint@8.51.0
jest-environment-jsdom@29.7.0
jest@29.7.0
prettier@3.0.3
react-dom@18.2.0
react-test-renderer@18.2.0
react@18.2.0
typescript@5.2.2
Fixed
- Updated
exports
field to workaround TypeScript resolution bug, by @compulim, in PR #16
v0.0.3
[0.0.3] - 2023-03-21
Fixed
Changed
- Bump dependencies, by @compulim, in PR #7
- Production dependencies
- Development dependencies
@babel/cli@7.21.0
@babel/core@7.21.0
@babel/plugin-transform-runtime@7.21.0
@babel/preset-typescript@7.21.0
@types/react@17.0.53
@typescript-eslint/eslint-plugin@5.53.0
@typescript-eslint/parser@5.53.0
eslint-plugin-react@7.32.2
eslint@8.34.0
jest-environment-jsdom@29.4.3
jest@29.4.3
prettier@2.8.4
typescript@4.9.5
v0.0.2
v0.0.1
[0.0.1] - 2023-01-02
Added
- First public release