Releases: react-native-cookies/cookies
Releases · react-native-cookies/cookies
v3.0.2
3.0.2 (2020-07-20)
Bug Fixes
- deps: bump npm from 6.14.4 to 6.14.6 (#61) (7dba4d2)
v3.0.1
3.0.1 (2020-07-20)
Bug Fixes
- Android: Flush cookie after setting. (#57) (73158a8)
v3.0.0
3.0.0 (2020-06-08)
Features
- Android CookieManager.set() support
Breaking Changes
- Cookie JSON uses expires instead of expiration
- Migrated out of React Native Core ForwardingCookie class.
v2.0.9
2.0.9 (2020-04-23)
Bug Fixes
- deps: Update yarn.lock to resolve minimist security vulnerability (#47) (4b96431)
v2.0.8
2.0.8 (2020-04-06)
Bug Fixes
- iOS: Properly check if a cookie belongs to a domain (#43) (4d3e816)
v2.0.7
2.0.7 (2020-03-18)
Bug Fixes
- TypeScript: Add types back to release (c8ca36b)
v2.0.6
2.0.6 (2020-03-18)
Bug Fixes
- iOS: Fix package location in podspec (#41) (1d5ce00)
v2.0.5
2.0.5 (2020-03-18)
Bug Fixes
v2.0.4
2.0.4 (2020-03-16)
Bug Fixes
- deps: bump acorn from 7.1.0 to 7.1.1 (#39) (99f9055)
v2.0.3
2.0.3 (2020-01-30)
Bug Fixes
- iOS: Handle optional keys in
set()
method and sync get()
and getAll()
method behavior (#28) (3ab3abc)