- feat: add optional completion handler to poller start
- Merge pull request #8 from ranunez/main
- Removes an instance of an implicitly unwrapped optional
- Uses a reduce instead of a for loop
- Uses a map instead of a for loop
- Removes unused semicolon
- Removes extra newlines
- Removes extra space
- Uses cleaner syntax
- Uses if let syntax
- Uses consistent syntax
- test: add Poller network tests for response header access
- refactor: use case-insensitive Etag header accessor
Toggle
,Variant
, andPayload
properties are public
- feat: add gh action
- fix: set cache policy
- fix: etag header casing
- fix: fetch correct ETag header
- feat: add etag header
- fix: make variant fixed
- fix: update readme
- feat: add testing
- feat: keep appname and environment when updating context
- feat: add changelog
- fix: readme typo
- feat: update readme
- fix: remove print
- fix: remove logging feature names
- refactor: create map from json array
- feat: add prototype files
- Initial Commit