Releases: astoilkov/use-local-storage-state
Releases Β· astoilkov/use-local-storage-state
v5.0.0
v4.0.0
3.0.1
3.0.0
v2.0.0
- β¨ throw an error to promote createLocalStorageStateHook() 68953dd
Using useLocalStorageState()
multiple times with the same key actually doesn't synchronize. createLocalStorageStateHook()
should be used instead. I am introducing an error to guide users to use the correct API.
v1.1.3
v1.1.2
v1.1.1
- βοΈ add #WET tags to duplicate code 0df7361
- βοΈ two sentences instead of one 9bcc0d8
- βοΈ improve well tested point text 9b95a7d
- βοΈ improve one of the points 96f4ddb
- βοΈ update text for example in Usage section 8d63e9c
- βοΈ update slogan e88c3a5
- π add engines field in package.json a843124
- βοΈ change "but" with "while" b7e8061
1.1.0
- β¨ add code coverage support & badge
- β add 100% code coverage
1.0.3
- π building doesn't work b731765
- πexclude test.ts β we don't need to transpile it 42b4760
- π run ./cc-test-reporter after-build in debug mode 3448ef7
- π add --debug flag to ./cc-test-reporter before-build 735e757
- β add other properties from the example 4b9a606
- π₯ remove environment variable from .travis.yml e577eda
- β try with a different template for Code Climate coverage using Travis 51cc7a3
- β add Code Climate test coverage to Travis f34aaad
- β add tests 29490d3
- βοΈ add badge for Travis build 7332ba7
- π add .travis.yml to prepare for adding tests acc51bb